Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to run extra script #14

Closed
guccifunboy opened this issue Mar 27, 2013 · 3 comments
Closed

failed to run extra script #14

guccifunboy opened this issue Mar 27, 2013 · 3 comments

Comments

@guccifunboy
Copy link

Hi

i converted a and places the file in post processing folder.
sickbeard failed to execute your script and i cannot see why.

here is the error

Mar-27 11:18:42 INFO POSTPROCESSER :: Unable to run extra_script: 6
Mar-27 11:18:42 INFO POSTPROCESSER :: Executing command ['c:\Scripts\postConversion.cmd', u'D:\90210\90210 - S1E03 - Lucky Strike - SD TV.m4v', u'D:\post\90210 - S01E03 - Lucky Strike - SD TV.m4v', '82716', '1', '3', '2008-09-09']

attached is a screenshot of my sickbeard ini file and the autoprocess file in your directory

autoprocess ini
sickbeard config ini

@mdhiggins
Copy link
Owner

It is my understanding that this is a problem that randomly happens with sick beard and that a computer restart should fix the issue.

https://code.google.com/p/sickbeard/issues/detail?id=1244

@guccifunboy
Copy link
Author

Hi
the sabtosickbeardwithconverter.py also failes with this

       Traceback (most recent call last):

File "C:\Scripts\sabToSickBeardwithConverter.py", line 8, in
settings = ReadSettings(os.path.dirname(sys.argv[0]), "autoProcess.ini")
File "C:\Scripts\readSettings.py", line 44, in init
config.readfp(fp)
File "C:\Python27\lib\ConfigParser.py", line 324, in readfp
self._read(fp, filename)
File "C:\Python27\lib\ConfigParser.py", line 546, in _read
raise e
ConfigParser.ParsingError: File contains parsing errors: C:\Scripts\autoProcess.ini
[line 17]: '7caea9316620a6e2906b211ceb4d89fd\n'
[line 60]: 'f7ed8c10135545e7a61a1ff826dd99c4\r\n'

@mdhiggins
Copy link
Owner

This is because of an error in your config file. Looking back at your screenshot I didn't notice originally, but both of your api keys aren't on the same line as the "apikey ="

That's what's causing your problem, you need to make that one single line instead of 2 (for both instances)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants