Publish Failing

Hello,

I have run 2 tests with my FPT Toolkit configuration. The only file I modified for this test was the templates.yml file. In the first test the published worked succesfully as the shot was rendered and a mov was uploaded to shotgrid. However, in this test the EXR files were saved in the “sequences” folder created by default by the toolkit and not in the directory desired by my studio. Also, in these EXR files, the names of the files include unwanted information like “stereoexr32” and “main”. I modified the templates.yml file, and in this test the EXR files were saved in the correct directory and with the correct name, however the publish failes to create and upload the mov to shotgrid. What other files do I need to modify to get this publish to work correctly?

ERROR FROM PUBLISH UI:

ERROR: Error publishing: Review submission failed. Could not render and submit the review associated sequence.

Traceback (most recent call last):
File “X:\PROJECTS_CONFIG\lsds\install\app_store\tk-multi-publish2\v2.9.0\python\tk_multi_publish2\api\plugins\publish_plugin_instance.py”, line 309, in _handle_plugin_error
yield
File “X:\PROJECTS_CONFIG\lsds\install\app_store\tk-multi-publish2\v2.9.0\python\tk_multi_publish2\api\plugins\publish_plugin_instance.py”, line 205, in run_publish
self._hook_instance.publish(settings, item)
File “X:\PROJECTS_CONFIG\lsds\install\app_store\tk-nuke\v0.15.1\hooks\tk-multi-publish2\basic\submit_for_review.py”, line 298, in publish
raise Exception(
Exception: Review submission failed. Could not render and submit the review associated sequence.

templates.yml WORKING PUBILSH WITH INCORRECT NAME AND INCORRECT PATH:

nuke_shot_render_stereo: # RENDER OUTPUT PATH
    definition: '@shot_root/work/RENDERS/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.{SEQ}.exr'
nuke_shot_render_pub_stereo:
    definition: '@shot_root/publish/elements/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.{SEQ}.exr'
nuke_shot_render_mov:  #MOV OUTPUT PATH
    definition: '@shot_root/work/QUICKTIMES/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.mov'
nuke_shot_render_pub_movie:
    definition: '@shot_root/publish/elements/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.mov'
# review output
shot_quicktime_quick:
    definition: '@shot_root/review/quickdaily/{Shot}_{name}_{iteration}.mov'
nuke_shot_render_movie:
    definition: '@shot_root/review/{Shot}_{name}_{nuke.output}_v{version}.mov'

templates.yml CORRECT NAME AND PATH BUT PUBLISH IS NOT WORKING

nuke_shot_render_stereo: # RENDER OUTPUT PATH
    definition: '/TEST_SOFIA/{Sequence}/{Shot}/_90-RENDER/{Shot}_{Step}_v{version}/{name}_v{version}.{SEQ}.exr'
nuke_shot_render_pub_stereo:
    definition: '@shot_root/publish/elements/{name}/v{version}/{Shot}_{name}_v{version}.{SEQ}.exr'
nuke_shot_render_mov:  #MOV OUTPUT PATH
    definition: '@shot_root/work/QUICKTIMES/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.mov'
nuke_shot_render_pub_movie:
    definition: '@shot_root/publish/elements/{name}/v{version}/{Shot}_{name}_{nuke.output}_{eye}_v{version}.mov'
# review output
shot_quicktime_quick:
    definition: '@shot_root/review/quickdaily/{Shot}_{name}_{iteration}.mov'
nuke_shot_render_movie:
    definition: '@shot_root/review/{Shot}_{name}_{nuke.output}_v{version}.mov'