deluge 1.2rc1 daemon refuse to start

General support for problems installing or using Deluge
Post Reply
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

deluge 1.2rc1 daemon refuse to start

Post by abubin »

I am using fedora11 and done compiling deluge 1.20rc1.

Then I tried starting deluged but it failed.

Here is what is shown in the log :

Code: Select all

[ERROR   ] 02:46:36 main:216 No module named twisted.internet
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/deluge-1.2.0_rc1_dev-py2.6-linux-i686.egg/deluge/main.py", line 208, in start_daemon
    from deluge.core.daemon import Daemon
  File "/usr/lib/python2.6/site-packages/deluge-1.2.0_rc1_dev-py2.6-linux-i686.egg/deluge/core/daemon.py", line 39, in <module>
    from twisted.internet import reactor
ImportError: No module named twisted.internet
Anyone have any idea how to fix this?
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: deluge 1.2rc1 daemon refuse to start

Post by abubin »

upon googling deeper, it seems that I need to install python-twisted package.

So, I did a "yum install python-twisted" and along came 20 packages that I need to install. Seems like this python-twisted is a new thing. This package was added into the package requirement for 1.20. Hehe..lazy me for not reading.
The dependencies of this release has changed a bit, in particular we now use Twisted quite extensively. Please review the included DEPENDS file for a full list of dependencies.
Installing the package now with my slow internet....will update here to let you guys know if this is working.
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: deluge 1.2rc1 daemon refuse to start

Post by abubin »

for my webui usage,

need to also install python-chardet and python-mako

Now I am getting different error.

I tried to login to my webui and at first it prompt for password. I key in my previous password and it worked. But I can't connect to the daemon. In log files, it says "badloginerror".

Code: Select all

--------------------------------------------------------------------------------
[ERROR   ] 03:21:59 client:375 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, 2f1d8c8597597eebc541c766664c53d64fac1e9b
)
--------------------------------------------------------------------------------
  File "/usr/lib/python2.6/site-packages/deluge-1.2.0_rc1_dev-py2.6-linux-i686.egg/deluge/core/rpcserver.py", line 245, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/python2.6/site-packages/deluge-1.2.0_rc1_dev-py2.6-linux-i686.egg/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")

BadLoginError: Password does not match
abubin
Seeder
Seeder
Posts: 217
Joined: Thu Sep 13, 2007 6:03 am

Re: deluge 1.2rc1 daemon refuse to start

Post by abubin »

oh well, manage to get it started by removing the old deluge config folder in /root/.config/deluge.

Now it's running but still have lots of issues...
Post Reply