openclaw - 💡(How to fix) Fix Bonjour plugin: CIAO PROBING/ANNOUNCEMENT CANCELLED unhandled promise rejection (v2026.4.24) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#72244Fetched 2026-04-27 05:32:39
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
closed ×1commented ×1subscribed ×1

Error Message

-大量 error log entries are written, filling disk space

Fix Action

Workaround

Disabling the Bonjour plugin (plugins.entries.bonjour.enabled: false) temporarily fixes the issue.

RAW_BUFFERClick to expand / collapse

Bug Description

After upgrading to v2026.4.24, the Bonjour/mDNS plugin generates continuous unhandled promise rejection errors:

This occurs every ~10 seconds in a continuous loop.

Steps to Reproduce

  1. Upgrade to v2026.4.24
  2. Observe gateway.err.log or run openclaw gateway
  3. Errors appear continuously

Expected Behavior

Bonjour service discovery should work without generating unhandled promise rejections, or the plugin should handle these errors gracefully.

Environment

  • OpenClaw: v2026.4.24
  • macOS: 26.4.1 (Darwin, arm64)
  • Node: v22.22.2

Workaround

Disabling the Bonjour plugin (plugins.entries.bonjour.enabled: false) temporarily fixes the issue.

Additional Context

  • Gateway remains functional (Telegram continues to work) -大量 error log entries are written, filling disk space
  • No Docker installed on this system (sandbox mode unavailable)

extent analysis

TL;DR

Disabling the Bonjour plugin temporarily fixes the issue, suggesting a problem with the plugin's compatibility or configuration in v2026.4.24.

Guidance

  • The continuous unhandled promise rejection errors indicate a potential issue with asynchronous operations within the Bonjour/mDNS plugin.
  • Verify the errors by checking the gateway.err.log or running openclaw gateway to observe the frequency and content of the errors.
  • Consider downgrading to a previous version where the Bonjour plugin was stable, if possible, to mitigate the issue temporarily.
  • Review the plugin's documentation or configuration options to see if there are any settings that could be adjusted to prevent these errors, although the provided workaround suggests disabling the plugin as the most straightforward solution.

Example

No specific code example is provided due to the lack of detailed technical information about the plugin's implementation or the exact errors encountered.

Notes

The solution is limited by the information provided and the specific versions of software in use. The workaround of disabling the Bonjour plugin may not be desirable for all users, especially if the service discovery functionality is critical.

Recommendation

Apply the workaround by disabling the Bonjour plugin (plugins.entries.bonjour.enabled: false) until a more permanent fix is available, as it temporarily resolves the issue without affecting the gateway's core functionality.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Bonjour plugin: CIAO PROBING/ANNOUNCEMENT CANCELLED unhandled promise rejection (v2026.4.24) [1 comments, 2 participants]