Custom Query (2449 matches)
Results (274 - 276 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #2927 | Fixed | [GTKUI] Speed Limit Display Doesnt Update | ||
| Description |
If i change a limit the limit will change but the "(xx)" wont update to reflect that. However if i disconnect from the daemon and reconnect it shows fine. |
|||
| #2926 | Fixed | Bug in torrent.get_peers | ||
| Description |
Not sure how this occurred but code should handle Unhandled Error
Traceback (most recent call last):
File "/home/ubuntu/deluge.git/deluge/core/eventmanager.py", line 35, in emit
handler(*event.args)
File "/home/ubuntu/deluge.git/deluge/ui/sessionproxy.py", line 254, in on_torrent_added
client.core.get_torrent_status(torrent_id, []).addCallback(on_status)
File "/home/ubuntu/deluge.git/deluge/ui/client.py", line 517, in __call__
return self.daemon.call(self.base, *args, **kwargs)
File "/home/ubuntu/deluge.git/deluge/ui/client.py", line 467, in call
m, *copy.deepcopy(args), **copy.deepcopy(kwargs)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 134, in maybeDeferred
result = f(*args, **kw)
File "/home/ubuntu/deluge.git/deluge/core/core.py", line 512, in get_torrent_status
all_keys=not keys)
File "/home/ubuntu/deluge.git/deluge/core/core.py", line 496, in create_torrent_status
status = self.torrentmanager[torrent_id].get_status(torrent_keys, diff, update=update, all_keys=all_keys)
File "/home/ubuntu/deluge.git/deluge/core/torrent.py", line 942, in get_status
status_dict[key] = self.status_funcs[key]()
File "/home/ubuntu/deluge.git/deluge/core/torrent.py", line 795, in get_peers
country = ''.join([char if char.isalpha() else ' ' for char in country])
exceptions.TypeError: 'NoneType' object is not iterable
|
|||
| #2925 | Invalid | Wrong peer_id after upgrade | ||
| Description |
I upgraded from 1.3.12 to 1.3.13 and found out that the peerid being set was still for 1.3.12 (-DE13C0-) rather than 1.3.13 (-DE13D0-). I tracked down why this happened and the fix is simple. |
|||
Note:
See TracQuery
for help on using queries.
