#Openclaw not responding on telegram but gateway and everything installed and working fine
1 messages · Page 1 of 1 (latest)
First thing: please paste the exact openclaw --version even if you just updated. Version skew after an update/restart is a common cause here.
For Telegram specifically, run this ladder on the Hetzner box and paste the relevant output, with tokens redacted:
openclaw status --all
openclaw gateway probe
openclaw gateway status
openclaw channels status --probe
openclaw pairing list telegram
openclaw logs --follow
What I’d look for:
channels status --probesays whether Telegram transport is actually connected/probing cleanly.pairing list telegramcatches the common “/start but not approved / DM policy changed” case.- Logs should show whether Telegram polling is stalled, API calls are failing, or OpenClaw is receiving messages but dropping them due to policy/allowlist/mention rules.
- If it’s a group: check BotFather privacy mode / whether the bot is admin, and whether your group + sender allowlists still match after the update.
- If a big job wedged a session, the logs/status output should show stuck/active runs; don’t delete state blind until we see that.
Docs for the exact triage flow:
https://docs.openclaw.ai/help/troubleshooting
https://docs.openclaw.ai/channels/troubleshooting
https://docs.openclaw.ai/channels/telegram
openclaw --version
OpenClaw 2026.5.27 (27ae826)
Targets
Local loopback ws://127.0.0.1:18789
Connect: ok (36ms) · Capability: connect-only · Read probe: limited - missing scope: operator.read
That output says the gateway WebSocket is reachable, but your local CLI only has connect-level access for the read probe. That operator.read line is degraded diagnostics, not proof that Telegram is broken.
Next useful bit is the channel probe/logs:
openclaw channels status --probe
openclaw pairing list telegram
openclaw logs --follow
For the logs, send the smallest chunk around a Telegram message you just sent to the bot. I’m looking for either polling/API errors, pairing/allowlist drops, or “message received but ignored” policy lines.
Docs reference: https://docs.openclaw.ai/help/troubleshooting and https://docs.openclaw.ai/channels/telegram