-
-
Notifications
You must be signed in to change notification settings - Fork 79.2k
Telegram messages silently dropped, no sendMessage logged #80520
Copy link
Copy link
Open
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.impact:message-lossChannel message delivery can be lost, duplicated, or misrouted.Channel message delivery can be lost, duplicated, or misrouted.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.
Metadata
Metadata
Assignees
Labels
P1High-priority user-facing bug, regression, or broken workflow.High-priority user-facing bug, regression, or broken workflow.impact:message-lossChannel message delivery can be lost, duplicated, or misrouted.Channel message delivery can be lost, duplicated, or misrouted.impact:session-stateSession, memory, transcript, context, or agent state can drift or corrupt.Session, memory, transcript, context, or agent state can drift or corrupt.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
Telegram messages are silently dropped. The gateway appears to receive and process the message, but no sendMessage API call is logged, and the user never receives a reply.
Steps to reproduce
Happened multiple times today (2026-05-11):
9:53 AM CST:
10:24 AM CST:
Environment
Expected behavior
Every message sent from Telegram should receive a reply via sendMessage API, with the call logged.
Actual behavior
Gateway processes the message (chat.history query succeeds) but the reply is never sent via Telegram API. No error is logged. The user just never receives a reply.
Additional context
We observed the pre-connect vs post-connect network error handling issue described in #80362 and PR #80367, but our dropped messages occurred WITHOUT any "Network request for sendChatAction failed!" error in the logs. The drop is completely silent.
Could there be another code path that silently drops replies without any logging?