#2939: Reconnecting to daemon from client
-------------------+----------------------------
 Reporter:  Durpn  |      Owner:
     Type:  bug    |     Status:  new
 Priority:  major  |  Milestone:  needs verified
Component:  Core   |    Version:  1.3.13
 Keywords:         |
-------------------+----------------------------
 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.

--
Ticket URL: <http://dev.deluge-torrent.org/ticket/2939>
Deluge <http://deluge-torrent.org/>
Deluge Project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/deluge-dev.
For more options, visit https://groups.google.com/d/optout.

Reply via email to