Opened 9 years ago

Closed 9 years ago

#2762 closed bug (Fixed)

torrentview.py TypeError: value is of the wrong type for this column

Reported by: Cas Owned by:
Priority: major Milestone: 1.3.13
Component: GTK UI Version: 1.3.11
Keywords: Cc:

Description

From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1219582

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/torrentview.py", line 457, in update_view
    self.liststore.set(row.iter, *to_update)
TypeError: value is of the wrong type for this column

Looks as though a stricter checking is highlighting that Down Speed and Up Speed columns should be int...

Change History (1)

comment:1 Changed 9 years ago by Cas

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

Fixed 1.3-stable: [58d385241fd2]

Note: See TracTickets for help on using tickets.