ynput/ayon-kitsu

Kitsu Edit tasks not supported

Closed this issue · 0 comments

Using:

  • ayon-kitsu 1.0.0
  • kitsu service: 1.0.0
  • ayon: 1.0.0-rc.3+202312181416
  • Kitsu: 0.17.49

Kitsu Edits feature - cgwire/kitsu#801

To replicate:

  1. Go to a Project
  2. Go to Settings
  3. Go to Task Types
  4. Add 1 or more task types under Edit
  5. Select Edits
  6. Add a new edit
  7. Sync Ayon Project with Kitsu Project

Problem:
The sync throws an error at https://github.com/ynput/ayon-kitsu/blob/develop/server/kitsu/push.py#L232 and does not continue to sync other tasks.

Temp fix:
I have added a temp fix to allow the error to be logged but the sync to continue for all other tasks.
038bb9b