#1917 closed bug (Fixed)
UnicodeDecodeError with long torrent names
Reported by: | OmegaPhil | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.x |
Component: | Console (new ncurses) | Version: | master |
Keywords: | Cc: | nick, non7top@gmail.com |
Description
After apparently successfully connecting to a localhost instance of deluged via deluge-console, masses of the following occur:
exceptions.UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 8: ordinal not in range(128)
See log attached.
Client Version: 1.3.900-dev Libtorrent Version: 0.15.7.0
Attachments (2)
Change History (10)
by , 13 years ago
Attachment: | errors.log added |
---|
comment:1 by , 13 years ago
One torrent was seeding for testing purposes: [gg]_Sacred_Seven_-_06_[6A405769].mkv
by , 13 years ago
Attachment: | 0002-Fix-UnicodeDecodeError-with-long-torrent-names.patch added |
---|
comment:3 by , 13 years ago
Summary: | exceptions.UnicodeDecodeError on connecting deluge-console to deluged → UnicodeDecodeError with long torrent names |
---|
comment:5 by , 13 years ago
Cc: | added |
---|
I can confirm that this patch applies to 7227c97cacd6c3a7a1cf3d75e8dcd04e0eb71693 and fixes the issue.
comment:6 by , 13 years ago
This still applies to current git master and does fix the issue. Please commit the patch to git.
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, I knew I had missed one :)
Fixed in master: 9d16b500
Log of errors