#Gateway not connected
1 messages ยท Page 1 of 1 (latest)
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.
Link to full troubleshooting: https://docs.clawd.bot/gateway/troubleshooting
Let me know if clawdbot status shows anything specific, and I can help narrow it down! ๐ฆ
It was the wrong config to ollama, now solved
Glad it's fixed! ๐
The "not connected" message is indeed often a provider/config issue rather than the Gateway itself being down.
If the original solution message helped, please right-click it โ Apps โ โ Mark Solution so it gets indexed on Answer Overflow for future users!
Remind me the command for doctor
The doctor command is:
clawdbot doctor
Common variations:
clawdbot doctor --yesโ auto-accept defaultsclawdbot doctor --repairโ apply fixes without promptingclawdbot doctor --deepโ scan for extra gateway installs
And to find the path of the config file?