設定と運用
トラブルシューティング
このページは詳細なランブックです。最初に迅速なトリアージフローが必要な場合は、/help/troubleshooting から始めてください。
コマンドラダー
最初に、この順序で実行してください:
openclaw status
openclaw gateway status
openclaw logs --follow
openclaw doctor
openclaw channels status --probe
期待される正常なシグナル:
openclaw gateway statusがRuntime: runningとRPC probe: okを示す。openclaw doctorがブロックする設定/サービスの問題を報告しない。openclaw channels status --probeが接続済み/準備完了のチャネルを示す。
Anthropic 429 長いコンテキストには追加使用量が必要
ログ/エラーに以下が含まれる場合に使用します:HTTP 429: rate_limit_error: Extra usage is required for long context requests。
openclaw logs --follow
openclaw models status
openclaw config get agents.defaults.models
以下を確認してください:
- 選択された Anthropic Opus/Sonnet モデルに
params.context1m: trueが設定されている。 - 現在の Anthropic 認証情報が長いコンテキスト使用の対象ではない。
- 1M ベータパスを必要とする長いセッション/モデル実行でのみリクエストが失敗する。
修正オプション:
- 通常のコンテキストウィンドウにフォールバックするために、そのモデルの
context1mを無効にする。 - 課金対象の Anthropic API キーを使用するか、サブスクリプションアカウントで Anthropic Extra Usage を有効にする。
- Anthropic の長いコンテキストリクエストが拒否された場合に実行が継続するように、フォールバックモデルを設定する。
関連:
- /providers/anthropic
- /reference/token-use
- /help/faq#why-am-i-seeing-http-429-ratelimiterror-from-anthropic
応答がない
チャネルが起動しているが何も応答しない場合、何かを再接続する前に、ルーティングとポリシーを確認してください。
openclaw status
openclaw channels status --probe
openclaw pairing list --channel <channel> [--account <id>]
openclaw config get channels
openclaw logs --follow
以下を確認してください:
- DM 送信者のペアリングが保留中。
- グループメンションゲーティング (
requireMention,mentionPatterns)。 - チャネル/グループ許可リストの不一致。
一般的な兆候:
drop guild message (mention required→ メンションされるまでグループメッセージは無視される。pairing request→ 送信者は承認が必要。blocked/allowlist→ 送信者/チャネルがポリシーでフィルタリングされた。
関連: