[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
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.
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".
--------------------------------------------------------------------------------
[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