A completely unresponsive bot typically points to one of three failures:
Evidence from bug reports suggests that gateway runtime problems—not token issues—are the likely culprit. One documented case shows Telegram replies stalling because the gateway enters a CPU spin state, essentially getting stuck in a processing loop.
Follow this sequence to pinpoint the problem without chasing false leads:
connected or works.openclaw channels login telegramBottom line: When an OpenClaw Telegram bot fails, don't ask more questions or jump to config changes. Verify the gateway and runtime probes are healthy, then check the Telegram token in your config or environment. Telegram does not use a login flow—it pulls the token directly from configuration.
Comments
0 comments