Today I updated Openclaw from v2026.4.21 to v2026.4.23 and now it goes into a start loop when I start the service on MacOS with command "sudo launchctl load -w /Library/LaunchDaemons/ai.openclaw.gateway.plist" :
2026-04-26T12:34:49.817+03:00 [plugins] bonjour: watchdog detected non-announced service; attempting re-advertise (gateway fqdn=ilker’s Mac mini (OpenClaw)._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=probing)
2026-04-26T12:34:56.325+03:00 [ws] closed before connect conn=e94e8ab0-8132-47ac-803c-8de381439cf1 peer=192.168.1.111:57839->192.168.254.170:18789 remote=192.168.1.111 fwd=n/a origin=http://192.168.254.170:18789 host=192.168.254.170:18789 ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 code=1006 reason=n/a
2026-04-26T12:34:56.327+03:00 [ws] closed before connect conn=4a33d13f-1609-4cc9-81dd-35f892d4632d peer=192.168.1.111:62323->192.168.254.170:18789 remote=192.168.1.111 fwd=n/a origin=http://192.168.254.170:18789 host=192.168.254.170:18789 ua=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/147.0.0.0 Safari/537.36 code=1006 reason=n/a
2026-04-26T12:35:04.612+03:00 [plugins] bonjour: restarting advertiser (service stuck in announcing for 14795ms (gateway fqdn=ilker’s Mac mini (OpenClaw)._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=announcing))
2026-04-26T12:35:04.612+03:00 [openclaw] Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED
2026-04-26T12:35:04.616+03:00 [openclaw] wrote stability bundle: /Users/ilkeraktuna/.openclaw/logs/stability/openclaw-stability-2026-04-26T09-35-04-614Z-87931-unhandled_rejection.json
#openclaw restart loop after update
1 messages · Page 1 of 1 (latest)
I also get these log lines :
2026-04-26T12:35:07.131+03:00 [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclaw-web-search (/Users/ilkeraktuna/.openclaw/extensions/openclaw-web-search/index.ts). Set plugins.allow to explicit trusted ids.
2026-04-26T12:35:08.426+03:00 [plugins] openclaw-web-search: loaded without install/load-path provenance; treat as untracked local code and pin trust via plugins.allow or install records (/Users/ilkeraktuna/.openclaw/extensions/openclaw-web-search/index.ts)
2026-04-26T12:35:08.434+03:00 [gateway] ⚠️ Gateway is binding to a non-loopback address. Ensure authentication is configured before exposing to public networks.
2026-04-26T12:35:08.655+03:00 [gateway] security warning: dangerous config flags enabled: gateway.controlUi.allowInsecureAuth=true, gateway.controlUi.dangerouslyDisableDeviceAuth=true. Run openclaw security audit.
@true sluice can you help me understand where the problem is ?
I had the same issue start this morning, and disabled the Bonjour plugin and that seemed to resolve it. Don't know when that got added or what had changed.
from cli openclaw plugins disable bonjour and then restart
thanks
worked for me also. thanks
I hate when they add new behaviours which affects running config
@true sluice Looks like possible item needs triaging and fixing,