#Missing Bin
1 messages ยท Page 1 of 1 (latest)
If this is the same crash case (gateway dies on startup), do this:
- Check version first
openclaw --version
- Fix BlueBubbles config keys
channels.bluebubblesshould useserverUrl, nothost/port.
{
channels: {
bluebubbles: {
enabled: true,
serverUrl: "http://YOUR_MAC_IP:1234",
password: "YOUR_BLUEBUBBLES_PASSWORD",
webhookPath: "/bluebubbles-webhook",
},
},
}
- Fix token mismatch
Make sure the gateway token is the same everywhere:
gateway.auth.tokeninopenclaw.json- service env (
OPENCLAW_GATEWAY_TOKEN) if you set one
If both exist, keep them identical (or remove one source).
- Restart + verify
openclaw gateway restart