I just upgraded from Deadline 6.1 beta3 to 6.1 RC1. We had a custom script that we were using to create ffmpeg quicktimes but this no longer seems to run since the upgrade. The following is the error that is given when the script is attempted to be executed on a given job:
2014-01-17 12:57:56: Traceback (most recent call last):
2014-01-17 12:57:56: File “DeadlineUI\UI\Commands\ScriptCommands.py”, line 88, in InnerExecute
2014-01-17 12:57:56: Exception: Python Error: Exception : Python Error: TypeError : main() takes no arguments (6 given) (Python.Runtime.PythonException)
2014-01-17 12:57:56: Stack Trace:
2014-01-17 12:57:56:
2014-01-17 12:57:56:
2014-01-17 12:57:56: at FranticX.Scripting.PythonNetScriptEngine.HandlePythonError(Exception e)
2014-01-17 12:57:56: at FranticX.Scripting.PythonNetScriptEngine.CallFunction(String functionName, PyObject[] args)
2014-01-17 12:57:56: at Deadline.Scripting.DeadlineScriptManager.CallFunction(String scopeName, String functionName, PyObject[] args)
2014-01-17 12:57:56: at Deadline.Scripting.ClientUtils.ExecuteScript(String scriptFilename, Object args) (Python.Runtime.PythonException)
2014-01-17 12:57:56: Stack Trace:
2014-01-17 12:57:56: [’ File “none”, line 126, in main\n’]
2014-01-17 12:57:56:
2014-01-17 12:57:56: at FranticX.Scripting.PythonNetScriptEngine.HandlePythonError(Exception e)
2014-01-17 12:57:56: at FranticX.Scripting.PythonNetScriptEngine.CallFunction(String functionName, PyObject[] args)
2014-01-17 12:57:56: at Deadline.Scripting.DeadlineScriptManager.CallFunction(String scopeName, String functionName)
Any help on this would be appreciated. Thanks.
-Christian