Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AY-7250_Minor shot/clip creator bugs from ayon-flame 1.0.0 #42

Open
ynbot opened this issue Dec 11, 2024 · 0 comments · May be fixed by #44
Open

AY-7250_Minor shot/clip creator bugs from ayon-flame 1.0.0 #42

ynbot opened this issue Dec 11, 2024 · 0 comments · May be fixed by #44
Assignees
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working

Comments

@ynbot
Copy link
Contributor

ynbot commented Dec 11, 2024

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

@ynbot ynbot added sponsored This is directly sponsored by a client or community member type: bug Something isn't working labels Dec 11, 2024
@robin-ynput robin-ynput linked a pull request Dec 11, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored This is directly sponsored by a client or community member type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants