-
Notifications
You must be signed in to change notification settings - Fork 67
Labels
type: bugSomething isn't workingSomething isn't working
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior:
I can't publish a render from Houdini as I keep getting this
File "E:\Ynput\ayon-core\client\ayon_core\lib\transcoding.py", line 799, in convert_input_paths_for_ffmpeg
logger.debug("Conversion command: {}".format(" ".join(oiio_cmd)))
^^^^^^^^^^^^^^^^^^
TypeError: sequence item 5: expected str instance, int foundfound it..
DEBUG: ********* <class 'str'> --nosoftwareattrib
DEBUG: ********* <class 'str'> --compression
DEBUG: ********* <class 'str'> zips
DEBUG: ********* <class 'str'> --framepadding
DEBUG: ********* <class 'int'> 4
DEBUG: ********* <class 'str'> --frames
DEBUG: ********* <class 'str'> H:/AYON/projects/Experiments/random/delivery_test/work/generic/renders/Expr_delivery_test_generic_v002/Beauty_Comp\Render.Beauty_Comp.#.exr
DEBUG: ********* <class 'str'> --parallel-frames
DEBUG: ********* <class 'str'> -i:ch=R,G,B,A
DEBUG: ********* <class 'str'> H:/AYON/projects/Experiments/random/delivery_test/work/generic/renders/Expr_delivery_test_generic_v002/Beauty_Comp\Render.Beauty_Comp.#.exr
DEBUG: ********* <class 'str'> --ch
DEBUG: ********* <class 'str'> R=R,G=G,B=B,A=A
DEBUG: ********* <class 'str'> --subimage
DEBUG: ********* <class 'str'> 0
DEBUG: ********* <class 'str'> --eraseattrib
DEBUG: ********* <class 'str'> husk:render_stats
DEBUG: ********* <class 'str'> --eraseattrib
DEBUG: ********* <class 'str'> husk:usd_file_stats
DEBUG: ********* <class 'str'> -o
DEBUG: ********* <class 'str'> C
Expected Behavior:
It seems that all items of oiio_cmd should be string.
Version
1.7.0
What platform you are running on?
Windows
Steps To Reproduce:
- Publish render from Houdini
Are there any labels you wish to add?
- I have added the relevant labels to the bug report.
Relevant log output:
Additional context:
No response
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working