You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client reported that the shot/clip creator from 1.0.0 ignore the site settings for the following:
segment index
source res (needs to be added)
Also random issues appears with previous marker data:
Creator: Editorial Plate (io.ayon.creators.flame.plate)
Error: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/mnt/home/tom/.local/share/AYON/addons/core_1.0.9/ayon_core/pipeline/create/context.py", line 1914, in _save_instance_changes
creator.update_instances(update_list)
File "/mnt/home/tom/.local/share/AYON/addons/flame_1.0.0/ayon_flame/plugins/create/create_shot_clip.py", line 147, in update_instances
instances_data = marker_data[_CONTENT_ID]
TypeError: 'NoneType' object is not subscriptable
and
Creator: Editorial Shot (io.ayon.creators.flame.shot)
Error: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/mnt/home/tom/.local/share/AYON/addons/core_1.0.9/ayon_core/pipeline/create/context.py", line 1914, in _save_instance_changes
creator.update_instances(update_list)
File "/mnt/home/tom/.local/share/AYON/addons/flame_1.0.0/ayon_flame/plugins/create/create_shot_clip.py", line 147, in update_instances
instances_data = marker_data[_CONTENT_ID]
TypeError: 'NoneType' object is not subscriptable
Finally audio export does not work, it seems like it was being handled like a video (asking for height & width)
How to replicate the issue?
No response
Additional context:
link to discussion on Discord (might be a private channel)
This issue was automatically created from Clickup ticket AY-7250
The text was updated successfully, but these errors were encountered:
Please describe the issue you have encountered?
Client reported that the shot/clip creator from 1.0.0 ignore the site settings for the following:
segment index
source res (needs to be added)
Also random issues appears with previous marker data:
Creator: Editorial Plate (io.ayon.creators.flame.plate)
Error: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/mnt/home/tom/.local/share/AYON/addons/core_1.0.9/ayon_core/pipeline/create/context.py", line 1914, in _save_instance_changes
creator.update_instances(update_list)
File "/mnt/home/tom/.local/share/AYON/addons/flame_1.0.0/ayon_flame/plugins/create/create_shot_clip.py", line 147, in update_instances
instances_data = marker_data[_CONTENT_ID]
TypeError: 'NoneType' object is not subscriptable
and
Creator: Editorial Shot (io.ayon.creators.flame.shot)
Error: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "/mnt/home/tom/.local/share/AYON/addons/core_1.0.9/ayon_core/pipeline/create/context.py", line 1914, in _save_instance_changes
creator.update_instances(update_list)
File "/mnt/home/tom/.local/share/AYON/addons/flame_1.0.0/ayon_flame/plugins/create/create_shot_clip.py", line 147, in update_instances
instances_data = marker_data[_CONTENT_ID]
TypeError: 'NoneType' object is not subscriptable
Finally audio export does not work, it seems like it was being handled like a video (asking for height & width)
How to replicate the issue?
No response
Additional context:
link to discussion on Discord
(might be a private channel)
This issue was automatically created from Clickup ticket AY-7250
The text was updated successfully, but these errors were encountered: