mirror of
https://github.com/openclaw/nix-openclaw.git
synced 2026-07-24 21:25:23 -04:00
[Bug] Telegram connection failure causes the entire OpenClaw service to fail on startup #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TorosFanny on GitHub (Feb 12, 2026).
Description:
When the Telegram channel is enabled, if the service is unable to establish a connection to the Telegram API (due to network issues, DNS failure, or API timeouts), the entire
openclawprocess terminates. This prevents other functional parts of the gateway (such as the web interface or other active channels) from starting.Environment:
Steps to Reproduce:
home.nix:Actual Behavior:
The service attempts to connect to Telegram, fails, and then the process exits with an error. Systemd marks the service as
failed.Expected Behavior:
The service should handle connection errors gracefully. If Telegram is unreachable:
Impact:
A single channel's connectivity issue should not be a "fatal error" for the entire system. Currently, it reduces the overall availability of the OpenClaw gateway.