-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Non ASCII characters in the file path #109
Comments
Seems this was a bug that happens only on Windows. I have fixed this in the Thanks for reporting! |
That fixed it, thanks! One thing I notice in the |
Thank you @Eliote, that was a bug. No need for a new issue, I already did PR #113 and merged it if you want to try! Unfortunately on the web, there is still this (known) bug. |
Awesome, thank you! |
When you try to load a file with a non-ascii character, the lib throws a "file not found" error.
Example:
If I change the name of the file to
Motorhead - 01 Ace of Spades.mp3
without theö
, it works.Tested on Windows 11.
The text was updated successfully, but these errors were encountered: