问题描述
飞书消息不回复
在飞书群里 @ 了机器人,完全没反应。状态显示连接正常,但无响应。
Gateway 频繁断开
每次改完配置运行 openclaw gateway restart,或空闲时 Gateway 也会断开。再次启动报错,必须运行 openclaw doctor --fix 重新安装才能恢复。
原因分析
飞书应用类型错误
日志提示:
receive events or callbacks through persistent connection only available in self-build & Feishu app
初始配置的 App ID(yyyyyyyyyyyyyy)属于快捷版/小程序类型,不支持 WebSocket 长连接收消息。需使用自建应用的正确 ID(xxxxxxxxxxxxxxxx)。
多账号配置方式错误
尝试为运营 agent(yunying)单独配机器人时报 "unknown channel id"。飞书多账号需通过 accounts 字段配置。
正确 channels 配置:
{"channels":{"feishu":{"defaultAccount":"main","accounts":{"main":{"appId":"xxxxxxxxxxxxxxxx","appSecret":"abcdefghijklmnopqrstuvwxyz"},"yunying":{"appId":"yyyyyyyyyyyyyy","appSecret":


