#help me debugi
1 messages · Page 1 of 1 (latest)
If Telegram shows “configured” but the bot won’t respond, it’s usually one of these:
- Gateway isn’t actually running / reachable
- DM access control blocked you (very common: Telegram DMs default to pairing)
- Bot token/network issue (can’t reach
api.telegram.org)
Quick checks (please paste outputs)
Run these on the machine that runs the Gateway:
openclaw --version
openclaw status --all
openclaw status --deep
openclaw channels status --probe
status --all is the best thing to share here (it redacts secrets).
Also: DM vs group?
-
If you’re DM’ing the bot: send
/startto the bot in Telegram.- With default config (
dmPolicy: "pairing"), you should get a pairing code. - Then approve it:
openclaw pairing list telegram openclaw pairing approve telegram <CODE>
- With default config (
-
If this is in a group: by default it often requires a mention, and Telegram privacy mode can block non-mention messages. Tell me if it’s a group and whether you’re mentioning the bot.
If you get no pairing code at all
Tail logs while you message the bot:
openclaw logs --follow