#Openclaw gateway stuck in a crashloop after first event

1 messages · Page 1 of 1 (latest)

blissful patio
#

Hello @rain slate, I have a crashloop when the gateway receive the first message from discord (or when accessing the webUI).
This coincide with installing the losslessclaw plugin, ideas?

Apr 26 15:37:18 openclaw node[382721]: 2026-04-26T15:37:18.931+00:00 [gateway] loading configuration…
Apr 26 15:37:18 openclaw node[382721]: 2026-04-26T15:37:18.993+00:00 [gateway] resolving authentication…
Apr 26 15:37:18 openclaw node[382721]: 2026-04-26T15:37:18.995+00:00 [gateway] starting...
Apr 26 15:37:20 openclaw node[382721]: 2026-04-26T15:37:20.964+00:00 [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: lossless-claw (/root/.openclaw/extensions/lossless-claw/dist/index.js). Set plugins.allow to explicit trusted ids.
Apr 26 15:37:23 openclaw node[382721]: 2026-04-26T15:37:23.280+00:00 [gateway] starting HTTP server...
Apr 26 15:37:23 openclaw node[382721]: 2026-04-26T15:37:23.327+00:00 [health-monitor] started (interval: 300s, startup-grace: 60s, channel-connect-grace: 120s)
Apr 26 15:37:23 openclaw node[382721]: 2026-04-26T15:37:23.616+00:00 [gateway] agent model: opencode-go/qwen3.5-plus
Apr 26 15:37:23 openclaw node[382721]: 2026-04-26T15:37:23.617+00:00 [gateway] ready (10 plugins: acpx, bonjour, browser, device-pair, discord, lossless-claw, memory-core, phone-control, skill-workshop, talk-voice; 4.6s)
Apr 26 15:37:55 openclaw node[382721]: 2026-04-26T15:37:55.940+00:00 [plugins] bonjour: restarting advertiser (service stuck in announcing for 9184ms (gateway fqdn=openclaw._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=announcing))
Apr 26 15:37:55 openclaw node[382721]: 2026-04-26T15:37:55.941+00:00 [openclaw] Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED
Apr 26 15:37:55 openclaw node[382721]: 2026-04-26T15:37:55.943+00:00 [openclaw] wrote stability bundle: /root/.openclaw/logs/stability/openclaw-stability-2026-04-26T15-37-55-942Z-382721-unhandled_rejection.json

blissful patio
#

@rain slate Poke

tight crescent
#

Same here, how to overcome it?

blissful patio
#

Not sure whether it's actually related to losslessclaw or not, I tried disabling the plugin => no effect

blissful patio
#

I reverted to a snapshot of my openclaw VM, the only difference between the two openclaw.json is an additionnal agent in the config

rain slateBOT
#

First thing: can you paste openclaw --version? Version matters a lot here.

That said, the log points more at Bonjour/mDNS than the extra agent or lossless-claw:

bonjour: restarting advertiser (service stuck in announcing...)
Unhandled promise rejection: CIAO ANNOUNCEMENT CANCELLED

If this VM is on a VPS / Docker / bridged network / blocked multicast, try disabling Bonjour:

OPENCLAW_DISABLE_BONJOUR=1
openclaw gateway restart

or persistently:

#
openclaw plugins disable bonjour
openclaw gateway restart

Bonjour is only LAN auto-discovery, so disabling it should not break Discord/WebUI if you connect directly to the gateway URL.

Also run:

openclaw status --all
openclaw doctor

If it still crashloops after disabling Bonjour, please paste:

  1. openclaw --version