openclaw - 💡(How to fix) Fix [Bug]: Feishu plugin - duplicate plugin id warning on startup [2 comments, 2 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#49412Fetched 2026-04-08 00:55:27
View on GitHub
Comments
2
Participants
2
Timeline
3
Reactions
0
Author
Timeline (top)
labeled ×2commented ×1

Feishu plugin shows duplicate plugin id warning on startup despite functioning normally

Root Cause

Feishu plugin shows duplicate plugin id warning on startup despite functioning normally

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Summary

Feishu plugin shows duplicate plugin id warning on startup despite functioning normally

Steps to reproduce

  1. Configure OpenClaw with feishu plugin enabled
  2. Start the OpenClaw gateway
  3. Check gateway logs or status output

Expected behavior

Plugin loads without any duplicate id warnings

Actual behavior

Warning appears in gateway logs: "plugin feishu: duplicate plugin id detected; later plugin may be overridden". The warning appears even with plugins.allow explicitly set to ["feishu"].

OpenClaw version

2026.3.13

Operating system

macOS 12.6 (Darwin 21.6.0)

Install method

No response

Model

custom-api-edgefn-net/MiniMax-M2.5

Provider / routing chain

openclaw -> edgefn.net -> MiniMax-M2.5

Config file / key location

No response

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

Fix Plan

To resolve the duplicate plugin id warning, we need to ensure that the feishu plugin is properly configured and uniquely identified.

  • Check the plugins configuration section in your OpenClaw config file for any duplicate entries.
  • Verify that the feishu plugin is correctly specified in the plugins.allow list.
  • If using a custom plugin directory, ensure that there are no duplicate feishu plugin files.

Example config snippet:

plugins:
  allow:
    - feishu
  feishu:
    id: feishu-plugin
    config:
      # feishu plugin config options
  • If the issue persists, try setting the plugins.override option to true to force the gateway to override any duplicate plugins:
plugins:
  override:

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…

FAQ

Expected behavior

Plugin loads without any duplicate id warnings

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Feishu plugin - duplicate plugin id warning on startup [2 comments, 2 participants]