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
RSS Download disappears
Forum rules
Help us help you:
Help us help you:
- Are you using the latest stable version of SABnzbd? Downloads page.
- Tell us what system you run SABnzbd on.
- Adhere to the forum rules.
- 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.
Re: RSS Download disappears
What happens if you just remove the pre-Q script?
Re: RSS Download disappears
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 .............
2011-09-27 14:13:26,628::INFO::[newsunpack:1415] Pre-Q accepts .............
Re: RSS Download disappears
Possibly the script returns incorrect values.
Can you show your script here?
Can you show your script here?
Re: RSS Download disappears
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
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

