Page 1 of 1

Export NZB Failures list

Posted: August 12th, 2018, 5:14 am
by jamespandey
Sorry if this is a stupid question. I'd like through the GUI or programmatically export any NZB files whose download failed. The reason is I have two separate internet connections with the other connection having a different usenet provider so I want to take any failures and throw them over the fence for another go. I can figure out the NZB file manually but its a real pain. Is this possible? Thanks.

Re: Export NZB Failures list

Posted: August 12th, 2018, 5:40 am
by safihre
You can view all failures by clicking the (!) icon in the bottom right of the page (in the Glitter interface).
You can also use the API and add the failed_only=1 to the URL: https://sabnzbd.org/wiki/advanced/api#history_main

Re: Export NZB Failures list

Posted: August 12th, 2018, 11:19 am
by jamespandey
thankyou !that did help