openclaw - 💡(How to fix) Fix [Bug]: [default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:' [1 comments, 2 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#72318Fetched 2026-04-27 05:31:39
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
closed ×1commented ×1labeled ×1

[default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

after my upgrade i can not open telegram anymore

Error Message

Step one—upgraded to OpenClaw 26.4.24. Step two—sent a message to Tran in Telegram. Step three—received the ESM loader file path error in the gateway logs. "After upgrade to 26.4.24, Telegram channel throws ESM loader error: 'Only URLs with a scheme in file, data, and node are supported.' Gateway won't load Telegram plugin on Windows with absolute paths."

Root Cause

[default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

after my upgrade i can not open telegram anymore

Fix Action

Fix / Workaround

"After upgrade to 26.4.24, Telegram channel throws ESM loader error: 'Only URLs with a scheme in file, data, and node are supported.' Gateway won't load Telegram plugin on Windows with absolute paths."

Code Example

[default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

i cant open telegram after my upgrade
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

[default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

after my upgrade i can not open telegram anymore

Steps to reproduce

Step one—upgraded to OpenClaw 26.4.24. Step two—sent a message to Tran in Telegram. Step three—received the ESM loader file path error in the gateway logs.

Expected behavior

Telegram channel should connect and receive messages without errors after upgrade. Expected behavior is Tran responds normally to incoming messages."

Actual behavior

"After upgrade to 26.4.24, Telegram channel throws ESM loader error: 'Only URLs with a scheme in file, data, and node are supported.' Gateway won't load Telegram plugin on Windows with absolute paths."

OpenClaw version

26.4.24

Operating system

Windows

Install method

No response

Model

na

Provider / routing chain

telegram

Additional provider/model setup details

No response

Logs, screenshots, and evidence

[default] channel exited: Only URLs with a scheme in: file, data, and node are supported by the default ESM loader. On Windows, absolute paths must be valid file:// URLs. Received protocol 'c:'

i cant open telegram after my upgrade

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The issue can likely be fixed by updating the file paths in the Telegram plugin configuration to use the file:// scheme for absolute paths on Windows.

Guidance

  • Verify that the Telegram plugin configuration is using absolute paths without the file:// scheme, which is causing the ESM loader error.
  • Update the configuration to use file:// scheme for absolute paths, for example, file://c:/path/to/plugin instead of c:\path\to\plugin.
  • Check the OpenClaw documentation for any specific requirements or guidelines for configuring plugins on Windows.
  • Test the updated configuration to ensure the Telegram channel connects and receives messages without errors.

Example

No code snippet is provided as the issue does not contain specific code details.

Notes

The solution assumes that the issue is caused by the ESM loader not supporting absolute paths without the file:// scheme on Windows. If the issue persists after updating the configuration, further investigation may be required.

Recommendation

Apply workaround: Update the Telegram plugin configuration to use the file:// scheme for absolute paths on Windows, as this is a known requirement for the ESM loader on Windows.

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…

FAQ

Expected behavior

Telegram channel should connect and receive messages without errors after upgrade. Expected behavior is Tran responds normally to incoming messages."

Still need to ship something?

×6

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

Back to top recommendations

TRENDING