openclaw - 💡(How to fix) Fix feat(feishu): log outbound message delivery result (message_id or error) after Feishu API call

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…

Error Message

  • Failure: feishu: failed to send to chat=xxx error=xxx

Fix Action

Fix / Workaround

When OpenClaw sends a reply to a Feishu private chat, the gateway logs show the message text being generated (e.g. dispatch complete, queuedFinal=true, replies=2) but there is no subsequent log entry showing whether the Feishu API call succeeded (returned a message_id) or failed.

Environment

  • OpenClaw v2026.5.19 (with patch #66985)
  • Feishu plugin @openclaw/[email protected]
  • Channel: Feishu private chat (DM)
RAW_BUFFERClick to expand / collapse

Problem

When OpenClaw sends a reply to a Feishu private chat, the gateway logs show the message text being generated (e.g. dispatch complete, queuedFinal=true, replies=2) but there is no subsequent log entry showing whether the Feishu API call succeeded (returned a message_id) or failed.

This makes it impossible to diagnose dropped messages. In our case, a reply containing FortiClient/FortiSSLVPNdaemon troubleshooting content was generated at 02:22:29 CST but the user never received it — and the logs provide no evidence either way.

Expected

After each outbound Feishu message send, log either:

  • Success: feishu: sent message_id=om_xxx to chat=xxx
  • Failure: feishu: failed to send to chat=xxx error=xxx

Environment

  • OpenClaw v2026.5.19 (with patch #66985)
  • Feishu plugin @openclaw/[email protected]
  • Channel: Feishu private chat (DM)

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