Custom Query (2447 matches)
Results (460 - 462 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#883 | Fixed | segfault if locale is not using UTF-8 encoding | ||
Description |
$ LC_ALL=ru_RU.KOI8-R deluge 1.1.6 /usr/lib/python2.5/site-packages/deluge/ui/gtkui/queuedtorrents.py:48: GtkWarning: Failed to set text from markup due to error parsing markup: ... .... Segmentation fault Attached patch fix this problem. |
|||
#885 | Fixed | Unable to load some poorly writen torrent files | ||
Description |
http://bt.popgo.net/down/down.php?hash=f9c4ae7d5af8259d40eb0831de2e71ac4bcbc141 I am using version 1.1.6. gtkui fail to load the above torrent. See below for the output of deluge -L debug [DEBUG ] 12:54:32 common:53 Attempting to open /home/haomin/dev/torrents/a.torrent. [DEBUG ] 12:54:32 addtorrentdialog:196 Unable to open torrent file: 'utf8' codec can't decode byte 0xba in position 28: unexpected code byte The encoding of this file is gbk but not utf8. Is there any workarounds? Could you improve the auto-detection method of deluge or allow user choose encoding manually? |
|||
#886 | Fixed | deluge crashed with TypeError in _on_get_torrent_status() | ||
Description |
From https://bugs.launchpad.net/bugs/333256
|