#Openclaw never answers awakening command

1 messages ยท Page 1 of 1 (latest)

thick bearBOT
#

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

leaden yokeBOT
#

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:

  1. Gateway not running - The daemon might be stopped
  2. Model auth issue - No credentials found for your provider
  3. Wrong bind setting - Gateway listening on wrong interface
  4. Port conflict - Another instance using the port

Quick Fixes to Try:

#
  1. Restart the gateway:

    clawdbot daemon restart
    
  2. Check model configuration:

    clawdbot models status
    
  3. Run the doctor:

    clawdbot doctor