kumo01GitHub commented on PR #126: URL: https://github.com/apache/cordova-fetch/pull/126#issuecomment-3172370947
[This](https://github.com/kumo01GitHub/cordova-fetch/tree/ci/drop-fileurl-win) is the branch I tried. I ran `Node CI` GH Actions and below failure occurred on Windows. ``` Failures: 1) fetching with node_modules in ancestor dirs should still install to given destination Message: Unhandled promise rejection: TypeError: message.split is not a function Stack: at <Jasmine> Message: Error: Timeout - Async function did not complete within 50000ms (custom timeout) Stack: at <Jasmine> at listOnTimeout (node:internal/timers:608:17) at process.processTimers (node:internal/timers:543:7) ``` I confirmed that `~` of `fetchTarget` URL is converted. And when I avoided to convert URL encoding, the failure was fixed. ``` fetchTarget: file:///C:/Users/RUNNER%7E1/AppData/Local/Temp/cordova-fetch-tests-AFo5vB/support/dummy-local-plugin ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org