openclaw - 💡(How to fix) Fix [Bug]: 最新版本的内置飞书请求超时 [2 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#75000Fetched 2026-05-01 05:39:11
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
2
Timeline (top)
commented ×2labeled ×2closed ×1cross-referenced ×1

Error Message

V4.26 版本报错,有什么解决方法吗,现在已回退到2.2 05:09:33 [error]: [ AxiosError: timeout of 10000ms exceeded at RedirectableRequest.handleRequestTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/adapters/http.js:908:13) at RedirectableRequest.emit (node:events:519:28) at Timeout._onTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/follow-redirects/index.js:233:12) at listOnTimeout (node:internal/timers:585:17) at processTimers (node:internal/timers:521:7) at Axios.request (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/core/Axios.js:46:41) at processTicksAndRejections (node:internal/process/task_queues:103:5) at runNextTicks (node:internal/process/task_queues:68:3) at listOnTimeout (node:internal/timers:547:9) at processTimers (node:internal/timers:521:7) { isAxiosError: true, code: 'ECONNABORTED', config: { transitional: [Object], adapter: [Array], transformRequest: [Array], transformResponse: [Array], timeout: 10000, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: [Object], validateStatus: [Function: validateStatus], headers: [Object [AxiosHeaders]], method: 'post', url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping', data: '{"needBotInfo":true}', params: {}, allowAbsoluteUrls: true }, request: Writable { _events: [Object], _writableState: [WritableState], _maxListeners: undefined, _options: [Object], _ended: true, _ending: true, _redirectCount: 0, _redirects: [], _requestBodyLength: 20, _requestBodyBuffers: [Array], _eventsCount: 3, _onNativeResponse: [Function (anonymous)], _headerFilter: /^(?:Authorization|Proxy-Authorization|Cookie)$/i, _currentRequest: [ClientRequest], _currentUrl: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping', _timeout: null, [Symbol(shapeMode)]: true, [Symbol(kCapture)]: false } } ]

Root Cause

Code Example

V4.26 版本报错,有什么解决方法吗,现在已回退到2.2
05:09:33 [error]: [
  AxiosError: timeout of 10000ms exceeded
      at RedirectableRequest.handleRequestTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/adapters/http.js:908:13)
      at RedirectableRequest.emit (node:events:519:28)
      at Timeout._onTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/follow-redirects/index.js:233:12)
      at listOnTimeout (node:internal/timers:585:17)
      at processTimers (node:internal/timers:521:7)
      at Axios.request (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/core/Axios.js:46:41)
      at processTicksAndRejections (node:internal/process/task_queues:103:5)
      at runNextTicks (node:internal/process/task_queues:68:3)
      at listOnTimeout (node:internal/timers:547:9)
      at processTimers (node:internal/timers:521:7) {
    isAxiosError: true,
    code: 'ECONNABORTED',
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 10000,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      method: 'post',
      url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping',
      data: '{"needBotInfo":true}',
      params: {},
      allowAbsoluteUrls: true
    },
    request: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 20,
      _requestBodyBuffers: [Array],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _headerFilter: /^(?:Authorization|Proxy-Authorization|Cookie)$/i,
      _currentRequest: [ClientRequest],
      _currentUrl: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    }
  }
]
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

4.26 版本 飞书地址请求超时https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping

Steps to reproduce

没有

Expected behavior

没有

Actual behavior

没有

OpenClaw version

2026.4.26

Operating system

Linux

Install method

No response

Model

kimi

Provider / routing chain

kimi

Additional provider/model setup details

No response

Logs, screenshots, and evidence

V4.26 版本报错,有什么解决方法吗,现在已回退到2.2
05:09:33 [error]: [
  AxiosError: timeout of 10000ms exceeded
      at RedirectableRequest.handleRequestTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/adapters/http.js:908:13)
      at RedirectableRequest.emit (node:events:519:28)
      at Timeout._onTimeout (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/follow-redirects/index.js:233:12)
      at listOnTimeout (node:internal/timers:585:17)
      at processTimers (node:internal/timers:521:7)
      at Axios.request (/root/.openclaw/plugin-runtime-deps/openclaw-2026.4.26-4eca5026e977/node_modules/axios/lib/core/Axios.js:46:41)
      at processTicksAndRejections (node:internal/process/task_queues:103:5)
      at runNextTicks (node:internal/process/task_queues:68:3)
      at listOnTimeout (node:internal/timers:547:9)
      at processTimers (node:internal/timers:521:7) {
    isAxiosError: true,
    code: 'ECONNABORTED',
    config: {
      transitional: [Object],
      adapter: [Array],
      transformRequest: [Array],
      transformResponse: [Array],
      timeout: 10000,
      xsrfCookieName: 'XSRF-TOKEN',
      xsrfHeaderName: 'X-XSRF-TOKEN',
      maxContentLength: -1,
      maxBodyLength: -1,
      env: [Object],
      validateStatus: [Function: validateStatus],
      headers: [Object [AxiosHeaders]],
      method: 'post',
      url: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping',
      data: '{"needBotInfo":true}',
      params: {},
      allowAbsoluteUrls: true
    },
    request: Writable {
      _events: [Object],
      _writableState: [WritableState],
      _maxListeners: undefined,
      _options: [Object],
      _ended: true,
      _ending: true,
      _redirectCount: 0,
      _redirects: [],
      _requestBodyLength: 20,
      _requestBodyBuffers: [Array],
      _eventsCount: 3,
      _onNativeResponse: [Function (anonymous)],
      _headerFilter: /^(?:Authorization|Proxy-Authorization|Cookie)$/i,
      _currentRequest: [ClientRequest],
      _currentUrl: 'https://open.feishu.cn/open-apis/bot/v1/openclaw_bot/ping',
      _timeout: null,
      [Symbol(shapeMode)]: true,
      [Symbol(kCapture)]: false
    }
  }
]

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue is likely due to a timeout error when requesting the Feishu API, and increasing the timeout value or checking the API's availability might resolve the issue.

Guidance

  • The error message indicates an Axios timeout error with a 10-second timeout, suggesting that the request to the Feishu API is taking longer than expected.
  • Verify the Feishu API's status and availability to ensure it's not experiencing downtime or issues.
  • Consider increasing the timeout value in the Axios configuration to allow for longer request times.
  • Check the network connectivity and latency between the application and the Feishu API to identify potential bottlenecks.

Example

No code example is provided as the issue is related to a specific API request and configuration.

Notes

The issue might be specific to the Feishu API or the application's configuration, and further investigation is needed to determine the root cause.

Recommendation

Apply a workaround by increasing the timeout value or checking the API's availability, as the issue seems to be related to a transient error rather than a version-specific bug.

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

没有

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]: 最新版本的内置飞书请求超时 [2 comments, 2 participants]