#Invalid config:- <root>: read failed: Error: bundled plugin entry "./src/channel.setup.js" failed t
1 messages ยท Page 1 of 1 (latest)
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