#1202: AttributeError: Torrent instance has no attribute 'state'
----------------------+-----------------------------------------------------
 Reporter:  simonbcn  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  major     |   Milestone:  1.4.0
Component:  core      |     Version:  1.2.3
 Keywords:            |  
----------------------+-----------------------------------------------------
 deluge 1.2.3 + libtorrent 0.15[[BR]]
 Compiled from sources[[BR]]

 It shows, in log, this error several times:
 {{{
 [ERROR   ] 02:52:14 rpcserver:286 Exception calling RPC request: Torrent
 instance has no attribute 'state'
 Traceback (most recent call last):
   File "/usr/local/lib/python2.6/dist-
 packages/deluge-1.2.1-py2.6.egg/deluge/core/rpcserver.py", line 281, in
 dispatch
     ret = self.factory.methods[method](*args, **kwargs)
   File "/usr/local/lib/python2.6/dist-
 packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 430, in
 get_torrents_status
     status_dict[torrent_id] = self.get_torrent_status(torrent_id, keys)
   File "/usr/local/lib/python2.6/dist-
 packages/deluge-1.2.1-py2.6.egg/deluge/core/core.py", line 412, in
 get_torrent_status
     status = self.torrentmanager[torrent_id].get_status(keys)
   File "/usr/local/lib/python2.6/dist-
 packages/deluge-1.2.1-py2.6.egg/deluge/core/torrent.py", line 574, in
 get_status
     "state": self.state,
 AttributeError: Torrent instance has no attribute 'state'
 }}}

-- 
Ticket URL: <http://dev.deluge-torrent.org/ticket/1202>
Deluge <http://deluge-torrent.org/>
Deluge project

-- 
You received this message because you are subscribed to the Google Groups 
"Deluge Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-dev?hl=en.

Reply via email to