openclaw - 💡(How to fix) Fix Bundled LINE plugin fails to start: no bundled plugin manifest found for line [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#60436Fetched 2026-04-08 02:51:15
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
2
Author
Participants

Error Message

{"subsystem":"gateway/channels/line"} "[default] starting LINE provider (Hama-bot)"
{"subsystem":"gateway/channels/line"} "[default] channel exited: Bundled plugin public surface access blocked for \"line\" via line/runtime-api.js: no bundled plugin manifest found for line"
{"subsystem":"gateway/channels/line"} "[default] auto-restart attempt 1/10 in 5s"

Later retries show the same failure repeatedly.

Code Example

Bundled plugin public surface access blocked for "line" via line/runtime-api.js: no bundled plugin manifest found for line

---

openclaw channels status --probe --json

---

{"subsystem":"gateway/channels/line"} "[default] starting LINE provider (Hama-bot)"
{"subsystem":"gateway/channels/line"} "[default] channel exited: Bundled plugin public surface access blocked for \"line\" via line/runtime-api.js: no bundled plugin manifest found for line"
{"subsystem":"gateway/channels/line"} "[default] auto-restart attempt 1/10 in 5s"
RAW_BUFFERClick to expand / collapse

Bug Report: Bundled LINE plugin fails to start with "no bundled plugin manifest found"

Environment

  • OS: macOS
  • OpenClaw Version: 2026.4.2 (installed via Homebrew: /opt/homebrew/bin/openclaw)
  • Plugin: bundled LINE plugin (@openclaw/line is not installed globally via npm)
  • Bundled plugin version shown by CLI: 2026.4.1-beta.1

Describe the Bug

In OpenClaw 2026.4.2, the bundled LINE channel provider fails to start.

The physical manifest file exists on disk and the plugin is recognized as loaded by the CLI, but the runtime still throws:

Bundled plugin public surface access blocked for "line" via line/runtime-api.js: no bundled plugin manifest found for line

This happens even after removing plugins.load.paths and plugins.installs.line so the setup falls back to pure bundled discovery.

Steps to Reproduce

  1. Install OpenClaw 2026.4.2 via Homebrew.
  2. Configure channels.line with valid credentials.
  3. Ensure pure bundled discovery by removing:
    • plugins.load.paths entries for LINE
    • plugins.installs.line
  4. Keep:
    • plugins.entries.line.enabled=true
    • valid channels.line credentials
  5. Restart the gateway.
  6. Run:
    openclaw channels status --probe --json

Expected Behavior

The LINE provider should transition to the running state.

Actual Behavior

The LINE provider starts, then immediately exits with the bundled manifest lookup error.

Relevant Observations

  • which openclaw/opt/homebrew/bin/openclaw
  • openclaw --versionOpenClaw 2026.4.2 (d74a122)
  • openclaw plugins inspect line reports:
    • Status: loaded
    • Source: /opt/homebrew/lib/node_modules/openclaw/dist/extensions/line/index.js
    • Install source: path (before cleanup)
    • Version: 2026.4.1-beta.1
  • The following files exist:
    • /opt/homebrew/lib/node_modules/openclaw/dist/extensions/line/openclaw.plugin.json
    • /opt/homebrew/lib/node_modules/openclaw/dist/extensions/line/runtime-api.js
    • /opt/homebrew/lib/node_modules/openclaw/dist/extensions/line/package.json
  • After removing plugins.load.paths and plugins.installs.line, the error still persists.

Logs

{"subsystem":"gateway/channels/line"} "[default] starting LINE provider (Hama-bot)"
{"subsystem":"gateway/channels/line"} "[default] channel exited: Bundled plugin public surface access blocked for \"line\" via line/runtime-api.js: no bundled plugin manifest found for line"
{"subsystem":"gateway/channels/line"} "[default] auto-restart attempt 1/10 in 5s"

Later retries show the same failure repeatedly.

Additional Context

It looks like the runtime facade tries to resolve the LINE bundled manifest through the bundled manifest registry, but fails to find a manifest record for line even though the manifest file is physically present in dist/extensions/line.

So this appears to be a bundled plugin registry / facade resolution issue rather than a credential/config issue.

extent analysis

TL;DR

The bundled LINE plugin fails to start due to a missing manifest record in the bundled plugin registry, despite the physical manifest file existing.

Guidance

  • Verify the contents of the openclaw.plugin.json file in the /opt/homebrew/lib/node_modules/openclaw/dist/extensions/line directory to ensure it contains the expected manifest data.
  • Check the bundled plugin registry configuration to see if there are any issues with the registration of the LINE plugin.
  • Attempt to manually register the LINE plugin with the bundled plugin registry to see if it resolves the issue.
  • Review the OpenClaw version and plugin version to ensure they are compatible, as the plugin version 2026.4.1-beta.1 is slightly older than the OpenClaw version 2026.4.2.

Example

No code snippet is provided as the issue seems to be related to the plugin registry and configuration rather than code.

Notes

The issue appears to be specific to the bundled LINE plugin and the OpenClaw version 2026.4.2. The fact that the physical manifest file exists but the runtime facade cannot find it suggests a configuration or registry issue.

Recommendation

Apply a workaround by manually registering the LINE plugin with the bundled plugin registry, if possible, to see if it resolves the issue. This is recommended as the issue seems to be related to the plugin registry and configuration rather than a code issue.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING