#Gateway not connected

1 messages ยท Page 1 of 1 (latest)

languid spire
#

How to reconnect ?

upper girderBOT
#

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

abstract rivetBOT
# languid spire How to reconnect ?

Based on the docs, here's how to reconnect when your Gateway shows as "not connected":

Quick Fix Steps

1. Check status:

clawdbot status

2. Restart the Gateway (usually auto-reconnects once running):

clawdbot gateway restart

3. If that fails, run manually with verbose output to see what's happening:

#
clawdbot gateway --verbose

4. Check connection events in logs:

clawdbot logs --limit 200 | grep -E "connection|disconnect|logout"

If it's a channel-specific issue (e.g., WhatsApp disconnected)

The health docs suggest:

clawdbot channels logout && clawdbot channels login

This helps when you see status codes 409โ€“515 or loggedOut in the logs.

languid spire
#

It was the wrong config to ollama, now solved

abstract rivetBOT
languid spire
#

Remind me the command for doctor

abstract rivetBOT
languid spire
#

And to find the path of the config file?