Page 1 of 1

Deluged. Console warnings?

Posted: Mon Apr 26, 2010 2:11 pm
by IRON
After starting Deluged I can see:
root@ironnet:~# su torrent -c 'deluged'
root@ironnet:~# Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/deluge/main.py", line 209, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.6/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1170, in run
self.mainLoop()
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 1179, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.6/site-packages/twisted/internet/base.py", line 778, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.6/site-packages/deluge/core/torrentmanager.py", line 918, in on_alert_state_changed
old_state = torrent.state
exceptions.AttributeError: Torrent instance has no attribute 'state'
/usr/lib/python2.6/site-packages/deluge/core/core.py:611: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
/usr/lib/python2.6/site-packages/deluge/core/core.py:496: DeprecationWarning: Use get_session_status().
warnings.warn("Use get_session_status().", DeprecationWarning)
After some hours (as usual 10-20) deluged process buzz or stop.
My OS is Slackware 13, deluged 1.2.3. libtorrent-rasterbar-0.15, twisted core 10, twisted web 10.

Re: Deluged. Console warnings?

Posted: Thu Apr 29, 2010 2:04 pm
by IRON
Any things? Why deluged prints it to console?