- 文档首页
ArkClaw 企业版
ArkClaw
故障处理
ArkClaw 运行快速排查手册
ArkClaw 运行快速排查手册
在飞书 /WebUI 等 Channel 中输入:
快速定位问题层级:
遇到任何问题,执行以下命令获取原因:
90% 的问题都能从这三条命令的输出中找到答案。
openclaw doctor --repair
openclaw channels status --probe
openclaw pairing list --channel feishu
openclaw config get channels
排查方向:
openclaw pairing list --channel feishu
openclaw pairing approve <requestId>
- 权限 /Scope:看日志是否有 `403` / `missing_scope`
npx -y @larksuite/openclaw-lark-tools update
openclaw config set channels.feishu.streaming true
- 确认飞书应用已开通 cardkit:card:write 权限。
npx @larksuite/openclaw-lark-tools doctor
npx @larksuite/openclaw-lark-tools doctor --fix
openclaw models status --probe
常见问题:
说明
建议切换模型,如果是 coding plan 则在页面修改后3-5分钟生效。
- 用户发送/new、/reset、/status等命令后无反应。
tail -f /tmp/openclaw/openclaw-$(date +%Y-%m-%d).log
- /new会触发 startup prompt(如果有 BOOTSTRAP.md)
- 若system prompt过大,且叠加多个project context文件,会导致首次响应缓慢。
- 修复方案:精简BOOTSTRAP.md内容,减少不必要的启动检查逻辑。
ls -lhS ~/.openclaw/agents/*/sessions/*.jsonl | head -10
du -sh ~/.openclaw/agents/*/sessions/
openclaw gateway restart
- "429 You have exceeded the weekly usage quota. It will reset at 2026-03-23 00:00:00 +0800 CST. We recommend upgrading your plan for more quota, or waiting for the reset"
- "401 The API key doesn't exist. "
-
tail -f /tmp/openclaw/openclaw-$(date +%Y-%m-%d).log | grep "blocked\|skip\|unauthorized"
最近更新时间:2026.04.08 11:24:03