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

Deadline submission is broken after refactoring for JobInfo #81

Open
1 task done
kalisp opened this issue Dec 4, 2024 · 0 comments
Open
1 task done

Deadline submission is broken after refactoring for JobInfo #81

kalisp opened this issue Dec 4, 2024 · 0 comments

Comments

@kalisp
Copy link
Member

kalisp commented Dec 4, 2024

Is there an existing issue for this?

  • I have searched the existing issues and added correct labels.

Description

Current Behavior

Traceback (most recent call last):
  File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\core_1.0.10\ayon_core\pipeline\publish\lib.py", line 451, in filter_pyblish_plugins
    plugin.apply_settings(project_settings)
  File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\blender_0.2.6\ayon_blender\plugins\publish\collect_file_dependencies.py", line 19, in apply_settings
    settings = project_settings[ "deadline"]["publish"]["BlenderSubmitDeadline" ]  # noqa
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
KeyERROR: 'BlenderSubmitDeadline'

Expected Behavior

Shouldnt fail, BlenderSubmitDeadline was removed from Setting, needs to be replaced by content from instance.data["deadline"]["job_info"]

Steps To Reproduce:

No response

Additional context:

Version

Occurs when using https://github.com/ynput/ayon-deadline/releases/tag/0.5.0

Relevant log output:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant