openclaw - 💡(How to fix) Fix [Bug]: Feishu plugin: slow response after v2026.5.12 — start-account re-probes on every message

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…

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

Root Cause

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

RAW_BUFFERClick to expand / collapse

Bug type

Crash (process/app exits or hangs)

Beta release blocker

No

Summary

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

Steps to reproduce

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

Expected behavior

Feishu channel should cache identity like Telegram does, not re-probe on every message.

Actual behavior

start-account re-probes on every message

OpenClaw version

2026.5.12

Operating system

windows10

Install method

npm

Model

Provider / routing chain

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

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…

FAQ

Expected behavior

Feishu channel should cache identity like Telegram does, not re-probe on every message.

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 [Bug]: Feishu plugin: slow response after v2026.5.12 — start-account re-probes on every message