Two persistent issues on Windows — xai-auth probe on every agent turn + Bonjour stuck-in-announcing
Setup:
• OpenClaw 2026.3.28 (stable, auto-update)
• Windows 10
• Gateway: loopback only
• Anthropic claude-sonnet-4-6 as primary model
Issue 1 — xai-auth probed on every agent turn, not just startup
Every time a cron job or agent session fires, this appears in the log:
[xai-auth] bootstrap config fallback: no config-backed key found
We are not using xai/Grok anywhere in our config — no key, no profile, no fallback referencing it. Other providers (OpenAI, Gemini, Voyage, Mistral) that are also unconfigured do NOT log anything. Only xai fires this message, and it fires on every single agent turn, flooding the logs. Seems like xai is being probed differently than other providers — possibly a missing silent-fail path introduced in 2026.3.28.
Issue 2 — Bonjour stuck-in-announcing on every restart (Windows)
On every gateway restart, we see this sequence:
bonjour: advertised gateway ... state=announcing
bonjour: restarting advertiser (service stuck in announcing for ~10s)
bonjour: advertised gateway ... state=announcing ← recovers
It self-recovers every time but takes 10+ seconds and generates repeated warnings. No external Bonjour service is installed — this is OpenClaw's internal mDNS implementation. Appears to be a Windows multicast timing issue with the bonjour-service library.
Neither issue breaks functionality but both flood logs and make it harder to spot real errors.
Questions:
- Is there a config option to disable xai provider probing if we don't use it?
- Is the Bonjour stuck-in-announcing a known Windows issue? Any workaround or config to disable mDNS advertising if we don't need node discovery?