Deadline for Houdini19.5 module error

hello
I wanted to run the render through deadline, but a module error occurs as shown below. I don’t know the cause. help

2023-12-14 02:11:22: 0: STDOUT: Rendering frame 1001
2023-12-14 02:11:23: 0: STDOUT: Error: Caught exception: The attempted operation failed.
2023-12-14 02:11:23: 0: STDOUT: Error: Unable to initialize rendering module with given camera
2023-12-14 02:11:23: 0: STDOUT: Traceback (most recent call last):
2023-12-14 02:11:23: 0: STDOUT: File “/var/lib/Thinkbox/Deadline10/workers/kiyeon/plugins/6579e6be367b2ca808a92d84/hrender_dl.py”, line 875, in

2023-12-14 02:11:23: 0: STDOUT: rop.render( frameTuple, resolution, ignore_inputs=ignoreInputs )
2023-12-14 02:11:23: 0: STDOUT: File “/opt/hfs19.5/houdini/python3.9libs/hou.py”, line 74137, in render
2023-12-14 02:11:23: 0: STDOUT: return _hou.RopNode_render(self, *args, **kwargs)
2023-12-14 02:11:23: 0: STDOUT: hou.OperationFailed: The attempted operation failed.
2023-12-14 02:11:23: 0: STDOUT: Error: Unable to initialize rendering module with given camera
2023-12-14 02:11:23: 0: Done executing plugin command of type ‘Render Task’

Hello @kyhwang

This looks like an issue with the scene. Please follow our troubleshooting guide : Troubleshooting — Deadline 10.3.1.3 documentation

The guide tells you to run “Full Command” from the job report directly on the render node which presented the error.

It might fail to find hrender_dl.py, if it does copy the file from the repo [Repo]/plugins/Houdini/hrender_dl.py to where it is complaining.

Do you see the same error when rendered outside of Deadline on the render node?