Fix common issues and resolve problems
Possible causes:
Solutions:
clawdbot doctor to check for configuration issuesnode --versionlsof -i :18789 (macOS/Linux)~/.clawdbot/clawdbot.jsonnpm install -g clawdbot@latestPossible causes:
Solutions:
~/.clawdbot/credentials for stored credentialsclawdbot gateway --verbosePossible causes:
Solutions:
needsScreenRecording: true in tool callsPossible causes:
Solutions:
~/.clawdbot/clawdbot.jsonclawdbot agent --message "test"Possible causes:
Solutions:
~/clawd/skills/Possible causes:
Solutions:
browser.enabled: trueRun clawdbot doctor to perform comprehensive health checks:
clawdbot doctor
Enable verbose logging to diagnose issues:
clawdbot gateway --verbose
Or set verboseLevel in your configuration file for persistent verbose output.
Log locations:
If the Gateway appears locked or won't start:
~/.clawdbot/gateway.lockrm ~/.clawdbot/gateway.lockIf Gateway is running as a background service:
launchctl list | grep clawdbotsystemctl --user status clawdbotjournalctl -u clawdbot (Linux) or check Console.app (macOS)systemctl --user restart clawdbot (Linux)On Linux, browser control may require additional setup:
sudo apt install chromium-browser (Debian/Ubuntu)If you're still experiencing issues:
clawdbot doctor and review all output