Skip to content

Extract Review fails at convert_input_paths_for_ffmpeg #1623

@MustafaJafar

Description

@MustafaJafar

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 found

found 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:

  1. 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

No one assigned

    Labels

    type: bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions