openclaw - 💡(How to fix) Fix 飞书通道群聊消息发送失败(chatId多出chat:前缀)

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Fix Action

Fix / Workaround

Bug描述

飞书群聊中@小仙,AI能收到消息、能推理生成回复(会话文件中有记录),但回复无法发送到群里。日志显示dispatch complete (replies=0)。

复现步骤

  1. 配置飞书通道,groupPolicy设为allowlist或open均可
  2. 在飞书群中@机器人发送消息
  3. 机器人AI推理成功,写入会话文件
  4. 但回复无法发送到群,dispatch显示replies=0

日志分析

首次群消息dispatch后,工具调用失败:

[tools] message failed: Request failed with status code 400
raw_params={"action":"member-info","chatId":"chat:oc_e7943f8c5b9fbac97bb9b961768980e1"}

Code Example

[tools] message failed: Request failed with status code 400
raw_params={"action":"member-info","chatId":"chat:oc_e7943f8c5b9fbac97bb9b961768980e1"}
RAW_BUFFERClick to expand / collapse

Bug描述

飞书群聊中@小仙,AI能收到消息、能推理生成回复(会话文件中有记录),但回复无法发送到群里。日志显示dispatch complete (replies=0)。

复现步骤

  1. 配置飞书通道,groupPolicy设为allowlist或open均可
  2. 在飞书群中@机器人发送消息
  3. 机器人AI推理成功,写入会话文件
  4. 但回复无法发送到群,dispatch显示replies=0

日志分析

首次群消息dispatch后,工具调用失败:

[tools] message failed: Request failed with status code 400
raw_params={"action":"member-info","chatId":"chat:oc_e7943f8c5b9fbac97bb9b961768980e1"}

chatId被加上了chat:前缀,飞书API返回400错误。

环境

  • 版本:OpenClaw 2026.5.7
  • 通道:Feishu/Lark (WebSocket)
  • 系统:Ubuntu 24.04

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix 飞书通道群聊消息发送失败(chatId多出chat:前缀)