Password error when enabling remote connection on CLI

General support for problems installing or using Deluge
Post Reply
burgerearl

Password error when enabling remote connection on CLI

Post by burgerearl »

I am trying to set up the Thin Client following these instructions: http://dev.deluge-torrent.org/wiki/UserGuide/ThinClient

On the step "Enable Remote Connection", I get an error for the password not matching

Code: Select all

pi@raspberrypi:~/.config/deluge $ deluge-console "config -s allow_remote True"
[ERROR   ] 06:37:52 client:391 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, 00fd8e13c87715fca4768e64dacc43fb63f4c420)
--------------------------------------------------------------------------------
  File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 260, in dispatch
    ret = component.get("AuthManager").authorize(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/deluge/core/authmanager.py", line 93, in authorize
    raise BadLoginError("Password does not match")

BadLoginError: Password does not match
--------------------------------------------------------------------------------
Failed to connect to 127.0.0.1:58846 with reason: Password does not match
The "localclient/00f..." username and password match what's in ~/.config/deluge/auth

I set up the services following these instructions: http://dev.deluge-torrent.org/wiki/User ... ce/systemd
That worked fine, except that when creating the daemon and web service configuration files in /etc/systemd/system/ and subsequently enabling/starting the services with systemctl, I had to run as root.

Also, when attempting to start the web interface, I got the following error:

Code: Select all

pi@raspberrypi:~ $ sudo systemctl status deluge-web
�� deluge-web.service - Deluge Bittorrent Client Web Interface
   Loaded: loaded (/etc/systemd/system/deluge-web.service; enabled)
   Active: failed (Result: start-limit) since Sat 2016-09-17 06:23:42 UTC; 8s ago
  Process: 3226 ExecStart=/usr/bin/deluge-web (code=exited, status=203/EXEC)
 Main PID: 3226 (code=exited, status=203/EXEC)

Sep 17 06:23:41 raspberrypi systemd[1]: Unit deluge-web.service entered failed state.
Sep 17 06:23:42 raspberrypi systemd[1]: deluge-web.service holdoff time over, scheduling restart.
Sep 17 06:23:42 raspberrypi systemd[1]: Stopping Deluge Bittorrent Client Web Interface...
Sep 17 06:23:42 raspberrypi systemd[1]: Starting Deluge Bittorrent Client Web Interface...
Sep 17 06:23:42 raspberrypi systemd[1]: deluge-web.service start request repeated too quickly, refusing to start.
Sep 17 06:23:42 raspberrypi systemd[1]: Failed to start Deluge Bittorrent Client Web Interface.
Sep 17 06:23:42 raspberrypi systemd[1]: Unit deluge-web.service entered failed state.
Any ideas on what's wrong?

Fresh install of deluge version 1.3.10 on raspbian jessie.
Post Reply