Ver. 2.0.3 Errors

Support for Deluge on Apple Mac OS
Post Reply
cappy
Member
Member
Posts: 14
Joined: Sun Sep 10, 2017 7:25 am

Ver. 2.0.3 Errors

Post by cappy »

Hello, just switched to 2.0.3.
Getting some errors in my logs I wanted to throw out here to see if anyone has some ideas to resolve.
I have been getting the following which crashes daemon (launchctl restarts):

Code: Select all

performance warning: max outstanding piece requests reached, outstanding_request_limit_reached
I was stuck a in a daemon reboot loop where I had to issues a launchctl stop to get out of it. Appeared there were a few states in fastresume that could not be found.

I also get the following from either the web-ui or the deluge-gtk client in the logs:

Code: Select all

Deluge client disconnected: Connection to the other side was lost in a non-clean fashion: Connection lost.
I was having issues with my setup to get the 'test port' to pass. Even though I was using the same network info I had in Ver 1.3.15(I think that was the latest version for version 1). I did get to the point where the IP error at bottom right of deluge-gtk client disappeared. DHT nodes filled but the 'test port' button always failed. I would get some uploads showing so I assumed the button just fails with the following all the time (possibly known bug?).

Code: Select all

Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x10617e290>, <twisted.internet.endpoints._WrapperEndpoint object at 0x10604e990>)
23:57:21 [INFO    ][twisted                       :154 ] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x10617e290>, <twisted.internet.endpoints._WrapperEndpoint object at 0x10604e990>)
23:58:17 [INFO    ][twisted                       :154 ] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1060e27a0>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060d17d0>)
23:58:18 [INFO    ][twisted                       :154 ] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1060e27a0>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060d17d0>)
00:02:35 [INFO    ][twisted                       :154 ] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1061f8e60>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060f8dd0>)
00:02:35 [INFO    ][twisted                       :154 ] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1061f8e60>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060f8dd0>)
00:03:05 [INFO    ][twisted                       :154 ] Starting factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1060e2f80>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060eced0>)
00:03:06 [INFO    ][twisted                       :154 ] Stopping factory _HTTP11ClientFactory(<function HTTPConnectionPool._newConnection.<locals>.quiescentCallback at 0x1060e2f80>, <twisted.internet.endpoints._WrapperEndpoint object at 0x1060eced0>)
I believe that is what I get after I hit the 'test port' button. A 'start' & 'stop' for each button push.

I look forward to the feedback. :)
cappy
Member
Member
Posts: 14
Joined: Sun Sep 10, 2017 7:25 am

Re: Ver. 2.0.3 Errors

Post by cappy »

Update:

Running from cli versus 'launchctl' seems to be more stable.

Only error I had was a few lines of `performance warning: max outstanding piece requests reached, outstanding_request_limit_reached` for one torrent. Not like before that induced a rolling restart of deluged.

Testing continues....
Post Reply