UE5 Submitting error: min() arg is an empty sequence

OS: Windows 11
UE: 5.2
Deadline: 10.3.1.4
urlib3 imported: yes

When I try to submit job to Deadline, getting:

Traceback (most recent call last):

  File "H:/Unreal/Projects/TD+IR/UE 5.2/Plugins/UnrealDeadlineService/Content/Python/service_actions/submit_job_action.py", line 113, in <module>
    arguments.func(arguments)

  File "H:/Unreal/Projects/TD+IR/UE 5.2/Plugins/UnrealDeadlineService/Content/Python/service_actions/submit_job_action.py", line 90, in _execute_submission
    job_id = deadline_service.submit_job(deadline_job)

  File "H:\Unreal/Projects/TD+IR/UE 5.2/Plugins/UnrealDeadlineService/Content/Python\deadline_service.py", line 352, in submit_job
    job_id = DeadlineCommand().submit_job(job_data)

  File "H:\Unreal/Projects/TD+IR/UE 5.2/Plugins/UnrealDeadlineService/Content/Python\deadline_command.py", line 140, in submit_job
    return min(job_ids)

ValueError: min() arg is an empty sequence

Looks like the job submission is failing and it’s not getting a job id back.

If you go to your Monitor on the computer you’re seeing this issue with and go to Submit-> Miscellaneous → Deadline Command. From there set the job submission up to look like this:

And when you hit submit you should see something like this:
image

What’s happening in your case is there isn’t a line starting with JobID= after the job has been submitted. I expect something’s going to fail in your test, and we’ll see what’s gone wrong.

Turned out the RCS server was not running, that is solved now.

1 Like