#Bonjour restart in log

1 messages · Page 1 of 1 (latest)

fathom sable
#

watchdog detected non-announced service; attempting re-advertise (gateway fqdn=XXX (OpenClaw)._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=probing)
8:41:11 AM
warn
bonjour
restarting advertiser (service stuck in probing for 10001ms (gateway fqdn=XXX (OpenClaw)._openclaw-gw._tcp.local. host=openclaw.local. port=18789 state=probing))

it loops endlessly, anything to worry?

woeful owlBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

umbral gullBOT
waxen stumpBOT
#

Not catastrophic, but not totally harmless either.

That loop means the Bonjour/mDNS advertiser never reaches announced, so OpenClaw’s watchdog keeps trying to heal it. The gateway itself usually keeps working, but LAN auto-discovery can be unreliable or broken while this is happening.

So, short version:

  • If you do not care about Bonjour discovery, I would just disable it and move on:

    {
      discovery: {
        mdns: { mode: "off" }
      }
    }
    

    then restart the gateway.

  • If you do rely on local discovery (Mac/iOS finding the gateway automatically), it’s worth fixing.