openclaw - 💡(How to fix) Fix Feishu plugin v2026.4.20 fails to start: bot ping API returns 404 or timeout [2 comments, 3 participants]

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…
GitHub stats
openclaw/openclaw#72036Fetched 2026-04-27 05:35:48
View on GitHub
Comments
2
Participants
3
Timeline
5
Reactions
0
Author
Timeline (top)
commented ×2closed ×1mentioned ×1subscribed ×1

Error Message

AxiosError: timeout of 10000ms exceeded url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping'

Root Cause

The feishu plugin v2026.4.20 introduced a new bot identity preflight check (fetchBotIdentityForMonitor) that calls POST /open-apis/bot/v1/openclaw_bot/ping. If this request fails (timeout or 404), the plugin aborts startup entirely.

In contrast, feishu plugin v2026.4.15-beta.1 handles probe failures more gracefully — it logs an error but continues startup:

bot info probe timed out after 10000ms; continuing startup

Fix Action

Workaround

Manually replacing the feishu plugin files in 4.24 with those from 4.15 (feishu plugin v2026.4.15-beta.1) allows the gateway to start successfully. The plugin compatibility field "minHostVersion": ">=2026.4.10" in v2026.4.15-beta.1 confirms it is compatible with 4.24 host.

Code Example

AxiosError: timeout of 10000ms exceeded
  url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping'

---

404 Not Found
  url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping'

---

[error]: [feishu[main]]: bot info probe timed out after 10000ms; aborting startup
[gateway] feishu: abort signal received during startup preflight; stopping startup

---

bot info probe timed out after 10000ms; continuing startup
RAW_BUFFERClick to expand / collapse

Problem

After upgrading to OpenClaw 4.24, the Feishu channel plugin (v2026.4.20) fails to initialize. The gateway starts but all Feishu accounts fail with:

AxiosError: timeout of 10000ms exceeded
  url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping'

or

404 Not Found
  url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping'

The gateway log shows:

[error]: [feishu[main]]: bot info probe timed out after 10000ms; aborting startup
[gateway] feishu: abort signal received during startup preflight; stopping startup

Environment

  • OpenClaw: 4.24 (2026.4.24)
  • Feishu plugin: 2026.4.20
  • Host OS: macOS
  • Node: 22.22.1

Root Cause

The feishu plugin v2026.4.20 introduced a new bot identity preflight check (fetchBotIdentityForMonitor) that calls POST /open-apis/bot/v1/openclaw_bot/ping. If this request fails (timeout or 404), the plugin aborts startup entirely.

In contrast, feishu plugin v2026.4.15-beta.1 handles probe failures more gracefully — it logs an error but continues startup:

bot info probe timed out after 10000ms; continuing startup

Workaround

Manually replacing the feishu plugin files in 4.24 with those from 4.15 (feishu plugin v2026.4.15-beta.1) allows the gateway to start successfully. The plugin compatibility field "minHostVersion": ">=2026.4.10" in v2026.4.15-beta.1 confirms it is compatible with 4.24 host.

Questions

  1. Is the /open-apis/bot/v1/openclaw_bot/ping endpoint expected to exist on all Feishu bot configurations?
  2. Should the ping failure be fatal (aborting startup) or non-fatal (continuing with a warning)?
  3. Should this be filed as a bug in the feishu plugin (@m1heng) rather than the core?

Related

  • Same ping URL used in feishu plugin v2026.4.15-beta.1 (probe-DftphXPF.js)
  • The fatal abort behavior was introduced between v2026.4.15-beta.1 and v2026.4.20

extent analysis

TL;DR

Downgrade the Feishu plugin to version 2026.4.15-beta.1 to avoid the fatal startup abort caused by the bot identity preflight check.

Guidance

  • Verify the existence and accessibility of the /open-apis/bot/v1/openclaw_bot/ping endpoint for your Feishu bot configuration to determine if the issue is specific to your setup.
  • Consider filing a bug report with the Feishu plugin maintainer (@m1heng) regarding the introduction of fatal startup abort behavior in version 2026.4.20.
  • Review the plugin compatibility to ensure that downgrading to version 2026.4.15-beta.1 does not introduce other compatibility issues with OpenClaw 4.24.
  • Test the workaround by manually replacing the Feishu plugin files with those from version 2026.4.15-beta.1 to confirm that it resolves the startup issue.

Example

No code snippet is provided as the issue is related to plugin version compatibility and configuration.

Notes

The provided workaround may not be a permanent solution and may need to be revisited when a newer version of the Feishu plugin is released that addresses the startup abort issue.

Recommendation

Apply the workaround by downgrading the Feishu plugin to version 2026.4.15-beta.1, as it has been confirmed to resolve the startup issue and is compatible with OpenClaw 4.24.

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 Feishu plugin v2026.4.20 fails to start: bot ping API returns 404 or timeout [2 comments, 3 participants]