Custom Query (2447 matches)
Results (370 - 372 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2957 | Fixed | torrentview AttributeError: 'NoneType' object has no attribute 'lower' | ||
Description |
Found this while test adding magnet and clicking various ui tabs. Traceback (most recent call last): File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/listview.py", line 261, in stabilized result = sort_func(model, iter1, iter2, data) File "/home/ubuntu/deluge-1.3-git/deluge/ui/gtkui/torrentview.py", line 180, in str_nocase_sort v2 = model[iter2][data].lower() AttributeError: 'NoneType' object has no attribute 'lower' |
|||
#1478 | Torrents with " " (space) at the end = checking 0.0% | |||
Description |
Torrents which contain a space at the end of the filename (eg. 'thisisaname .torrent') seem to confuse Deluge and cause it to get stuck at checking 0.0% (uTorrent adds a _ in place of the space) |
|||
#1292 | WorksForMe | Torrents with non-ascii (0x80-0xFF) character hidden in gtkui | ||
Description |
I downloaded two torrent files with an 'Ü' in the filename, and in the corresponding download folder. They did not show up in the GTK UI torrent list, but they do show in the count for the tracker in the left pane (the UI lists 7 torrents from the tracker, but only 5 shows up in the list when I select it). They also seem to have been downloaded correctly, with the correct umlaut-names. They are both listed in the console UI. |