claude-code - 💡(How to fix) Fix [BUG] Channel notifications silently dropped after a few minutes of active conversation [1 comments, 2 participants]

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…
GitHub stats
anthropics/claude-code#46941Fetched 2026-04-12 13:29:07
View on GitHub
Comments
1
Participants
2
Timeline
7
Reactions
0
Author
Timeline (top)
labeled ×5commented ×1unlabeled ×1

Error Message

Error Messages/Logs

Code Example

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
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • 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

  1. Start Claude Code with Telegram plugin: claude --channels
    plugin:telegram@claude-plugins-official
  2. Send messages from Telegram — first few minutes work fine
  3. Wait ~3-5 minutes and send another message from Telegram
  4. 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

extent analysis

TL;DR

The issue can be mitigated by restarting Claude Code after a few minutes of inactivity to ensure it continues responding to incoming Telegram notifications.

Guidance

  • Investigate the Telegram plugin's configuration and logs to see if there are any errors or timeouts that could be causing Claude Code to stop responding.
  • Check the Claude Code version and Telegram plugin version for any known issues or updates that may resolve the problem.
  • Test the setup with a different plugin or channel to isolate if the issue is specific to the Telegram plugin.
  • Consider implementing a periodic restart or refresh mechanism for Claude Code to prevent it from stopping responding after a few minutes of inactivity.

Example

No specific code example is provided as the issue seems related to the interaction between Claude Code and the Telegram plugin, and the logs do not indicate a specific code-related problem.

Notes

The issue seems to be a regression, as it worked in a previous version, and the fact that it stops responding after a few minutes suggests a potential timeout or resource issue. The provided logs show successful delivery of notifications, but Claude Code does not respond to them after some time.

Recommendation

Apply a workaround, such as periodically restarting Claude Code or refreshing the Telegram plugin, until a more permanent fix can be found, as the current version (2.1.104) is the last working version and the issue is a regression.

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