Root cause of intermittent '⚠️ Tiger timed out or is offline' replies: TWO consumers raced for getUpdates on one bot token. OpenClaw's native channel owns the conversation; the bridge poller lost with a 409 every ~40s, and when it occasionally WON it relayed the stolen message into a fresh context-less tg_* session with a 120s budget — slow turns produced the ⚠️ reply, and the message never reached the native transcript (so it was also missing from the dashboard mirror). Outbound notify (raw Bot API) is unaffected. Re-enable explicitly with TIGER_TELEGRAM_POLLER=on only if native telegram is disabled. |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||