Page 3 of 4

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

Posted: Sun Sep 13, 2015 11:28 am
by bostoneric
also getting the forever wait / trying. only seems to do it with automatic downloads from couchpotato.

might give nzbget a try since not sure i like the fix above.

thanks!

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

Posted: Tue Sep 15, 2015 10:20 am
by bostoneric
can somebody post the steps for the "fix" not sure where / how i would do it.

would switching over to nzbget have similar issue?

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

Posted: Thu Sep 24, 2015 11:41 am
by bostoneric
I really hope this gets fixed, after using nzbget for some time, I much prefer SAB.

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

Posted: Thu Sep 24, 2015 10:26 pm
by jarheadnewbie
Hi can someone please help me as Noob... i was proud to have gotten SB and SABNZBD+ working together... now 3 weeks later this forever wait issue is totally killign me...

i dont know how to code so even the basics of how to find the path of where to put the code Thomasio suggested is lost on me .. any chance for a tep by step fix please ?

am sure there must be some kind souls out here :)

I also got a quick reply from the developr saying i should add a TAG file to the SABNZB / Logs directory which would get SAB to update to 0.2.8.x version which fixes this SSL issue...

not sure how to move forward as i cant even find the sabnzb.py file to edit...

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

Posted: Fri Sep 25, 2015 4:38 pm
by Stik
jarheadnewbie wrote:Hi can someone please help me as Noob... i was proud to have gotten SB and SABNZBD+ working together... now 3 weeks later this forever wait issue is totally killign me...

i dont know how to code so even the basics of how to find the path of where to put the code Thomasio suggested is lost on me .. any chance for a tep by step fix please ?

am sure there must be some kind souls out here :)

I also got a quick reply from the developr saying i should add a TAG file to the SABNZB / Logs directory which would get SAB to update to 0.2.8.x version which fixes this SSL issue...

not sure how to move forward as i cant even find the sabnzb.py file to edit...
Step 1 : stop the SabNZbd app in asustor control panel

Step 2 : download winscp and use it to log into your NAS.
In your nas control panel under services enable "terminal" SSH port 22
setup winscp ... (file protocol: SFTP) (host name : your nas ip address) (port 22) (user/pass your NAS admin user and pass)

Step 3 : Log into your NAS with WinSCP ( it will look a bit like file explorer )

Step 4 : Navigate to .@plugins/AppCentral/sabnzbdplus/sabnzbdplus
(if you cant see .@plugins click on hidden files in the bottom status bar)

Step 5 : right click SABnzbd.py and duplicate it naming it SABnzbd.old (optional but recommended)

Step 6 : double click SABnzbd.py and it will open in an editor

Step 7 : you will see a line that say # Foundation, Inc., 51 ...blah blah blah
insert the following code under that line and before the line that says import sys

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

Step 8 : click the save icon top left of the editor ( disk icon)

Step 9 : close WinSCP and restart the SabNzbd app in Asustor control panel

Step 10 : sit back and enjoy your now working app

Done !

I hope this is helps.

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

Posted: Sun Sep 27, 2015 2:42 am
by bostoneric
Clinton sent me a msg that he believes its been fixed.
Hopefully he can chime in and explain how to do the fix.

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

Posted: Sun Sep 27, 2015 4:39 am
by clinton.hall
Please update to SABnzbd v 0.8.x using the "ALL_RELEASES" TAG as described here http://forum.asustor.com/viewtopic.php?f=50&t=1607

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

Posted: Sun Sep 27, 2015 7:19 am
by bostoneric
so if i'm understanding this correctly in the
(<Downloadshare>/sabnzbd/log) folder we are creating new files like.
"ALL_RELEASES" file. no file type extension
or
"AUTO_RESTART" file (which is cool)

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

Posted: Mon Sep 28, 2015 3:55 am
by bostoneric

Code: Select all

/usr/local/AppCentral/sabnzbdplus/CONTROL/start-stop.sh restart
Shutting down SABnzbdplus at Sun Sep 27 12:55:50 PDT 2015... 
Checking if SABnzbdplus needs to be removed from crontab... crontab: must be suid to work properly
 Done
 Waiting for SABnzbdplus to shut down: 1, Done (Sun Sep 27 12:55:51 PDT 2015)
Performing SABnzbdplus prestartup checks at Sun Sep 27 12:55:51 PDT 2015...
 Creating Symbolic links for required utils... Done
crontab: must be suid to work properly
Done
Checking for a new version...
 Downloading online version file... Done
 Reading file... Done
 Determine current (installed) version... 0.7.20 (72099)
 Determine stable release... 0.7.20 (72099)
 ALL_RELEASES tag found, also checking unstable branch...
 Determine Unstable release... 0.8.0Beta1/usr/local/AppCentral/sabnzbdplus/CONTROL/start-stop.sh: line 482: Illegal number: 6-1
 ()
 Checking which is newest...sh: 72099: unknown operand
 Current, skipping upgrade
 Checking if all configured directories exist........HEAD is now at 1cd6405 V10.12 for merge.
Already up-to-date.
 Done
Starting SABnzbdplus Done (Sun Sep 27 12:56:02 PDT 2015)

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

Posted: Mon Sep 28, 2015 8:43 am
by Stik
I get the same result when I try

Code: Select all

 Determine Unstable release... 0.8.0Beta1/usr/local/AppCentral/sabnzbdplus/CONTROL/start-stop.sh: line 482: Illegal number: 6-1