Page 1 of 1

WAIT 29000+ seconds?

Posted: May 11th, 2019, 2:37 am
by OneCD
Hi all. :)

My NZBHydra2 sent a bunch of downloadable items into my SABnzbd queue in quick succession (for a couple of shows I'd just added to SickChill).

Some queue items are fine. But there are many others that show like this:

Code: Select all

WAIT 29600 sec / Trying to fetch NZB from http://localhost:5076/getnzb.... blah, blah.
... with the seconds counting down.

I've not seen such a high wait time. :o

Can someone please advise: is this time determined by SABnzbd or by NZBHydra2?

Thank you.

Re: WAIT 29000+ seconds?

Posted: May 11th, 2019, 4:59 am
by safihre
It's inside the NZB-file, each file has a timestamp property. SABnzbd uses that to calculate the age.
However, since it's a timestamp there can be issues with timezone. Although the common upload-systems and indexer usually take care of that.

Re: WAIT 29000+ seconds?

Posted: May 11th, 2019, 2:18 pm
by OneCD
Thank @safihre, I’ve learned something new. :D

Re: WAIT 29000+ seconds?

Posted: May 12th, 2019, 3:26 am
by safihre
I changed the code a bit, it would show this propagation message also when it shouldn't.