openclaw - 💡(How to fix) Fix [Feature] Telegram channel getMe health check timeout (10s) too short behind proxy

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…

Telegram channel uses a 10s timeout for the getMe health check during startup. When Telegram runs behind an HTTP proxy (common in Chinese/GW environments), the initial handshake can exceed 10s, causing a false startup failure.

Root Cause

Telegram channel uses a 10s timeout for the getMe health check during startup. When Telegram runs behind an HTTP proxy (common in Chinese/GW environments), the initial handshake can exceed 10s, causing a false startup failure.

RAW_BUFFERClick to expand / collapse

Description

Telegram channel uses a 10s timeout for the getMe health check during startup. When Telegram runs behind an HTTP proxy (common in Chinese/GW environments), the initial handshake can exceed 10s, causing a false startup failure.

Evidence

fetch-timeout: timeoutMs=10000, elapsedMs=11802, url=api.telegram.org/bot.../getMe

Suggested Fix

  1. Expose the health check timeout as a configurable option in channel config (e.g., channels.telegram.healthCheckTimeout)
  2. Or increase the default to 30s (proxy-friendly)

Environment

  • OS: Windows
  • Channel: Telegram
  • Proxy: HTTP proxy configured

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 [Feature] Telegram channel getMe health check timeout (10s) too short behind proxy