[BUG] Channel notifications silently dropped after a few minutes of active conversation
Resolved 💬 3 comments Opened Apr 12, 2026 by Yfyangd Closed Apr 16, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Telegram plugin debug log confirms notification sent successfully, but Claude Code stops surfacing them after ~3-5 minutes of active conversation
- version: 2.1.104, macOS 14.3
What Should Happen?
Claude Code should process and respond to all incoming channel notifications
from the Telegram plugin, as long as the session is running. The debug log
confirms the plugin is delivering every notification — Claude Code should
surface them to the conversation.
Error Messages/Logs
lient_secret_68978613724_ahri6ahprru3u46quls99e0lhnacorqh_apps.json)", from=7674709608
2026-04-12T06:02:00.889Z gate result=deliver
2026-04-12T06:02:00.889Z notification sent successfully for chat_id=7674709608
2026-04-12T06:15:11.555Z handleInbound called, text="hihi", from=7674709608
2026-04-12T06:15:11.555Z gate result=deliver
2026-04-12T06:15:11.556Z notification sent successfully for chat_id=7674709608
2026-04-12T06:34:10.753Z handleInbound called, text="你又死掉了", from=7674709608
2026-04-12T06:34:10.755Z gate result=deliver
2026-04-12T06:34:10.755Z notification sent successfully for chat_id=7674709608
2026-04-12T06:55:08.850Z handleInbound called, text="Hi", from=7674709608
2026-04-12T06:55:08.851Z gate result=deliver
2026-04-12T06:55:08.851Z notification sent successfully for chat_id=7674709608
2026-04-12T06:56:28.952Z handleInbound called, text="為何不回應", from=7674709608
2026-04-12T06:56:28.952Z gate result=deliver
2026-04-12T06:56:28.953Z notification sent successfully for chat_id=7674709608
2026-04-12T09:08:27.892Z handleInbound called, text="hi", from=7674709608
2026-04-12T09:08:27.896Z gate result=deliver
2026-04-12T09:08:27.897Z notification sent successfully for chat_id=7674709608
2026-04-12T09:11:40.803Z handleInbound called, text="有收到", from=7674709608
2026-04-12T09:11:40.805Z gate result=deliver
2026-04-12T09:11:40.805Z notification sent successfully for chat_id=7674709608
2026-04-12T09:14:51.521Z handleInbound called, text="hi", from=7674709608
2026-04-12T09:14:51.522Z gate result=deliver
2026-04-12T09:14:51.523Z notification sent successfully for chat_id=7674709608
2026-04-12T09:19:19.184Z handleInbound called, text="過幾分鐘就斷掉 但是我的openclaw 都不會斷掉", from=7674709608
2026-04-12T09:19:19.185Z gate result=deliver
2026-04-12T09:19:19.185Z notification sent successfully for chat_id=7674709608
2026-04-12T09:19:54.720Z handleInbound called, text="現在怎麼回事?", from=7674709608
2026-04-12T09:19:54.721Z gate result=deliver
2026-04-12T09:19:54.721Z notification sent successfully for chat_id=7674709608
2026-04-12T09:20:05.297Z handleInbound called, text="又斷掉了?", from=7674709608
2026-04-12T09:20:05.297Z gate result=deliver
2026-04-12T09:20:05.297Z notification sent successfully for chat_id=7674709608
2026-04-12T09:21:01.298Z handleInbound called, text="我收到", from=7674709608
2026-04-12T09:21:01.299Z gate result=deliver
2026-04-12T09:21:01.300Z notification sent successfully for chat_id=7674709608
2026-04-12T09:25:31.909Z handleInbound called, text="所以好了嗎", from=7674709608
2026-04-12T09:25:31.911Z gate result=deliver
2026-04-12T09:25:31.911Z notification sent successfully for chat_id=7674709608
2026-04-12T09:27:07.968Z handleInbound called, text="??", from=7674709608
2026-04-12T09:27:07.969Z gate result=deliver
2026-04-12T09:27:07.970Z notification sent successfully for chat_id=7674709608
2026-04-12T09:33:00.486Z handleInbound called, text="hi", from=7674709608
2026-04-12T09:33:00.488Z gate result=deliver
2026-04-12T09:33:00.488Z notification sent successfully for chat_id=7674709608
Steps to Reproduce
- Start Claude Code with Telegram plugin: claude --channels
plugin:telegram@claude-plugins-official
- Send messages from Telegram — first few minutes work fine
- Wait ~3-5 minutes and send another message from Telegram
- Claude Code stops responding to incoming messages, even though plugin log
shows notification sent successfully
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
2.1.104
Claude Code Version
2.1.104
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
Environment
- Claude Code version: 2.1.104
- macOS 14.3, Apple Silicon, 16GB RAM
- Telegram plugin: claude-plugins-official/telegram v0.0.5
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