Reproduction
Run openclaw status with the bluebubbles channel plugin installed.
Expected: No errors, bluebubbles loads normally.
Actual: Error logged on every openclaw status call:
[plugins] bluebubbles failed to load from /opt/homebrew/lib/node_modules/openclaw/extensions/bluebubbles/index.ts:
Error: Cannot find module '../../../src/infra/parse-finite-number.js'
Require stack:
- /opt/homebrew/lib/node_modules/openclaw/extensions/bluebubbles/src/monitor-normalize.ts
Environment
- OpenClaw: 2026.3.8 (3caab92)
- OS: macOS 26.3.1 (arm64)
- Install: global npm (
npm install -g openclaw)
- Plugin: bluebubbles (bundled extension)
Notes
This error appears on every openclaw status invocation and has persisted across multiple OpenClaw upgrades (first observed on 2026.3.7, still present on 2026.3.8). The parse-finite-number.js module appears to have been removed or relocated from src/infra/ but the bluebubbles extension still references the old path.
Bluebubbles channel is configured but the load failure means it is non-functional.
Filed by bo-blue on behalf of XOGO deployment.
Reproduction
Run
openclaw statuswith the bluebubbles channel plugin installed.Expected: No errors, bluebubbles loads normally.
Actual: Error logged on every
openclaw statuscall:Environment
npm install -g openclaw)Notes
This error appears on every
openclaw statusinvocation and has persisted across multiple OpenClaw upgrades (first observed on 2026.3.7, still present on 2026.3.8). Theparse-finite-number.jsmodule appears to have been removed or relocated fromsrc/infra/but the bluebubbles extension still references the old path.Bluebubbles channel is configured but the load failure means it is non-functional.
Filed by bo-blue on behalf of XOGO deployment.