通道故障排除
遇到通道连接问题?请参考以下解决方案。
常见问题
1. 无法登录
问题: 登录通道时出错
解决方案:
- 检查网络连接
- 验证凭证是否正确
- 确认通道服务是否可用
bash
# 查看详细错误
openclaw channels login --debug whatsapp2. 消息发送失败
问题: 消息无法发送
解决方案:
- 检查频道是否已连接
- 验证接收者是否有效
- 检查消息内容是否合规
bash
# 检查通道状态
openclaw channels status3. 消息延迟
问题: 消息接收有延迟
解决方案:
- 检查网络延迟
- 重启通道服务
- 查看系统资源使用
bash
# 查看资源
openclaw system resources
# 重启通道
openclaw channels restart4. 认证过期
问题: 认证失效需要重新登录
解决方案:
- 重新登录通道
- 更新认证令牌
- 检查账户状态
bash
# 重新登录
openclaw channels logout whatsapp
openclaw channels login whatsapp获取帮助
如果以上方法无法解决您的问题:
查看日志
bashopenclaw logs --tail提交问题报告