Page 1 of 1

RSS Download disappears

Posted: September 27th, 2011, 5:53 am
by mkk
I have a problem with RSS downloads. They just disappear when added to queue. No failures, no errors in sabnzbd.log (max log level)
- The RSS feed history shows the download
- There is a pre-queue script, its log show download accepted
- sabnzbd.log show download accepted
- This only happens for downloads in a single catergory, one using the "TV Sorting" feature.
- Added manually with that category gives same result. Adding the NZB under any other category works! So I can add and then change category of each download manually but...

Log shows that immediately after pre-Q accepts the download each article is removed by INFO::[__init__:827]

I am using 0.6.9. Ive tried stepping back some versions without change in behavior.

Anybody got any ideas?

/Markus

Re: RSS Download disappears

Posted: September 27th, 2011, 7:06 am
by shypike
What happens if you just remove the pre-Q script?

Re: RSS Download disappears

Posted: September 27th, 2011, 7:17 am
by mkk
Hmm, downloads work when disabling the pre-Q!! That is strange because both SAB and the pre-Q script log that they accept the download. It would seem SAB does not respect the pre-Q decision... Bug or something Im doing wrong?

2011-09-27 14:13:26,628::INFO::[newsunpack:1415] Pre-Q accepts .............

Re: RSS Download disappears

Posted: September 27th, 2011, 9:16 am
by shypike
Possibly the script returns incorrect values.
Can you show your script here?

Re: RSS Download disappears

Posted: September 27th, 2011, 1:53 pm
by mkk
Hi again,

I found the error. There were two. First, my preQ generated a warning which became the first output line to sab. So in total the script returned for instance:
Can't cd to (/) lost+found: Permission denied at /home/mkk/.sabnzbd/scripts/preQueue.pl line 202
1
Some download

cat1

-100
alt.binaries.multimedia

Also I consider it to be a bug in SAB which logged the download as an accept (the warning is interpreted as "true") but is unable to process the whole output and removes the download without any printout.

Thanks for your help. I whould not have suspected the preQ on my own due to the logs.

/MKK