openclaw - 💡(How to fix) Fix Telegram forum topic sessions intermittently stop responding while DM sessions continue working

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…

Telegram forum topic (group thread) sessions intermittently stop responding to messages while the main DM session continues to work fine. The session works for a period, then stops replying. Messages show only one checkmark (delivered to Telegram servers) but no response is generated.

Error Message

  1. Messages to the forum topic work initially
  2. After some time (variable), replies stop
  3. DM messages to the same bot continue to work
  4. Gateway logs show no explicit errors
  5. openclaw status --deep shows the group session exists but may be stale
  6. Last successful send to forum topic was May 4; DMs continued working after that
  7. Gateway was restarted multiple times (May 5-6) with reasons like "Clear stuck forum topic session" and "Reset stuck forum topic session"

Root Cause

Telegram forum topic (group thread) sessions intermittently stop responding to messages while the main DM session continues to work fine. The session works for a period, then stops replying. Messages show only one checkmark (delivered to Telegram servers) but no response is generated.

Code Example

"-1003964751155": {
  "requireMention": false,
  "groupPolicy": "open",
  "topics": {
    "13": {
      "requireMention": false
    }
  }
}
RAW_BUFFERClick to expand / collapse

Summary

Telegram forum topic (group thread) sessions intermittently stop responding to messages while the main DM session continues to work fine. The session works for a period, then stops replying. Messages show only one checkmark (delivered to Telegram servers) but no response is generated.

Environment

  • OpenClaw version: 2026.5.7
  • Platform: macOS 26.2 (arm64)
  • Node: 22.22.0
  • Agent runtime: claude-cli
  • Model: claude-opus-4-7

Configuration

Forum topic is configured in channels.telegram.groups:

"-1003964751155": {
  "requireMention": false,
  "groupPolicy": "open",
  "topics": {
    "13": {
      "requireMention": false
    }
  }
}

Observed behavior

  1. Messages to the forum topic work initially
  2. After some time (variable), replies stop
  3. DM messages to the same bot continue to work
  4. Gateway logs show no explicit errors
  5. openclaw status --deep shows the group session exists but may be stale
  6. Last successful send to forum topic was May 4; DMs continued working after that
  7. Gateway was restarted multiple times (May 5-6) with reasons like "Clear stuck forum topic session" and "Reset stuck forum topic session"

Expected behavior

Forum topic sessions should continue responding reliably, or automatically recover when stuck.

Relevant log patterns

  • Multiple cli session reset: provider=claude-cli reason=system-prompt events (session invalidation when workspace files change)
  • No session.stuck or session.stalled warnings logged for the group session
  • Group session shows in status as agent:main:telegram:group:-1003964751155

Questions

  1. Is there a known issue with forum topic session lifecycle?
  2. Should stuck session recovery (diagnostics.stuckSessionWarnMs) be detecting and recovering this automatically?
  3. Is there a recommended configuration for more reliable forum topic sessions?

Diagnostics

Diagnostics bundle exported: openclaw-diagnostics-2026-05-08T21-37-56-812Z-96106.zip

Can provide additional logs or config details as needed.

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…

FAQ

Expected behavior

Forum topic sessions should continue responding reliably, or automatically recover when stuck.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Telegram forum topic sessions intermittently stop responding while DM sessions continue working