OpenClaw 接 LINE:Channel access token 和 secret
LINE Messaging API 用 Channel access token 与 Channel secret。和 Claude/OpenAI Key 无关。Webhook 必须指到 Gateway。
阅读(12)赞 (0)
LINE Messaging API 用 Channel access token 与 Channel secret。和 Claude/OpenAI Key 无关。Webhook 必须指到 Gateway。
阅读(12)赞 (0)
Matrix 通道要 homeserver 地址和 access token。这不是 LLM Key。配错服务器会登录失败。
阅读(12)赞 (0)
Slack Event Subscriptions 的 Request URL 要指向正在跑的 OpenClaw Gateway。填错成网页首页会验证失败。
阅读(14)赞 (0)
Telegram 403 bot was blocked by the user 或 not enough rights,是通道权限,不是模型 Key。先查 Bot 是否被禁言/踢出。
阅读(13)赞 (0)
Slack 需要 Bot Token 和签名密钥,和 Gateway 模型 Key 是三套。缺签名会校验失败,不是 LLM 401。
阅读(13)赞 (0)
OpenClaw 配对/pairing 超时或码过期,重新 onboard 出码。不是模型 401,也不是 Bot Token 贴错那么简单。
阅读(14)赞 (0)
每天看 bot 是否活着:先发通道 ping(能否进 Gateway),再发模型 ping(能否 200)。两层一起红才查网络。
阅读(11)赞 (0)
飞书/Lark 应用的 App ID/Secret 只管通道。模型 401 去 Gateway 改 LLM。两套凭证不能填进同一个框。
阅读(13)赞 (0)
OpenClaw 的 WhatsApp 通道只解决消息进出。模型仍在 Gateway 里配。扫码成功不等于 LLM Key 有效。
阅读(9)赞 (0)
Telegram/Discord 同一个 Token 跑 OpenClaw 又跑一份 Python bot,就会 409 或互相抢消息。停掉多余进程。
阅读(15)赞 (0)