常见问题排查(推荐顺序)
1) 先看整体状态
bash
openclaw status --deep2) 看日志(最重要)
bash
openclaw logs --follow3) Gateway 相关
bash
openclaw gateway status
openclaw gateway probe4) 渠道相关
bash
openclaw channels status
openclaw channels logs --channel all5) 模型/鉴权相关
bash
openclaw models status
openclaw models status --probe
--probe会发真实请求,可能消耗额度;只有在需要时再用。
6) 记忆相关
bash
openclaw memory status --deep
openclaw memory index --force