| 1 | Traceback (most recent call last):
|
|---|
| 2 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 233, in stabilized
|
|---|
| 3 | result = sort_func(model, iter1, iter2, data)
|
|---|
| 4 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 250, in generic_sort_func
|
|---|
| 5 | return cmp(model[iter1][data], model[iter2][data])
|
|---|
| 6 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/common.py", line 45, in cmp
|
|---|
| 7 | return (x > y) - (x < y)
|
|---|
| 8 | TypeError: '>' not supported between instances of 'NoneType' and 'NoneType'
|
|---|
| 9 | Traceback (most recent call last):
|
|---|
| 10 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 233, in stabilized
|
|---|
| 11 | result = sort_func(model, iter1, iter2, data)
|
|---|
| 12 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 250, in generic_sort_func
|
|---|
| 13 | return cmp(model[iter1][data], model[iter2][data])
|
|---|
| 14 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/common.py", line 45, in cmp
|
|---|
| 15 | return (x > y) - (x < y)
|
|---|
| 16 | TypeError: '>' not supported between instances of 'NoneType' and 'NoneType'
|
|---|
| 17 | Traceback (most recent call last):
|
|---|
| 18 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 233, in stabilized
|
|---|
| 19 | result = sort_func(model, iter1, iter2, data)
|
|---|
| 20 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/listview.py", line 250, in generic_sort_func
|
|---|
| 21 | return cmp(model[iter1][data], model[iter2][data])
|
|---|
| 22 | File "/usr/lib/python3/dist-packages/deluge/ui/gtk3/common.py", line 45, in cmp
|
|---|
| 23 | return (x > y) - (x < y)
|
|---|
| 24 | TypeError: '>' not supported between instances of 'NoneType' and 'NoneType'
|
|---|
| 25 | ^C
|
|---|
| 26 | (deluge:17881): Gtk-CRITICAL **: 22:03:24.765: gtk_tree_model_sort_set_sort_column_id: assertion 'header != NULL' failed
|
|---|
| 27 |
|
|---|