Skip to content

[Bug] OpenClaw 2026.6.9 channels.telegram.streaming: invalid config #13108

Description

@irains

Contact Information

irains

1Panel Version

v2.2.2

Problem Description

After configuring the Telegram bot using the panel, it cannot be used normally. Upon checking the logs, the following invalid configuration prompt message appears.

1Panel-openclaw-Fw5g  | 2026-06-24T08:36:03.617+00:00 [reload] config reload skipped (invalid config): channels.telegram.streaming: invalid config: must be object, channels.telegram.accounts.rains_botw.streaming: invalid config: must be object

The contents of this configuration file are as follows.

"channels": {
    "telegram": {
      "accounts": {
        "rains_botw": {
          "botToken": "xxxxxx",
          "dmPolicy": "pairing",
          "enabled": true,
          "groupPolicy": "open",
          "name": "ClawBot",
          "streaming": "partial"
        }
      },
      "defaultAccount": "rains_botw",
      "dmPolicy": "pairing",
      "enabled": true,
      "groupPolicy": "open",
      "streaming": "partial"
    }
  },

Changing the streaming configuration to the following can be used, but if other items are modified in the panel, it will be changed back.

"streaming": {
    "mode": "partial"
}

The official documentation of OpenClaw for details: https://docs.openclaw.ai/concepts/streaming

Steps to Reproduce

Install Openclaw 2026.6.9

The expected correct result

No response

Related log output

Additional Information

No response

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions