Package: deluge-gtk Version: 2.0.3-2 finding a lot of this in my system log (logged as deluge.desktop):
TypeError: '>' not supported between instances of 'NoneType' and 'NoneType' Traceback (most recent call last): File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 233, in stabilized result = sort_func(model, iter1, iter2, data) File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/torrentview.py", line 106, in progress_sort return cmp(state1, state2) File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/common.py", line 45, in cmp return (x > y) - (x < y)