0.7.6 precheck with empty nzb gets in a checking loop
Posted: December 17th, 2012, 4:13 am
This looks like a case of unintended consequences.
I am using an rss feed from nzbindex.nl to automatically add nzbs and i occasionally get an nzb which just contains sample files. sabnzbd filters these sample files out and as there were no files left used to generate a single error about an empty nzb, not a problem. However, i have recently turned on precheck by enabling "check before download" and when it encounters this it gets stuck constantly trying to precheck and continuously creates warning messages every 2 minutes until i catch it and manually delete it.
I imagine that adding a bit of code which says if the nzb is empty skip precheck would resolve this.
In the meantime i have modified the rss feed increasing the minimum size to 55mb which should prevent it happening regularly.
I am using an rss feed from nzbindex.nl to automatically add nzbs and i occasionally get an nzb which just contains sample files. sabnzbd filters these sample files out and as there were no files left used to generate a single error about an empty nzb, not a problem. However, i have recently turned on precheck by enabling "check before download" and when it encounters this it gets stuck constantly trying to precheck and continuously creates warning messages every 2 minutes until i catch it and manually delete it.
I imagine that adding a bit of code which says if the nzb is empty skip precheck would resolve this.
In the meantime i have modified the rss feed increasing the minimum size to 55mb which should prevent it happening regularly.