Do you experience problems during downloading?
Check your connection in Status and Interface settings window.
Use Test Server in Config > Servers.
We will probably ask you to do a test using only basic settings.
Do you experience problems during repair or unpacking?
Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
If your indexer has the concept alternative NZB files,
you send a URL for the alternative NZB along with the first.
SABnzbd will call that URL when the original download fails to
get the next NZB.
shypike wrote:If your indexer has the concept alternative NZB files,
you send a URL for the alternative NZB along with the first.
SABnzbd will call that URL when the original download fails to
get the next NZB.
I know what its supposed to do, what I wanted to know is there a API specification or something, can't be as simple as sending two NZB, they have to be linked somehow.
SABnzbd has no knowledge of how the server implements this (nor have I).
The only thing it does is use the url to get another file if a download fails.
All intelligence is on the server side.
The X-Failure header contains the URL for an alternative NZB file.
The header is already sent by the indexer when you retrieve the original NZB.
SABnzbd saves the URL and uses it when the download based on the original NZB fails.
The server may even have a chain of NZBs that can be offered in this way.