Page 2 of 4

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Wed Aug 26, 2015 1:42 am
by thomaslo
a workaround is her:
http://forums.sabnzbd.org/viewtopic.php ... 4&p=101217

Put this:
opt_out_of_certificate_verification = True
if opt_out_of_certificate_verification:
try:
import ssl
ssl._create_default_https_context = ssl._create_unverified_context
except:
pass

in top of (at line 17) /volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus/SABnzbd.py

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Wed Aug 26, 2015 6:06 am
by Ianolga
That worked a treat,

thanks thomasio

do you know what the consequences voiding the ssl might be?


Ian

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Thu Aug 27, 2015 11:50 am
by Stik
I have just installed Sab and sickbeard on my new 5104 and am having exactly the same problem.

SabNzbd: 0.7.20
Python: 2.7.10 (default, Aug 19 2015, 09:18:54) [GCC 4.6.3]

Will be interested to see the outcome

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Thu Aug 27, 2015 12:31 pm
by Ianolga
Follow thomalso's instruction for the fix

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Thu Aug 27, 2015 2:10 pm
by Stik
Sorry I missed that, it worked a treat... Thanks

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Fri Aug 28, 2015 10:36 am
by Stik
This fix works but stops but breaks the catagories, they are no longer picked up by SAB. But is a work around until pyhon ssl is fixed.

[UPDATE] The catagories are now being picked up .. all working as expected thanks.

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Fri Sep 04, 2015 7:12 pm
by maartmail
I also have this problem after updating Python. I would rather not apply the mentioned fix if it breaks categories.
Is there any way to roll back to the previous version of Python?

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Mon Sep 07, 2015 10:50 am
by orion
I believe you should send a support request to asustor to get the older version.

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Tue Sep 08, 2015 2:39 am
by damien599901
orion wrote:I believe you should send a support request to asustor to get the older version.

take a look here http://appdownload.asustor.com/

Re: Wait 40 sec / Trying to fetch NZB from ........

Posted: Thu Sep 10, 2015 4:39 pm
by maartmail
Thank you Damien, I found the files I was looking for there.

In order to install the old Python version I had to remove the current version and all related Apps (sickrage, couchpotato, SABnzbd) with it.
Since I don't want to go through the trouble of backing up and restoring all the settings I switched to NZBget. NZBGet works fine with the current Python version.

Thanks again anyway.