Skip to content

openclaw doctor reports 'Telegram: not configured' despite Telegram channel working correctly #44539

Description

@tamaosamu

Description

openclaw doctor reports Telegram: not configured in the channel probe section, even though the Telegram channel is fully operational.

Current Behavior

  • openclaw doctorTelegram: not configured
  • openclaw statusTelegram │ 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

  1. Configure Telegram channel with botToken at both top-level and account level
  2. Verify Telegram is working (send/receive messages)
  3. Run openclaw doctor
  4. Observe "Telegram: not configured" in channel probe section
  5. Run openclaw status and see Telegram is ON/OK

Environment

  • OpenClaw version: 2026.3.11
  • OS: macOS 26.2 (arm64)
  • Node: v24.12.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    staleMarked as stale due to inactivity

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions