Hello,
My deluge v1.3.3(with web UI) doesn't load the config file anymore.
I restarted the system and tried again but still doesn't load it.
If it restarts it start with all the default settings.
(Also it does not allow me to change the outgoing port..)
I've no idea how this happened.. I only know that I updated all my packages(with a lot of python packages)
And since the first time it happened I reinstalled everything(also because my ~/.config/deluged/ folder only had the core.conf left without any plugins etc..)
I'm at raspbian, a OS based on debian.
Kind regards,
Jorricks
Deluge 1.3.3 doesn't load the config file.
Re: Deluge 1.3.3 doesn't load the config file.
Are you sure you running deluge with the correct user? What happens if you use the -c command line option to explicitly set the config dir?
When reporting issues, please include any relevant information such as OS (and version), python version (for Windows users this depends on which Deluge installer was used), Deluge version and plugin version.
Re: Deluge 1.3.3 doesn't load the config file.
Could u explain to me how to -c function would work?
something like
$ deluged -c /home/pi/.config/deluge/core.conf
??
something like
$ deluged -c /home/pi/.config/deluge/core.conf
??
Re: Deluge 1.3.3 doesn't load the config file.
I get 2 error messages.
1 is when I start enter:
$ deluged
$ deluge-web
and the error is:
--------------------------------------------------------------------------------
[ERROR ] 17:19:18 client:393 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, blabla sencored..)
--------------------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 259, 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
--------------------------------------------------------------------------------
The other error is when I press:
$ service deluged start
and I get the following:
Starting Deluge
start-stop-daemon: unable to open pidfile '/var/run/deluged.pid' for writing (Permission denied)
Maybe something to do with those?
1 is when I start enter:
$ deluged
$ deluge-web
and the error is:
--------------------------------------------------------------------------------
[ERROR ] 17:19:18 client:393 RPCError Message Received!
--------------------------------------------------------------------------------
RPCRequest: daemon.login(localclient, blabla sencored..)
--------------------------------------------------------------------------------
File "/usr/lib/python2.7/dist-packages/deluge/core/rpcserver.py", line 259, 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
--------------------------------------------------------------------------------
The other error is when I press:
$ service deluged start
and I get the following:
Starting Deluge
start-stop-daemon: unable to open pidfile '/var/run/deluged.pid' for writing (Permission denied)
Maybe something to do with those?