#3309: TypeError: '>' not supported between instances of 'NoneType' and 'str'
----------------------------+---------------------
 Reporter:  kuraga          |       Type:  bug
   Status:  new             |   Priority:  minor
Milestone:  needs verified  |  Component:  Unknown
  Version:  2.0.3           |   Keywords:
----------------------------+---------------------
 At start:

 {{{
 TypeError: '>' not supported between instances of 'NoneType' and 'str'
 Traceback (most recent call last):
   File "/usr/lib64/python3.6/site-packages/deluge/ui/gtk3/listview.py",
 line 233, in stabilized
     result = sort_func(model, iter1, iter2, data)
   File "/usr/lib64/python3.6/site-packages/deluge/ui/gtk3/torrentview.py",
 line 106, in progress_sort
     return cmp(state1, state2)
   File "/usr/lib64/python3.6/site-packages/deluge/ui/gtk3/common.py", line
 45, in cmp
     return (x > y) - (x < y)
 }}}

 Seems like number of this messages correlates with number of torrents...

--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3309>
Deluge <https://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/deluge-dev/045.8379326d02e3abc4aa82d2d9cd497ce5%40deluge-torrent.org.

Reply via email to