ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
7 stars 5 forks source link

Kitsu Edit tasks not supported #12

Closed scottmcdonnell closed 8 months ago

scottmcdonnell commented 8 months ago

Using:

Kitsu Edits feature - https://github.com/cgwire/kitsu/discussions/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. https://github.com/ynput/ayon-kitsu/commit/038bb9bc1d18b3b08f313e6bbe5ab0ddd9832ed9