Appearance
openclaw cron list 报 WebSocket 握手超时:卸载 openclaw-weixin 插件
问题
执行 openclaw cron list 时出现 WebSocket 握手超时错误,超时约 8 秒,而握手超时限制设置为 3 秒:
WebSocket handshake timeout after ~8 seconds同时 openclaw gateway status 显示服务正在运行。
解决方案
两步解决:
1. 升级到 OpenClaw 2026.4.5
bash
npm install -g openclaw@latest
# 或
bun install -g openclaw@latest2. 卸载 openclaw-weixin 插件
bash
openclaw plugins uninstall openclaw-weixin卸载该插件后,openclaw cron list 即可正常执行。根本原因是 openclaw-weixin 插件在 2026.4.x 版本中存在插件无限重载循环问题,导致 Gateway WebSocket 连接无法正常握手。
验证
卸载后运行:
bash
openclaw cron list应能正常输出 cron 任务列表。