mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-07 21:25:18 +00:00
File protocol fails with ERR_UNKNOWN_URL_SCHEME #547
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @duncanawoods on GitHub (Aug 13, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
This can be seen on the music player sample with the latest source versions when it tries to play a file using an url like:
Its an electron issue: https://github.com/electron/electron/issues/23757 with some workarounds.
I'll submit a pull-request.
@GregorBiswanger commented on GitHub (Aug 14, 2020):
Thank you very much for your pull request. Will be released with the next update.