openclaw - 💡(How to fix) Fix [Bug]: Discord channel missing from bundled sidecar in 2026.4.26 [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#73782Fetched 2026-04-29 06:15:14
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Author
Participants
Timeline (top)
closed ×1labeled ×1

Discord plugin fails to load on core 2026.4.26 with @openclaw/discord 2026.3.13. Same root cause as #63774 (Cannot find module .../plugin-sdk/root-alias.cjs/discord), but on npm install rather than Homebrew.

Error Message

error plugins {"subsystem":"plugins"} [plugins] discord failed to load from /.openclaw/extensions/discord/index.ts: Error: Cannot find module '/.nvm/versions/node/v25.3.0/lib/node_modules/openclaw/dist/plugin-sdk/root-alias.cjs/discord'

Root Cause

Discord plugin fails to load on core 2026.4.26 with @openclaw/discord 2026.3.13. Same root cause as #63774 (Cannot find module .../plugin-sdk/root-alias.cjs/discord), but on npm install rather than Homebrew.

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Discord plugin fails to load on core 2026.4.26 with @openclaw/discord 2026.3.13. Same root cause as #63774 (Cannot find module .../plugin-sdk/root-alias.cjs/discord), but on npm install rather than Homebrew.

Steps to reproduce

Install via rpm (npm install -g openclaw) Install discord during initial configuration or with openclaw plugins install discord

Expected behavior

Discord plugin/extension should load

Actual behavior

error plugins {"subsystem":"plugins"} [plugins] discord failed to load from /.openclaw/extensions/discord/index.ts: Error: Cannot find module '/.nvm/versions/node/v25.3.0/lib/node_modules/openclaw/dist/plugin-sdk/root-alias.cjs/discord'

  • ~/.openclaw/extensions/discord/index.ts

OpenClaw version

2026.4.26

Operating system

macOS 26.4

Install method

npm global

Model

any

Provider / routing chain

openclaw/any

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

Appears to be the same issue as #63774, the underlying packaging problem appears unresolved on npm install path.

extent analysis

TL;DR

The Discord plugin fails to load due to a module not found error, likely caused by a packaging issue with the @openclaw/discord package on npm install.

Guidance

  • Verify that the @openclaw/discord package is installed correctly by checking the node_modules directory for any missing files or dependencies.
  • Check the package.json file for any version mismatches between @openclaw/discord and openclaw.
  • Try reinstalling the @openclaw/discord package using npm install to ensure that all dependencies are correctly installed.
  • Review the issue #63774 for any potential solutions or workarounds that may apply to this case.

Notes

The issue seems to be related to a packaging problem that was previously reported in issue #63774, but the solution for that issue may not be directly applicable to this case since it occurred on a different installation path (npm install vs Homebrew).

Recommendation

Apply workaround: Try to manually resolve the module not found error by adjusting the import path or reinstalling the @openclaw/discord package, as the underlying issue appears to be related to a packaging problem that has not been fully resolved.

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

Discord plugin/extension should load

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]: Discord channel missing from bundled sidecar in 2026.4.26 [1 participants]