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

SABnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.

Moderator: Lillian.W@AST

bostoneric
Posts: 45
youtube meble na wymiar Warszawa
Joined: Thu Aug 29, 2013 2:36 am

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

Post 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!
bostoneric
Posts: 45
Joined: Thu Aug 29, 2013 2:36 am

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

Post 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?
bostoneric
Posts: 45
Joined: Thu Aug 29, 2013 2:36 am

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

Post by bostoneric »

I really hope this gets fixed, after using nzbget for some time, I much prefer SAB.
jarheadnewbie
Posts: 1
Joined: Thu Sep 24, 2015 10:08 pm

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

Post 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...
Stik
Posts: 46
Joined: Tue Aug 18, 2015 1:52 pm
Location: Adelaide, South Australia

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

Post 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.
bostoneric
Posts: 45
Joined: Thu Aug 29, 2013 2:36 am

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

Post 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.
User avatar
clinton.hall
Posts: 845
Joined: Thu May 09, 2013 7:01 pm
Location: New Zealand
Contact:

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

Post 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
AS-604T
3 x ST4000DM0000 (Seagate 4TB) in Raid5
2 GB RAM expansion
AS-302T

Apps (user)
NZBGet - CouchPotato - SickBeard - Git - Python

Apps (maintainer):
NZBGet - BitTorrent Sync - Mylar - LazyLibrarian - Gamez
-Maintenance of Apps acquired from JohhnyFive since ADM2.0:
SABnzbd - CouchPotato - SickBeard - HeadPhones - Subsonic

About Me: http://fockwulf.wix.com/index
bostoneric
Posts: 45
Joined: Thu Aug 29, 2013 2:36 am

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

Post 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)
bostoneric
Posts: 45
Joined: Thu Aug 29, 2013 2:36 am

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

Post 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)
Stik
Posts: 46
Joined: Tue Aug 18, 2015 1:52 pm
Location: Adelaide, South Australia

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

Post 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
Post Reply

Return to “SABnzbdplus”