I am having two connectivity issues with deluge latly.
I'm using the newest version of Deluge(thinclient) with Raspbian Jessie on my Raspberry Pi 2b, which i control over SSH
1.
All my torrents are displaying:
[Tracker Name]: Error:
and the Test Active Port button returns a yellow triangle despite the fact that i forwarded the port correctly(i guess. it has to be since it worked once) and canyouseeme.org returns "Sucees"
(sometimes "No incoming connections" is shown aswell)
2.
Only some torrents display:
[Tracker Name]: Error:
and the amount and which is chaning with every new announce
The problems started to appear first after i didnt use my raspberry for some weeks.
It mostly worked again after restarting deluge(They still had an error status but after some minutes it started to work) which is why i didnt bother to fix it. But now its constantly not working
Logging doesnt seem to work properly aswell
When i use:
sudo deluged -L error -l [Path]
i am not able to connect to deluge.
The daemon is probably running since executing deluge again results in:
[ERROR ] 02:15:34 rpcserver:376 Couldn't listen on any:58846: [Errno 98] Address already in use.
using debug as logging level results in a rather short(in comparison to the normal terminal output) logfile
http://pastebin.com/P5SbhH5K
So far i tried to restart deluge, restart the raspberry and deleting the deluge config(except the state folder)
Here is what i copied from the terminal:
http://pastebin.com/kPidtFWM
(its only a small part of the actual output, but thats all the terminal was able to display)
Also, a note.
I appended an error i got while shuting down deluge to the beginning of the file.
I hope you can make sense out of this mess. I really dont know how to phrase and organize it.
Multiple Connectivity Issues
Re: Multiple Connectivity Issues
Be specificMr Sloth wrote:newest version of Deluge
Errors from trackers usually mean they are down or you don't have access to them.Mr Sloth wrote:[Tracker Name]: Error:
That would indicate the Deluge port is not being opened or perhaps is in use. Use a small range of listen ports.Mr Sloth wrote:Test Active Port button returns a yellow triangle
How do you normally run deluged? The logs look like it's running as a different user and therefore default config.Mr Sloth wrote:Logging doesnt seem to work properly aswell
Re: Multiple Connectivity Issues
I am using Deluge 1.3.10, the newest version aviable for Jessie.Cas wrote: Be specific
Tested if its a Problem with the Tracker by using another client and it worked.Cas wrote:Errors from trackers usually mean they are down or you don't have access to them.
I already use the recommended range of 6881-6891Cas wrote:That would indicate the Deluge port is not being opened or perhaps is in use. Use a small range of listen ports.
I simply type "Deluged" into the Terminal(im not sure if thats what you meant)Cas wrote:How do you normally run deluged? The logs look like it's running as a different user and therefore default config.