Page 1 of 1

Unable to download nzb from link

Posted: Thu Jun 13, 2019 11:17 pm
by kanine
I've been getting the following error showing quite frequently when processing the RSS feed from nzb.su

[PAYLOAD:NONE] Unable to download nzb from link: https://api.nzb.su.......nzb

The odd thing is if I take that URL that's reported as having 'Payload:None' it downloads the correct nzb file.

I'm no python expert but could it be somehow mis-interpreting the RSS feed?

Mylar Version: development
-- git build 0af13913eaf120ced01bddeafb23ceedbcdfc0e8.
Python Version : 2.7.13

Re: Unable to download nzb from link

Posted: Fri Jun 14, 2019 1:50 am
by barbequesauce
Nzb.su has this problem periodically... contacting the admin on their forum seems to make it go away for a time...

Re: Unable to download nzb from link

Posted: Fri Jun 14, 2019 2:38 am
by kanine
Thanks, everything generally gets there in the end. If it continues to be an issue I might start digging around the code... Dangerous!

It's always made a sensible choice just don't know what triggers the No Payload error.

Re: Unable to download nzb from link

Posted: Fri Jun 14, 2019 2:43 am
by barbequesauce
That’s my point - no payload is a thing from nzb.su and how it creates rss links - not a Mylar problem...

Re: Unable to download nzb from link

Posted: Fri Jun 14, 2019 3:22 am
by kanine
Yeah I'll need to have a look and work out what it's looking for as all the info is there in the RSS as far as I can tell. From the search code it looks like each source has it's own peculiarities.

Does the RSS feed get logged / cached somewhere to see if it's an occaisonal glitch in the feed?