Files
clawdbot/docs/channels/troubleshooting.md
2026-01-25 04:33:14 +00:00

1.2 KiB
Raw Blame History

summary, read_when
summary read_when
Channel-specific troubleshooting shortcuts (Discord/Telegram/WhatsApp)
A channel connects but messages dont flow
Investigating channel misconfiguration (intents, permissions, privacy mode)

Channel troubleshooting

Start with:

clawdbot doctor
clawdbot channels status --probe

channels status --probe prints warnings when it can detect common channel misconfigurations, and includes small live checks (credentials, some permissions/membership).

Channels

Telegram quick fixes

  • Logs show HttpError: Network request for 'sendMessage' failed or sendChatAction → check IPv6 DNS. If api.telegram.org resolves to IPv6 first and the host lacks IPv6 egress, force IPv4 or enable IPv6. See /channels/telegram#troubleshooting.
  • Logs show setMyCommands failed → check outbound HTTPS and DNS reachability to api.telegram.org (common on locked-down VPS or proxies).