openclaw status
openclaw status --all
openclaw gateway probe
openclaw gateway status
openclaw doctor
openclaw channels status --probe
openclaw logs --followopenclaw gateway statusRuntime: runningConnectivity probe: okopenclaw channels status --probeworks or audit okopenclaw statusPost-update freezes are often caused by corrupted plugin dependency trees. The official fix path, straight from the OpenClaw docs, is to run openclaw status --allopenclaw doctor --fixopenclaw gateway restartopenclaw status --all
If you spot plugin load failed: dependency tree corruptedopenclaw doctor --fix
Telegram bots have their own set of failure signatures that look like a generic freeze. Here's how to triage each one:
/start doesn't yield usable replies: The pairing relationship is likely broken. Run openclaw pairing list telegramgetMe returned 401botToken, tokenFile, or the TELEGRAM_BOT_TOKEN environment variable—with a fresh token from BotFather.openclaw logs --followPATH still points to a stale installation—update your PATH so openclaw resolves to the newer install, then rerun whatever action was failing.openclaw binary.PATH issues.openclaw doctor --fixStop guessing. The fix path for OpenClaw always starts with the same five baseline commands, then branches to either the Telegram or gateway track depending on what those commands reveal. If you run the sequence above and paste 20–30 lines of output from
openclaw gateway statusopenclaw channels status --probeopenclaw logs --follow
Comments
0 comments