openclaw - 💡(How to fix) Fix [Bug]: openclaw-lark 插件 [1 comments, 2 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#71504Fetched 2026-04-26 05:12:06
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Participants
Timeline (top)
labeled ×2closed ×1commented ×1

“eventId”: “7852f9d429e98feead42996f113e0463”, “success”: “fail”, “appId”: “cli_a9613fb82ab81cdd”, “tenantKey”: “1224e5db408e575e”, “eventType”: “im.message.receive_v1”, “hookType”: 4, “address”: “, ”retryCnt“: ”-“, ”costMills“: 5, ”errorInfo“: ”app not online“, ”httpCode“: 0, ”eventTime“: ”1777046822423“ openclaw-lark 插件版本:2026.4.8 Gateway 版本:2026.4.21 问题描述:热重载正常,完整重启失败,飞书返回 “app not online” 1.“app not online” 表示 Feishu 那边认为这个 app 没有活跃的 WebSocket 连接。 2.初始化时序 bug

Root Cause

“eventId”: “7852f9d429e98feead42996f113e0463”, “success”: “fail”, “appId”: “cli_a9613fb82ab81cdd”, “tenantKey”: “1224e5db408e575e”, “eventType”: “im.message.receive_v1”, “hookType”: 4, “address”: “, ”retryCnt“: ”-“, ”costMills“: 5, ”errorInfo“: ”app not online“, ”httpCode“: 0, ”eventTime“: ”1777046822423“ openclaw-lark 插件版本:2026.4.8 Gateway 版本:2026.4.21 问题描述:热重载正常,完整重启失败,飞书返回 “app not online” 1.“app not online” 表示 Feishu 那边认为这个 app 没有活跃的 WebSocket 连接。 2.初始化时序 bug

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

“eventId”: “7852f9d429e98feead42996f113e0463”, “success”: “fail”, “appId”: “cli_a9613fb82ab81cdd”, “tenantKey”: “1224e5db408e575e”, “eventType”: “im.message.receive_v1”, “hookType”: 4, “address”: “, ”retryCnt“: ”-“, ”costMills“: 5, ”errorInfo“: ”app not online“, ”httpCode“: 0, ”eventTime“: ”1777046822423“ openclaw-lark 插件版本:2026.4.8 Gateway 版本:2026.4.21 问题描述:热重载正常,完整重启失败,飞书返回 “app not online” 1.“app not online” 表示 Feishu 那边认为这个 app 没有活跃的 WebSocket 连接。 2.初始化时序 bug

Steps to reproduce

agent绑定飞书机器人无法响应

Expected behavior

agent绑定飞书机器人可以响应对话

Actual behavior

飞书返回 “app not online” = app 的 WebSocket 连接没有被 Feishu 服务器认可 热重载能修复 = 重新走一遍初始化就好了 完整重启失败 = 初始化时序 bug

OpenClaw version

2026.2.21

Operating system

Windows11

Install method

No response

Model

minimax

Provider / routing chain

openclaw>minimax

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue can be resolved by reinitializing the WebSocket connection after a full restart, likely due to an initialization sequence bug.

Guidance

  • The "app not online" error indicates that Feishu does not recognize the app's WebSocket connection, suggesting a connection issue.
  • The fact that hot reloading fixes the issue implies that reinitializing the connection resolves the problem.
  • To mitigate the issue, try reinitializing the WebSocket connection after a full restart, potentially by re-running the initialization sequence.
  • Investigate the initialization sequence bug to prevent similar issues in the future.

Notes

The provided information suggests an initialization sequence bug, but the exact cause and solution may require further investigation into the OpenClaw and Feishu integration.

Recommendation

Apply workaround: reinitialize the WebSocket connection after a full restart, as this has been shown to resolve the issue in the short term.

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

agent绑定飞书机器人可以响应对话

Still need to ship something?

×6

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

Back to top recommendations

TRENDING