My deluge-console is suddenly giving me this error
Failed to connect to 127.0.0.1:58846 with reason: Connection refused
why is this error.I have done nothing and the GUI deluge runs fine.Its the problem in console only? Why localhost is refusing connection and how do I connect to daemon? I have tried the command
connect 127.0.0.1 58846
but it doesnt seems to work.
The most probable reason is that you are not running the daemon. To start the daemon use
deluged
Then try
deluge-console
The most common reason is because you are running deluged as a different user to the one you are running deluge-console with.
From the Deluge wiki:
Assuming that your actual user name is "pi" (or change it with the correct one), try this:
then, at the end of the file, between "fi" and "exit 0" add the following lines:
Just copy and paste all but if you don't use the web interface cut off the last two lines above here; after this, do: ctrl-x , reply "y" , push "return button" and then type "sudo reboot". Everithing should be fixed after restart.