#Missing Bin

1 messages ยท Page 1 of 1 (latest)

grave kiln
#

How to fix this?

golden gyroBOT
#

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

scarlet scarabBOT
#

If this is the same crash case (gateway dies on startup), do this:

  1. Check version first
openclaw --version
  1. Fix BlueBubbles config keys
    channels.bluebubbles should use serverUrl, not host/port.
{
channels: {
bluebubbles: {
enabled: true,
serverUrl: "http://YOUR_MAC_IP:1234",
password: "YOUR_BLUEBUBBLES_PASSWORD",
#
webhookPath: "/bluebubbles-webhook",
},
},
}
  1. Fix token mismatch
    Make sure the gateway token is the same everywhere:
  • gateway.auth.token in openclaw.json
  • service env (OPENCLAW_GATEWAY_TOKEN) if you set one
    If both exist, keep them identical (or remove one source).
  1. Restart + verify
openclaw gateway restart