Deluge 1.2.0rc4 on ubuntu9.04, cant start connection manager

General support for problems installing or using Deluge
Post Reply
kizi86

Deluge 1.2.0rc4 on ubuntu9.04, cant start connection manager

Post by kizi86 »

when i click on the daemon manager, this error comes:

component.get("ConnectionManager").show()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/connectionmanager.py", line 168, in show
self.__update_list()
File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/connectionmanager.py", line 296, in __update_list
(host, port, "localclient" if not user and host in ("127.0.0.1", "localhost") else user) == client.connection_info():
File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 601, in connection_info
return (self._daemon_proxy.host, self._daemon_proxy.port, self._daemon_proxy.username)
AttributeError: 'DaemonClassicProxy' object has no attribute 'username'

i have no idea why this appears and ive tried to google for this but no hits...

update: now i can start it but this comes when i try to run deluge from the terminal:

kizi@kizi-desktop:~$ deluge
localhost - - [08/Dec/2009 18:59:14] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x00\x00R\x01\x00\x00N\x03\x00K\x1e\xa2\x02\xcc\xe5\x9f]\x15\xdc')
[ERROR ] 18:59:18 client:558 Unable to start daemon!
[ERROR ] 18:59:18 client:559 [Errno 2] No such file or directory
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/deluge/ui/client.py", line 556, in start_daemon
subprocess.call(["deluged", "--port=%s" % port, "--config=%s" % config])
File "/usr/lib/python2.6/subprocess.py", line 444, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.6/subprocess.py", line 595, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

ran deluge with -L debug:
[INFO ] 19:59:19 client:209 Connecting to daemon at 127.0.0.1:58846..
[INFO ] 19:59:19 client:121 Connected to daemon at 127.0.0.1:58846..
localhost - - [08/Dec/2009 19:59:19] code 400, message Bad HTTP/0.9 request type ('\x16\x03\x00\x00R\x01\x00\x00N\x03\x00K\x1e\xb0\x17!9\x1b\xff\x1c\xedh#\xee]\xfa\x1caK\x82\xe7')
[INFO ] 19:59:19 client:216 Connection lost to daemon at 127.0.0.1:58846 reason: [('SSL routines', 'SSL3_GET_RECORD', 'wrong version number')]
Cas
Top Bloke
Top Bloke
Posts: 3679
Joined: Mon Dec 07, 2009 6:04 am
Location: Scotland

Re: Deluge 1.2.0rc4 on ubuntu9.04, cant start connection manager

Post by Cas »

I replied to a question on Ubuntu forum and i know it doesn't specifically cover your issue but i think the fact you are trying to run deluge and not deluged is part of the problem so im posting this to see if it helps you.
I'm new to Deluge but i installed 1.2.0rc4 without any issues on Karmic. I used the PPA packages from here:
https://launchpad.net/~deluge-team/+archive/ppa

The daemon server deluged is the core of deluge and the following are the clients that connect to the server and provide your different interfaces of gui, console and web:
deluge-gtk - GTK GUI client
deluge-web - web server
deluge-console - console client

For startup init i used this guide:
http://dev.deluge-torrent.org/wiki/UserGuide/InitScript

Hope this helps
Post Reply