Opened 15 years ago
Closed 15 years ago
#806 closed bug (Fixed)
Crash when adding torrent with non-UTF8 characters
Reported by: | anonymous | Owned by: | andar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | GTK UI | Version: | 1.1.2 |
Keywords: | Cc: |
Description
Deluge chokes on the following torrent: http://torrents.thepiratebay.org/4683312/Freddie_Wadling-Jag__r_monstret-2005.4683312.TPB.torrent
Traceback:
Traceback (most recent call last): File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 587, in _download_from_url self.add_from_files([filename]) File "/var/lib/python-support/python2.5/deluge/ui/gtkui/addtorrentdialog.py", line 188, in add_from_files name = "%s (%s)" % (info.name, os.path.split(filename)[-1]) UnicodeDecodeError: 'utf8' codec can't decode bytes in position 20-22: invalid data
Change History (1)
comment:1 Changed 15 years ago by andar
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.