Page 1 of 1

Downloads *not* failing

Posted: June 23rd, 2016, 9:35 am
by eegee
Not sure if a setting was inadvertently changed, but downloads that have failed are not marked as failed.

SABnzbd version: 1.0.3 settings:

Code: Select all

Abort jobs that cannot be completed=True
Action when encrypted RAR is downloaded=Abort
Enable Quick Check=True
Enable SFV-based checks=True
As an example, some sanitized screenies:
Image
Image

Re: Downloads *not* failing

Posted: June 23rd, 2016, 10:42 am
by jcfp
"Post-Process Only Verified Jobs" in config->switches is off?

Re: Downloads *not* failing

Posted: June 23rd, 2016, 10:52 am
by eegee
Yes, "Post-Process Only Verified Jobs" is unchecked.

Re: Downloads *not* failing

Posted: June 23rd, 2016, 1:03 pm
by safihre
Well there's your problem ;) check it!
Now every job Sab will try to unpack it, no matter if the repair was successful.
By default it's checked to avoid these kind of situations.

Re: Downloads *not* failing

Posted: June 23rd, 2016, 1:06 pm
by eegee
Cool, I'll do that. Thanks!