Skip to content

Troubleshooting


title: Troubleshooting description: Quick troubleshooting guide for common OpenClaw failures. sidebar: label: Troubleshooting order: 99

Section titled “title: Troubleshooting description: Quick troubleshooting guide for common OpenClaw failures. sidebar: label: Troubleshooting order: 99”

Having trouble? Here’s how to diagnose and fix common issues.

  1. Check Status

    Terminal window
    openclaw status

    Gives a high-level overview of the gateway, channels, and sessions.

  2. View Logs

    Terminal window
    openclaw logs --follow

    Watch real-time logs to see what’s happening when you interact with the bot.

  3. Deep Health Check

    Terminal window
    openclaw doctor

    Scans for configuration errors and missing dependencies.

Error: No API key found for provider "anthropic"

The agent is missing credentials.

  • Fix: Run openclaw models auth setup-token --provider anthropic on the gateway host.
  • Verify: Run openclaw models status.

Error: OAuth token refresh failed

  • Fix: Your OAuth token expired. Regenerate it or switch to an API key.
CommandUsage
openclaw statusGeneral overview.
openclaw status --allFull report (redacted) for sharing.
openclaw gateway probeTest network reachability.
openclaw channels status --probeCheck if channels (WhatsApp/Telegram) are connected.