Page 1 of 1

Postprocessor crashing with nzbToMedia

Posted: August 17th, 2013, 9:48 am
by rickatnight11
I've started using nzbToMedia for my post-processing, and I've noticed an odd issue. About 60% of the time, TV shows will repair/extract successfully, complete post-processing successfully, but end up in a weird success/fail hybrid state like this:

Image

Checking the Sab logs, you can see that it thinks the postprocessor has crashed, so Sab reboots itself. Here's the nzbToMedia postprocess.log, as well, which shows that it's succeeding. Interestingly, when we implement a 30s delay before the post-processing contacts SickBeard to chew up the file(s), each episode downloads and post-processes without issue.

This suggests to us that Sab is doing a little bit extra, while the postprocessing is happening, and it expects some files or something to still be around, which the postprocessing script may be interferring with. Any ideas?

Re: Postprocessor crashing with nzbToMedia

Posted: August 19th, 2013, 1:21 pm
by shypike
SABnzbd is done with the "final" folder once it calls the user script.
It also doesn't access "final" afterwards.
Perhaps some weird disk caching problem?