-
Notifications
You must be signed in to change notification settings - Fork 187
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
Encoding error in file names ? #611
Comments
I had a similar problem with Cherrymusic, the problem is the locales not being passed correctly to python. In my system i has starting Cherrymusic with the command:
The command
Now i start the Cherrymusic with the command |
Thanks @gbrito I was having the same issue and this appears to have fixed it for me. |
@SeeDborg , did this fix the issue for you, too EDIT: See post below. -- 6arms1leg |
OK, I tried same thing on my server which gave the same result. Also, I remembered we had similar issues in the past (see #368 (comment)), even one that is still open (#315). |
@6arms1leg The python2 support seems to be as broken as it always was: It requires the system to ber set up perfectly, whereas python 3 just works. I have however still one change in mind that might fix a lot of those issues. Some time ago I read about the option for python to encode characters that include invalid byte-sequences using a so-called replacement character. (see here for the documentation). This might take care of many of those problems (mostly hiding them, but who cares, as long as it works ;) |
I think i faced with same bug, Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Firefox/45.0 stops playing, Chromium 53.0.2785.143 stops and resumes every few minutes.
PS |
Sorry, I'm late to the party! 💃 @SeeDborg (the OP) has a Python 3 bug, and it's a duplicate of #595: See the obstinate @IvanBayan: If CherryMusic stops playing in the middle of your tracks, you have a different problem. An audio transcoding one, if I had to guess. Decoding your output with UTF-8 leads to some text Google translates as Serbian, so I think your filename is fine. If your issue persists, could you please open a new ticket? Just copy and paste your comment; if you have any output from the server console to add, that would be great. ^^ |
I have trouble updating the database, having this king of error :
I think it's related to the caracters in my files' names. How can I fix this ?
EDIT: Formatted code properly. Please use Markdown next time. -- 6arms1leg
The text was updated successfully, but these errors were encountered: