openclaw - 💡(How to fix) Fix [Bug]: 2026.4.24 版本在 Windows 上因 Bonjour 插件导致 Gateway 启动后立即崩溃 [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#72241Fetched 2026-04-27 05:32:44
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×2closed ×1commented ×1

OpenClaw 2026.4.24 on Windows crashes immediately after Gateway startup due to unhandled Promise rejection in the Bonjour plugin.

Root Cause

OpenClaw 2026.4.24 on Windows crashes immediately after Gateway startup due to unhandled Promise rejection in the Bonjour plugin.

Fix Action

Fix / Workaround

Last known good version: 2026.4.23 (does NOT include the Bonjour plugin at all) Temporary workaround: Add this to openclaw.json config:

Code Example

Gateway did not become healthy after restart.
Service runtime: status=unknown
Gateway port 18789 status: free.

[plugins] bonjour: restarting advertiser (service stuck in announcing for 30999ms...)
[openclaw] Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED
[openclaw] Unhandled promise rejection: CIAO PROBING CANCELLED
RAW_BUFFERClick to expand / collapse

Bug type

Crash (process/app exits or hangs)

Beta release blocker

No

Summary

OpenClaw 2026.4.24 on Windows crashes immediately after Gateway startup due to unhandled Promise rejection in the Bonjour plugin.

Steps to reproduce

Install OpenClaw 2026.4.24 on Windows Run openclaw update or openclaw gateway start Wait ~30 seconds after Gateway initialization completes Observe Gateway process crashes and exits

Expected behavior

Gateway runs stably without crashing (as in 2026.4.23).

Actual behavior

ateway starts successfully, initializes all 7 plugins, then crashes ~30 seconds later. Logs show:

Copy [plugins] bonjour: watchdog detected non-announced service; attempting re-advertise... [openclaw] Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED [openclaw] Unhandled promise rejection: CIAO PROBING CANCELLED Result: Gateway port 18789 becomes free, status always shows unreachable.

OpenClaw version

2026.4.24 (cbcfdf6)

Operating system

Windows 10.0.20348 (x64)

Install method

npm global

Model

ark/ark-code-latest

Provider / routing chain

openclaw -> ark

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Gateway did not become healthy after restart.
Service runtime: status=unknown
Gateway port 18789 status: free.

[plugins] bonjour: restarting advertiser (service stuck in announcing for 30999ms...)
[openclaw] Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED
[openclaw] Unhandled promise rejection: CIAO PROBING CANCELLED

Impact and severity

Affected: All Windows users running 2026.4.24 Severity: High (completely blocks Gateway functionality) Frequency: 100% reproducible on Windows Consequence: Cannot use OpenClaw web UI or any Gateway-dependent features

Additional information

Last known good version: 2026.4.23 (does NOT include the Bonjour plugin at all) Temporary workaround: Add this to openclaw.json config:

Copy { "plugins": { "entries": { "bonjour": { "enabled": false } } } }

extent analysis

TL;DR

Disable the Bonjour plugin in the OpenClaw configuration to prevent the Gateway from crashing.

Guidance

  • The crash is caused by an unhandled Promise rejection in the Bonjour plugin, which can be mitigated by disabling the plugin.
  • To verify the fix, restart the Gateway after applying the configuration change and check if it remains stable.
  • The temporary workaround involves adding a specific configuration to the openclaw.json file to disable the Bonjour plugin.
  • It is recommended to test this workaround on a non-production environment before applying it to production to ensure it does not introduce any other issues.

Example

To disable the Bonjour plugin, add the following configuration to your openclaw.json file:

{
  "plugins": {
    "entries": {
      "bonjour": {
        "enabled": false
      }
    }
  }
}

Notes

This workaround may not be a permanent solution and may have unintended consequences, such as affecting the functionality of other plugins or features that rely on the Bonjour plugin.

Recommendation

Apply the workaround by disabling the Bonjour plugin, as it is a simple and effective way to prevent the Gateway from crashing, and it has been confirmed to work in the provided issue.

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…

FAQ

Expected behavior

Gateway runs stably without crashing (as in 2026.4.23).

Still need to ship something?

×6

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

Back to top recommendations

TRENDING