Skip to content

Bug: bluebubbles plugin fails to load — Cannot find module '../../../src/infra/parse-finite-number.js' #41832

@bo-blue

Description

@bo-blue

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions