Page 1 of 1

Python errors in Archlinux

Posted: Sat Oct 23, 2010 5:58 pm
by VSpike
Hi!

I seem to be getting a lot of errors on the console in Archlinux. I was wondering if anyone can shed any light on the problem?

johncc@liberator:~/projects/flask$ deluged
johncc@liberator:~/projects/flask$ dTraceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/main.py", line 214, in start_daemon
Daemon(options, args)
File "/usr/lib/python2.7/site-packages/deluge/core/daemon.py", line 171, in __init__
reactor.run()
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1165, in run
self.mainLoop()
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1174, in mainLoop
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 796, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 395, in save
start, end = objects[0]
exceptions.IndexError: list index out of range q
-bash: q: command not found
johncc@liberator:~/projects/flask$ ps aux | grep deluge
johncc 20991 1.2 1.3 271088 28668 ? Sl 18:38 0:01 /usr/bin/python2 /usr/bin/deluged
johncc 21295 0.0 0.0 8144 960 pts/2 S+ 18:40 0:00 grep --color=auto deluge
johncc@liberator:~/projects/flask$ deluge-gtk
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 103, in start
GtkUI(self.args)
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 238, in __init__
reactor.run()
File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 270, in run
self.__run()
File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 316, in simulate
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 796, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 395, in save
start, end = objects[0]
exceptions.IndexError: list index out of range
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 290, in on_dialog_response
self.__start_non_classic()
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/gtkui.py", line 362, in __start_non_classic
self.connectionmanager.show()
File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/connectionmanager.py", line 176, in show
response = self.connection_manager.run()
File "/usr/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 316, in simulate
self.runUntilCurrent()
--- <exception caught here> ---
File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 796, in runUntilCurrent
call.func(*call.args, **call.kw)
File "/usr/lib/python2.7/site-packages/deluge/config.py", line 395, in save
start, end = objects[0]
exceptions.IndexError: list index out of range
[ERROR ] 18:41:15 config:425 Error backing up old config..

johncc@liberator:~/projects/flask$ pacman -Q deluge python2 twisted
deluge 1.3.0-2
python2 2.7-2
twisted 10.1.0-1