#openclaw message send --channel telegram broken β€” fix: openclaw doctor --fix (jiti 2.6.x β†’ 2.7.0)

1 messages Β· Page 1 of 1 (latest)

zenith garden
#

Follow-up

openclaw doctor --fix resolves it. It re-stages the Telegram plugin deps, upgrading jiti from 2.6.x (missing dist/babel.cjs) to 2.7.0 (file present). Command works immediately after, no gateway restart needed.

Fix:

openclaw doctor --fix

Root cause: ^2.6.1 pinned to a jiti release that omitted dist/babel.cjs. 2.7.0 restores it. Worth bumping the bundled dep floor to >=2.7.0.

hoary estuaryBOT
#

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

solid zealotBOT
tranquil tendonBOT
# zenith garden Follow-up openclaw doctor --fix resolves it. It re-stages the Telegram plugin ...

Nice follow-up, thanks for documenting the fix.

For anyone hitting this: run openclaw doctor --fix, then retry the Telegram send. That re-stages the Telegram plugin deps and should pull jiti 2.7.0, which has the missing dist/babel.cjs file.

The bundled dep floor bump is worth tracking upstream too. Please file it here so it doesn’t get lost: https://github.com/openclaw/openclaw/issues

If this fixed the thread, please right-click the solution message β†’ Apps β†’ βœ… Mark Solution so Answer Overflow indexes it for the next person.