openclaw - 💡(How to fix) Fix warn: bundled channel entries bluebubbles/discord/slack missing channelPlugin export on startup [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#60687Fetched 2026-04-08 02:48:17
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Author
Participants

On every gateway startup, the following warnings appear:

[channels] bundled channel entry bluebubbles missing channelPlugin export; skipping
[channels] bundled channel entry discord missing channelPlugin export; skipping
[channels] bundled channel entry slack missing channelPlugin export; skipping

These appear multiple times (3+ repetitions) on each startup. These channels are not configured/in use but the warnings add noise and suggest something is loading these extensions multiple times.

Root Cause

On every gateway startup, the following warnings appear:

[channels] bundled channel entry bluebubbles missing channelPlugin export; skipping
[channels] bundled channel entry discord missing channelPlugin export; skipping
[channels] bundled channel entry slack missing channelPlugin export; skipping

These appear multiple times (3+ repetitions) on each startup. These channels are not configured/in use but the warnings add noise and suggest something is loading these extensions multiple times.

Code Example

[channels] bundled channel entry bluebubbles missing channelPlugin export; skipping
[channels] bundled channel entry discord missing channelPlugin export; skipping
[channels] bundled channel entry slack missing channelPlugin export; skipping
RAW_BUFFERClick to expand / collapse

Summary

On every gateway startup, the following warnings appear:

[channels] bundled channel entry bluebubbles missing channelPlugin export; skipping
[channels] bundled channel entry discord missing channelPlugin export; skipping
[channels] bundled channel entry slack missing channelPlugin export; skipping

These appear multiple times (3+ repetitions) on each startup. These channels are not configured/in use but the warnings add noise and suggest something is loading these extensions multiple times.

Environment

  • Version: 2026.4.3
  • Platform: macOS

extent analysis

TL;DR

Disable or remove unused channel plugins to prevent repetitive warnings on gateway startup.

Guidance

  • Identify and review the configuration files for the gateway to determine why the unused channels (bluebubbles, discord, slack) are being loaded.
  • Check for any duplicate or unnecessary entries in the configuration that might be causing the channels to be loaded multiple times.
  • Consider disabling or removing the unused channel plugins to prevent the warnings and potential performance issues.
  • Verify that the gateway's plugin management system is properly configured to handle unused or disabled plugins.

Example

No specific code snippet can be provided without more information on the gateway's configuration files or plugin management system.

Notes

The exact steps to disable or remove the unused channel plugins may vary depending on the gateway's configuration and plugin management system. It is recommended to consult the gateway's documentation for specific instructions.

Recommendation

Apply workaround: Disable or remove unused channel plugins to prevent repetitive warnings and potential performance issues, as this is a non-intrusive change that can help reduce log noise without affecting the gateway's functionality.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING