Page 2 of 2

Re: [PP-Script] FailureLink

Posted: 30 Dec 2014, 15:56
by Nedle
I have been using my own bash version of this script for a while now. I just updated my NZBGet to 14.0 and the failure link variable seems to be always empty now. I couldn't find anything in the release about changing the variable so not sure what is causing it. I use:

Code: Select all

$NZBPR__DNZB_FAILURE

Re: [PP-Script] FailureLink

Posted: 31 Dec 2014, 15:05
by hugbug
Then the nzb-files you were testing with don't have the header property set. Make sure you test with nzbs added via url and that the url returns the failure link in the header. Test the url in a browser and control the returned headers.

Re: [PP-Script] FailureLink

Posted: 18 Dec 2016, 01:44
by konubywy
I noticed this error today after a 700 MB download stopped downloading with only 3 MB to go.

Code: Select all

warning	Sat Dec 17 2016 15:31:52	FailureLink: SSL certificate verify failed, retry with bypass SSL cert.
I'm curious as to what exactly does this error mean and where is the setting actually located if I wanted to bypass the SSL certificate?

Re: [PP-Script] FailureLink

Posted: 08 Jun 2018, 18:29
by kjKmcQN3
The GitHub page for the script has version 1.21 whereas I have 1.3 that I got a few years ago on the forum of a reputable private tracker. Is GitHub still the best place to keep on top of latest releases and if not then where can one track them? Thanks.

Re: [PP-Script] FailureLink

Posted: 08 Jun 2018, 19:48
by hugbug
The official version of the script is the one linked from the first post.
I have no idea how your version is different from the official one. The script is free and open source, everyone can modify it.

Re: [PP-Script] FailureLink

Posted: 11 Jun 2020, 23:14
by ezhik
Could somebody please migrate this to python3 ?

Re: [PP-Script] FailureLink

Posted: 30 Apr 2021, 15:13
by bushbrother
Script is now Python3 compatible - hugbug merged my changes today.