openclaw - 💡(How to fix) Fix [Bug]: Config validation fails with "Unrecognized key: bundledDiscovery" after upgrade to v2026.5.4 [2 comments, 3 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#78236Fetched 2026-05-07 03:39:19
View on GitHub
Comments
2
Participants
3
Timeline
3
Reactions
2
Timeline (top)
commented ×2closed ×1

升級至 v2026.5.4 後,配置驗證失敗,導致 Gateway 無法啟動。錯誤訊息顯示 plugins.bundledDiscovery 為無法識別的金鑰,但 doctor --fix 未能自動移除此已棄用的設定鍵。此外,CPU 使用率異常飆升至 110%。

Error Message

Error Log

Error details:

Root Cause

升級至 v2026.5.4 後,配置驗證失敗,導致 Gateway 無法啟動。錯誤訊息顯示 plugins.bundledDiscovery 為無法識別的金鑰,但 doctor --fix 未能自動移除此已棄用的設定鍵。此外,CPU 使用率異常飆升至 110%。

Fix Action

Fix / Workaround

Suggested workaround

手動執行以下命令移除已棄用的鍵:

openclaw config unset plugins.bundledDiscovery

Code Example

Invalid config at ~/.openclaw/openclaw.json:
- plugins: Unrecognized key: "bundledDiscovery"
Config invalid

Error details:
- fetch timeout errors
- CPU usage: 110%

---

openclaw config unset plugins.bundledDiscovery
RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

升級至 v2026.5.4 後,配置驗證失敗,導致 Gateway 無法啟動。錯誤訊息顯示 plugins.bundledDiscovery 為無法識別的金鑰,但 doctor --fix 未能自動移除此已棄用的設定鍵。此外,CPU 使用率異常飆升至 110%。

Steps to reproduce

  1. 升級至 v2026.5.4 (npm install -g [email protected] 或 equivalent)
  2. 執行 openclaw doctoropenclaw gateway start
  3. 觀察錯誤訊息:Invalid config ... Unrecognized key: "bundledDiscovery"

Expected behavior

  • 配置應該通過驗證,或者
  • doctor --fix 應該自動移除已棄用的 plugins.bundledDiscovery

Actual behavior

  • Gateway 啟動失敗
  • doctor --fix 未能移除該鍵
  • CPU 使用率飆升至 110%

Environment

  • OpenClaw: v2026.5.4
  • OS: Ubuntu (Oracle VPS, arm64)
  • Node: v24.15.0

Error Log

Invalid config at ~/.openclaw/openclaw.json:
- plugins: Unrecognized key: "bundledDiscovery"
Config invalid

Error details:
- fetch timeout errors
- CPU usage: 110%

Impact and severity

  • Affected: 所有升級至 v2026.5.4 且配置中包含 plugins.bundledDiscovery 的用戶
  • Severity: 阻止 Gateway 啟動,完全無法使用 OpenClaw
  • Frequency: 升級時必然發生(若舊配置包含該鍵)
  • Consequence: 用戶無法正常使用 OpenClaw,需手動編輯配置文件

References

  • Related Issue #60963 (類似配置驗證問題)
  • Related Issue #77155 (doctor --fix 未能正確處理已棄用鍵)

Suggested workaround

手動執行以下命令移除已棄用的鍵:

openclaw config unset plugins.bundledDiscovery

或手動編輯 ~/.openclaw/openclaw.json,移除 plugins.bundledDiscovery 鍵。

Additional information

此問題似乎與 v2026.5.x 系列中的配置架構變更有關。建議維護者:

  1. 確保 doctor --fix 能正確處理已棄用的配置鍵
  2. 在升級日誌中提供明確的遷移指導
  3. 考慮增加配置遷移的兼容性處理

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

  • 配置應該通過驗證,或者
  • doctor --fix 應該自動移除已棄用的 plugins.bundledDiscovery

Still need to ship something?

×6

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

Back to top recommendations

TRENDING