-
Notifications
You must be signed in to change notification settings - Fork 43
problems with "special" characters #3
Comments
Are you sure you use the latest version? |
The
Downloaded from GitHub one or two weeks ago. |
Please post the full log output, it should have more exception info. |
The OS is Debian 7.8 with backport-kernel 3.16 and Python 2.7.3.
The nzb-file is on the way. |
I never got the email. Please send again. |
Send again, using a different account and zipped the nzb file. |
I have the same error with this nzb: "VideoSort: 'ascii' codec can't decode byte 0xc3 in position 19: ordinal not in range(128)" "VideoSort: Failed: Zoomania - 1080p - AC3.mkv Can you say whats the problem with this file? |
The root problem is that in modern OSes, filenames can typically have unicode characters, pretty much universally byte-encoded as UTF-8, but VideoSort tries to decode with a simple Specifically, this line in VideoSort.py:
needs to be replaced with this (or the equivalent):
|
@mikenerone: |
With every download which contains characters like
é
,ä
orß
this script fails and I get error messages like this:Is there any way I can correctly handle this kind of characters?
Thanks
kalle
The text was updated successfully, but these errors were encountered: