Description
openclaw doctor reports Telegram: not configured in the channel probe section, even though the Telegram channel is fully operational.
Current Behavior
openclaw doctor → Telegram: not configured
openclaw status → Telegram │ ON │ OK │ token config×2 (8450…_SqQ · len 46) · accounts 2/2
- Bot is actively receiving and sending Telegram messages
Configuration
{
"channels": {
"telegram": {
"enabled": true,
"botToken": "<redacted>",
"accounts": {
"<chatId>": {
"name": "...",
"enabled": true,
"botToken": "<redacted>"
},
"default": {
"botToken": "<redacted>"
}
}
}
},
"plugins": {
"entries": {
"telegram": { "enabled": true }
}
}
}
Expected Behavior
openclaw doctor should report Telegram as configured/OK when openclaw status shows it as ON/OK.
Steps to Reproduce
- Configure Telegram channel with botToken at both top-level and account level
- Verify Telegram is working (send/receive messages)
- Run
openclaw doctor
- Observe "Telegram: not configured" in channel probe section
- Run
openclaw status and see Telegram is ON/OK
Environment
- OpenClaw version: 2026.3.11
- OS: macOS 26.2 (arm64)
- Node: v24.12.0
Description
openclaw doctorreportsTelegram: not configuredin the channel probe section, even though the Telegram channel is fully operational.Current Behavior
openclaw doctor→Telegram: not configuredopenclaw status→Telegram │ ON │ OK │ token config×2 (8450…_SqQ · len 46) · accounts 2/2Configuration
{ "channels": { "telegram": { "enabled": true, "botToken": "<redacted>", "accounts": { "<chatId>": { "name": "...", "enabled": true, "botToken": "<redacted>" }, "default": { "botToken": "<redacted>" } } } }, "plugins": { "entries": { "telegram": { "enabled": true } } } }Expected Behavior
openclaw doctorshould report Telegram as configured/OK whenopenclaw statusshows it as ON/OK.Steps to Reproduce
openclaw doctoropenclaw statusand see Telegram is ON/OKEnvironment