#Invalid config:- <root>: read failed: Error: bundled plugin entry "./src/channel.setup.js" failed t

1 messages ยท Page 1 of 1 (latest)

snow heartBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> โœ… Mark Solution

south shardBOT
#

Yep โ€” this is not your config being wrong. It looks like a packaging regression in 2026.4.7.

setup-entry.js points to:

  • ./src/channel.setup.js
  • ./src/secret-contract.js

โ€ฆbut those files are missing in the published package, so config load fails with that ENOENT.

Can you paste this first so we confirm exactly what binary is running?

openclaw --version

Fastest unblock (recommended)

Roll back to 2026.4.5 for now:

#
pnpm add -g openclaw@2026.4.5
openclaw --version
openclaw gateway restart
openclaw status

Temporary hotfix (if you must stay on 2026.4.7)

Edit:

/Users/robot/.local/lib/node_modules/openclaw/dist/extensions/telegram/setup-entry.js

and change:

  • ./src/channel.setup.js โ†’ ./channel-plugin-api.js
  • ./src/secret-contract.js โ†’ ./secret-contract-api.js