openclaw - 💡(How to fix) Fix [Bug]: Discord channel crash loop after upgrade to v2026.5.6 [1 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#78643Fetched 2026-05-07 03:34:26
View on GitHub
Comments
1
Participants
2
Timeline
10
Reactions
2
Author
Timeline (top)
mentioned ×3subscribed ×3labeled ×2closed ×1

After upgrading, Discord bot goes into a crash loop — shows "is typing..." briefly then disappears with no response. All Discord channels affected. Other channels (WebChat) work fine. The separately-installed @openclaw/discord plugin (v2026.5.6) ships module files with different content hashes than what the OpenClaw v2026.5.6 core expects. Specifically: Cannot find module '.../dist/extensions/discord/manager.runtime-DZtenh59.js' imported from '.../dist/extensions/discord/provider-Bc1Lm79N.js' The installed plugin has manager.runtime-B0TEyget.js but core references manager.runtime-DZtenh59.js — hash mismatch between core and plugin package.

Additional missing modules in v2026.5.6 core:

pi-model-discovery-runtime.js (model catalog fails to load) session-archive.runtime-DHboV7a2.js (cron reaper fails every 60s)

Root Cause

After upgrading, Discord bot goes into a crash loop — shows "is typing..." briefly then disappears with no response. All Discord channels affected. Other channels (WebChat) work fine. The separately-installed @openclaw/discord plugin (v2026.5.6) ships module files with different content hashes than what the OpenClaw v2026.5.6 core expects. Specifically: Cannot find module '.../dist/extensions/discord/manager.runtime-DZtenh59.js' imported from '.../dist/extensions/discord/provider-Bc1Lm79N.js' The installed plugin has manager.runtime-B0TEyget.js but core references manager.runtime-DZtenh59.js — hash mismatch between core and plugin package.

Additional missing modules in v2026.5.6 core:

pi-model-discovery-runtime.js (model catalog fails to load) session-archive.runtime-DHboV7a2.js (cron reaper fails every 60s)

Code Example

Key finding: The @openclaw/discord npm plugin persists in ~/.openclaw/npm/node_modules/ even after rolling back the core via npm install -g. The version mismatch between old core and new plugin causes the same crash. Both must be reverted together.
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

After upgrading, Discord bot goes into a crash loop — shows "is typing..." briefly then disappears with no response. All Discord channels affected. Other channels (WebChat) work fine. The separately-installed @openclaw/discord plugin (v2026.5.6) ships module files with different content hashes than what the OpenClaw v2026.5.6 core expects. Specifically: Cannot find module '.../dist/extensions/discord/manager.runtime-DZtenh59.js' imported from '.../dist/extensions/discord/provider-Bc1Lm79N.js' The installed plugin has manager.runtime-B0TEyget.js but core references manager.runtime-DZtenh59.js — hash mismatch between core and plugin package.

Additional missing modules in v2026.5.6 core:

pi-model-discovery-runtime.js (model catalog fails to load) session-archive.runtime-DHboV7a2.js (cron reaper fails every 60s)

Steps to reproduce

Upgrading from 4.23 to 5.6 using: pkill -9 -f openclaw rm -f ~/.openclaw/gateway.lock curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard

Expected behavior

Discord messaging should work fine

Actual behavior

After upgrading, Discord bot goes into a crash loop — shows "is typing..." briefly then disappears with no response. All Discord channels affected. Other channels (WebChat) work fine.

OpenClaw version

2026.5.6

Operating system

RPi 5, ARM64, OpenClaw v2026.5.6 (upgraded from v2026.4.23)

Install method

pkill -9 -f openclaw rm -f ~/.openclaw/gateway.lock curl -fsSL https://openclaw.ai/install.sh | bash -s -- --no-onboard

Model

glm-5

Provider / routing chain

openclaw > glm-5

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Key finding: The @openclaw/discord npm plugin persists in ~/.openclaw/npm/node_modules/ even after rolling back the core via npm install -g. The version mismatch between old core and new plugin causes the same crash. Both must be reverted together.

Impact and severity

Affected Discord not working in 2026.5.6 Severity: was able to roll back to 4.23

Additional information

roll back method: npm install -g [email protected] openclaw plugins uninstall discord openclaw gateway restart

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 messaging should work fine

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 crash loop after upgrade to v2026.5.6 [1 comments, 2 participants]