Opened 7 years ago

Closed 7 years ago

#2957 closed bug (Fixed)

torrentview AttributeError: 'NoneType' object has no attribute 'lower'

Reported by: Cas Owned by:
Priority: minor Milestone: 1.3.14
Component: GTK UI Version: 1.3.13
Keywords: Cc:

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'

Change History (1)

comment:1 Changed 7 years ago by Cas

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed 1.3-stable [bcf0fe4a], develop [c2c0fe86]

Note: See TracTickets for help on using tickets.