Opened 8 years ago
Closed 8 years ago
#2939 closed bug (Duplicate)
Reconnecting to daemon from client
Reported by: | Durpn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3.14 |
Component: | Core | Version: | 1.3.13 |
Keywords: | Cc: |
Description
After disconnecting and attempting to reconnect to the daemon via both the webclient and the thinclient, the following error is raised:
[INFO ] 02:07:06 rpcserver:204 Deluge Client connection made from: 172.17.0.1:51980 [ERROR ] 02:07:06 rpcserver:304 Exception calling RPC request: list index out of range Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/core/rpcserver.py", line 299, in dispatch ret = self.factory.methods[method](*args, **kwargs) File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 461, in get_torrents_status status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys, diff) File "/usr/lib/python2.7/site-packages/deluge/core/core.py", line 440, in get_torrent_status status = self.torrentmanager[torrent_id].get_status(keys, diff) File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 795, in get_status status_dict[key] = fns[key]() File "/usr/lib/python2.7/site-packages/deluge/core/torrent.py", line 590, in get_file_progress ret.append(float(file_progress[i]) / float(f["size"])) IndexError: list index out of range
All of the stats about the added torrents along the left side populate, but none of the torrents do.
Change History (1)
comment:1 by , 8 years ago
Milestone: | needs verified → 1.3.14 |
---|---|
Resolution: | → Duplicate |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
#2942