Hello,
I'm experiencing persistent network connectivity issues with my OpenClaw service when trying to send messages to Telegram. The service keeps failing with "Network request failed" errors.
Issue Details:
Service: OpenClaw (PREBUILT_V2)
Service ID: 699333df5e4cca5b2f148446
Project ID: 699333d29ad28ee9ebf33e30
Status: Service is RUNNING, but Telegram delivery consistently fails
Error Messages:
2026-03-12T16:28:57.116Z [telegram] sendMessage failed: Network request for 'sendMessage' failed!
2026-03-12T16:28:57.118Z [telegram] final reply failed: HttpError: Network request for 'sendMessage' failed!
2026-03-12T16:28:58.116Z [telegram] sendChatAction failed: Network request for 'sendChatAction' failed!
The errors occur repeatedly throughout the logs, affecting both sendMessage and sendChatAction operations.
What I've Checked:
Service is running and accessible
Telegram bot token appears to be configured
The issue is persistent (not intermittent)
Questions:
Could this be a regional network restriction preventing outbound connections to Telegram's API?
Are there any known issues with Telegram connectivity from my server region?
What steps should I take to diagnose this further?
Any help would be appreciated