When I’m running deadlinecommand, what’s the equivalent to the -nogui flag on all the other deadline* executables? I’m trying to run it in a cron job, but it doesn’t have access to my x server so I get this:
[code]QXcbConnection: Could not connect to display
Stacktrace:
at <0xffffffff>
at (wrapper managed-to-native) Python.Runtime.Runtime.PyObject_Call (intptr,intptr,intptr) <0xffffffff>
at Python.Runtime.ImportHook.import (intptr,intptr,intptr) <0x00303>
at (wrapper native-to-managed) Python.Runtime.ImportHook.import (intptr,intptr,intptr) <0xffffffff>
at <0xffffffff>
at (wrapper managed-to-native) Python.Runtime.Runtime.PyImport_ImportModule (string) <0xffffffff>
at Python.Runtime.PythonEngine.ImportModule (string) <0x0000f>
at FranticX.Scripting.PythonNetScriptEngine.ImportModule (string) <0x00063>
at Deadline.Scripting.DeadlineScriptEngine.ImportModule (string) <0x00023>
at Deadline.Applications.Consoles.DeadlineRepositoryUICommand.a (bool) <0x000cb>
at Deadline.Applications.Consoles.DeadlineRepositoryUICommand.RequestFormsPythonEngine () <0x0002f>
at Deadline.Applications.Consoles.ExecuteScript.Invoke (string[]) <0x001db>
at FranticX.Applications.Consoles.ConsoleCommandInvoker.InvokeCommand (string[]) <0x00455>
at Deadline.Submission.Submit.Perform (string[]) <0x0010f>
at a.a (string[]) <0x004b7>
at (wrapper runtime-invoke) .runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>
[/code]