SABnzbd only downloads when Priority is "Force"

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd slow downloads with OSX El Capitan

Post by sander »

Could you please test further? Can you back to 0.7.20 and set the newsserver back to news-eu-ssl.newsgroupdirect.com, and try again? If it is slow again, it is NOT related (per se) to loadbalancing introduced in 0.8.0, and there is a problem with SAB 0.7.20, El Capitan and possibly your system (doing something strange with IPv6).

First try as workaround is then http://localhost:8080/sabnzbd/config/special/ -> check no_ipv6, and restart SABnzbd.

Could you do that?
justcurry
Newbie
Newbie
Posts: 17
Joined: November 2nd, 2012, 4:13 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by justcurry »

Sure, I can test it out tomorrow. Sorry for the delayed response.
justcurry
Newbie
Newbie
Posts: 17
Joined: November 2nd, 2012, 4:13 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by justcurry »

I went back to 0.7.20. The European server wouldn't connect, so I had to use the US server, news-ssl.newsgroupdirect.com. It downloaded immediately. I did check the "no_ipv6" box as well.

The European server does connect if I put in the IP address. Not sure what that's all about.
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by sander »

Strange. I would like to find out the root cause because it could be a problem for SAB 0.7.20 user on other (OSX) systems. FYI: it will be solved in a great way in 0.8.0 Beta 2.

So find the rout cause, on your OSX, can you get, save and run https://raw.githubusercontent.com/sande ... ect.com.py ?


Output on my system:

Code: Select all

$ python happyeyeballs-sequential-newsgroupdirect.com.py
Checking www.google.com 80 SSL: False DEBUG: True
Address is  74.125.133.104
Connecting took: 0.341 msec
Address is  74.125.133.106
Connecting took: 0.145 msec
Address is  74.125.133.105
Connecting took: 0.163 msec
Address is  74.125.133.99
Connecting took: 0.162 msec
Address is  74.125.133.103
Connecting took: 0.281 msec
Address is  74.125.133.147
Connecting took: 0.235 msec
Address is  2a00:1450:400c:c07::93
Connecting took: 0.312 msec
Fastest server is 74.125.133.106
74.125.133.106 

Checking news-eu-ssl.newsgroupdirect.com 119 SSL: False DEBUG: True
Address is  81.171.118.147
Connecting took: 0.349 msec
Address is  81.171.118.148
Connecting took: 0.272 msec
Address is  81.171.118.146
Connecting took: 0.334 msec
Address is  2001:4de0:401:7::146
Connecting took: 0.276 msec
Address is  2001:4de0:401:7::147
Connecting took: 0.361 msec
Fastest server is 81.171.118.148
81.171.118.148 

Checking news-eu-ssl.newsgroupdirect.com 563 SSL: True DEBUG: True
Address is  81.171.118.146
Connecting took: 28.901 msec
Address is  81.171.118.147
Connecting took: 26.542 msec
Address is  81.171.118.148
Connecting took: 22.605 msec
Address is  2001:4de0:401:7::146
Connecting took: 28.382 msec
Address is  2001:4de0:401:7::147
Connecting took: 25.395 msec
Fastest server is 81.171.118.148
81.171.118.148 

Checking news-ssl.newsgroupdirect.com 119 SSL: False DEBUG: True
Address is  81.171.118.148
Connecting took: 0.387 msec
Address is  81.171.118.146
Connecting took: 0.313 msec
Address is  81.171.118.147
Connecting took: 0.387 msec
Address is  2001:4de0:401:7::146
Connecting took: 0.33 msec
Address is  2001:4de0:401:7::147
Connecting took: 0.298 msec
Fastest server is 2001:4de0:401:7::147
2001:4de0:401:7::147 

