Anyhow - I've been getting a strange, inconsistent behaviour where this "there are no videofiles" error pops up (randomly, every few downloads it pops up). I dug through the logs and can see why it's occurring, but can't explain what's causing it. Looks like a bug to me but who knows. The logs show that the downloads in question (that produce this error)) have the Repair, Unpack, Delete flags set to "false", despite my having them set to "Default" which should produce all of those being "true" -- which it does for the successful downloads that use this same category. Here's the log to explain:
http://pastebin.com/wuxEicKw
The critical entry here is:
Code: Select all
2015-11-04 16:32:55,345::INFO::[postproc:283] Starting PostProcessing on Cuffs.1x02.720p.HDTV.x264-FoV => Repair:False, Unpack:False, Delete:False, Script:sabToSickBeard.exe, Cat:tv_sb
http://pastebin.com/RxWDFDXx
Which as you can see sets the flags correctly:
Code: Select all
2015-11-04 23:33:26,342::INFO::[postproc:283] Starting PostProcessing on American.Horror.Story.S05E05.720p.HDTV.x264-FLEET => Repair:True, Unpack:True, Delete:True, Script:sabToSickBeard.exe, Cat:tv_sb
Things I've tried:
- Upgrading from 0.7.2 to 0.8.0 (no difference, persists in both stable and beta releases)
- "hard coding" the processing of the "tv_sb" category to +Delete (no difference, same behavior)
- Updating SabtoSickbeard.exe to latest (no difference)
Happy to troubleshoot this further - thanks!