Skip to content
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

Support for Unicode paths in Windows #42

Merged
merged 1 commit into from
Feb 7, 2019

Conversation

WallyCZ
Copy link
Contributor

@WallyCZ WallyCZ commented Feb 1, 2019

Currently plugin crashes when there is some Unicode character in users profile path.
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Users\\V\xc3\xa1clav\\AppData\\Roaming\\Kodi\\cdm/*.*'

This PR should fix it - convert this path to utf-8 at first, because some functions in python 2 expecting path in utf-8 (or something like that :) )

@WallyCZ
Copy link
Contributor Author

WallyCZ commented Feb 1, 2019

Probably related to this: https://forum.kodi.tv/showthread.php?tid=125492

@emilsvennesson
Copy link
Owner

Thank you!

@horstle horstle mentioned this pull request Mar 17, 2019
@dagwieers dagwieers added this to the 0.3.4 milestone Aug 18, 2019
@dagwieers dagwieers added the bug label Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants