#Openclaw never answers awakening command
1 messages ยท Page 1 of 1 (latest)
Based on the FAQ and common issues, here's what to check when Openclaw isn't responding to the awakening command:
Quick Diagnostics
1. Check if the gateway is running:
clawdbot daemon status
Look for "RPC probe: failed" or any port issues.
2. Full status check:
clawdbot status
This will show you whether models are configured and if there are auth issues.
3. Check logs for errors:
clawdbot logs --follow
Or if the daemon RPC is down:
tail -f "$(ls -t /tmp/clawdbot/clawdbot-*.log | head -1)"
Common Causes for "0 tokens used" + hanging:
- Gateway not running - The daemon might be stopped
- Model auth issue - No credentials found for your provider
- Wrong bind setting - Gateway listening on wrong interface
- Port conflict - Another instance using the port
Quick Fixes to Try:
-
Restart the gateway:
clawdbot daemon restart -
Check model configuration:
clawdbot models status -
Run the doctor:
clawdbot doctor
Can you run clawdbot status and share the output? That will tell us exactly what's going on with your setup! ๐ฆ