Come up with a useful post-processing script? Share it here!
Starf0x
Newbie
Posts: 46 Joined: September 28th, 2010, 6:41 am
Post
by Starf0x » November 12th, 2010, 1:42 am
I'm asked to come here for support as it is NOT a Sickbeard issue:
Have a look:
Code: Select all
2010-11-11 20:10:52,958::INFO::[newsunpack:127] Running external script /volume1/SAB_NZB_Download/SABnzbd/scripts/sabToSickBeard.py(/volume1/video/Video-TV/SomeShow.S04E10.720p.HDTV.x264-BiA.1, SomeShow.S04E10.720p.HDTV.x264-BiA.nzb, SomeShow.S04E10.720p.HDTV.x264-BiA, , tv, alt.binaries.teevee, 0)
2010-11-11 20:10:53,002::INFO::[newsunpack:134] Failed script /volume1/SAB_NZB_Download/SABnzbd/scripts/sabToSickBeard.py, Traceback:
Traceback (most recent call last):
File "/volume1/@appstore/sab2/SABnzbd-0.5.5/sabnzbd/newsunpack.py", line 132, in external_processing
startupinfo=stup, env=env, creationflags=creationflags)
File "/var/packages/sab2/target/utils/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/var/packages/sab2/target/utils/lib/python2.5/subprocess.py", line 1097, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
2010-11-11 20:10:53,223::INFO::[postproc:470] Cleaning up SomeShow.S04E10.720p.HDTV.x264-BiA
2010-11-11 20:10:53,231::INFO::[postproc:134] Saving postproc queue
2010-11-11 20:10:53,233::INFO::[downloader:357] Post-processing finished, resuming download
These errors are generated by SAB, any ideas what this could be?
Kind Regards, FrankB
premiso
Release Testers
Posts: 16 Joined: June 28th, 2010, 11:43 am
Post
by premiso » November 14th, 2010, 12:27 pm
The error seems pretty plain:
OSError: [Errno 2] No such file or directory
Check the paths and make sure that there is a directory for whatever that is referring to. Namely, check out the location of:
Code: Select all
/volume1/SAB_NZB_Download/SABnzbd/scripts/sabToSickBeard.py
Make sure it exists and that all scripts that it refers to exist in the location it should.
Starf0x
Newbie
Posts: 46 Joined: September 28th, 2010, 6:41 am
Post
by Starf0x » November 16th, 2010, 1:53 pm
Thank you for your response, but that is the first thing I would have checked and also have done so.
To please:
Trust is good, check is better
So I checked again, and it is there including proper rights.
Kind Regards, Starf0x
premiso
Release Testers
Posts: 16 Joined: June 28th, 2010, 11:43 am
Post
by premiso » November 18th, 2010, 12:05 am
Hmm, maybe it is referring to the file?
/volume1/video/Video-TV/SomeShow.S04E10.720p.HDTV.x264-BiA.1
Is that the correct downloading directory set for the shows? Mind checking that config and make sure that the case matches etc.
Sorry, it is kind of hard to debug stuff without actually being on the machine. But that would be my next step, as the error really should be referring to a missing file somewhere.