Checking news-ssl.newsgroupdirect.com 563 SSL: True DEBUG: True
Address is  81.171.118.148
Connecting took: 28.337 msec
Address is  81.171.118.147
Connecting took: 30.277 msec
Address is  81.171.118.146
Connecting took: 21.79 msec
Address is  2001:4de0:401:7::147
Connecting took: 27.084 msec
Address is  2001:4de0:401:7::146
Connecting took: 22.525 msec
Fastest server is 81.171.118.146
81.171.118.146 

Checking us.sslusenet.com 119 SSL: False DEBUG: True
Address is  69.16.179.23
Connecting took: 0.38 msec
Address is  69.16.179.22
Connecting took: 0.486 msec
Address is  2001:4de0:2101:119e::23
Connecting took: 0.32 msec
Address is  2001:4de0:2101:119e::22
Something went wrong (possibly just no connection)
Fastest server is 2001:4de0:2101:119e::23
2001:4de0:2101:119e::23 

Checking us.sslusenet.com 563 SSL: True DEBUG: True
Address is  69.16.179.22
Connecting took: 2.686 msec
Address is  69.16.179.23
Connecting took: 2.895 msec
Address is  2001:4de0:2101:119e::22
Something went wrong (possibly just no connection)
Address is  2001:4de0:2101:119e::23
Something went wrong (possibly just no connection)
Fastest server is 69.16.179.22
69.16.179.22 


FWIW: the DNS lookup seems to depend on the DNS-server polled, and so probably source IP based:

Code: Select all

sander@flappie:~$ host news-eu-ssl.newsgroupdirect.com
news-eu-ssl.newsgroupdirect.com is an alias for de.sslusenet.com.
de.sslusenet.com has address 81.171.118.148
de.sslusenet.com has address 81.171.118.146
de.sslusenet.com has address 81.171.118.147
de.sslusenet.com has IPv6 address 2001:4de0:401:7::146
de.sslusenet.com has IPv6 address 2001:4de0:401:7::147

Code: Select all

sander@flappie:~$ host news-ssl.newsgroupdirect.com
news-ssl.newsgroupdirect.com is an alias for news.sslusenet.com.
news.sslusenet.com is an alias for news.geo.sslusenet.com.
news.geo.sslusenet.com is an alias for nl.sslusenet.com.
nl.sslusenet.com has address 81.171.118.147
nl.sslusenet.com has address 81.171.118.146
nl.sslusenet.com has address 81.171.118.148
nl.sslusenet.com has IPv6 address 2001:4de0:401:7::147
nl.sslusenet.com has IPv6 address 2001:4de0:401:7::146

Code: Select all

sander@flappie:~$ host news-ssl.newsgroupdirect.com 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases: 

news-ssl.newsgroupdirect.com is an alias for news.sslusenet.com.
news.sslusenet.com is an alias for news.geo.sslusenet.com.
news.geo.sslusenet.com is an alias for us.sslusenet.com.
us.sslusenet.com has address 69.16.179.23
us.sslusenet.com has address 69.16.179.22
us.sslusenet.com has IPv6 address 2001:4de0:2101:119e::22
us.sslusenet.com has IPv6 address 2001:4de0:2101:119e::23
sander@flappie:~$
justcurry
Newbie
Newbie
Posts: 17
Joined: November 2nd, 2012, 4:13 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by justcurry »

I think you've just gone beyond my level of know-how. Do I run that code in terminal?
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by sander »

Assuming you have wget:

Code: Select all

wget https://raw.githubusercontent.com/sanderjo/happyeyeballs/master/happyeyeballs-sequential-newsgroupdirect.com.py

python happyeyeballs-sequential-newsgroupdirect.com.py
justcurry
Newbie
Newbie
Posts: 17
Joined: November 2nd, 2012, 4:13 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by justcurry »

Nope, don't have wget.
User avatar
sander
Release Testers
Release Testers
Posts: 8829
Joined: January 22nd, 2008, 2:22 pm

Re: SABnzbd only downloads when Priority is "Force"

Post by sander »

justcurry wrote:Nope, don't have wget.
I see. Well, let's then leave it at that.
Post Reply