Custom Query (2449 matches)
Results (610 - 612 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2760 | WontFix | [win32] Use winsound instead of pygame for notification sound | ||
| Description |
Having |
|||
| #2762 | Fixed | torrentview.py TypeError: value is of the wrong type for this column | ||
| 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 |
|||
| #2763 | Fixed | UnboundLocalError: local variable 'info_hash' referenced before assignment | ||
| Description |
From Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=1223058
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 180, in on_button_add_clicked
self.liststore.foreach(add_torrent, None)
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/queuedtorrents.py", line 178, in add_torrent
process_args([torrent_path])
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/ipcinterface.py", line 205, in process_args
component.get("AddTorrentDialog").add_from_magnets([arg])
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/addtorrentdialog.py", line 258, in add_from_magnets
if info_hash in self.infos:
UnboundLocalError: local variable 'info_hash' referenced before assignment
|
|||
Note:
See TracQuery
for help on using queries.
