Hi There. I am in the process of setting up Ayon at my current studio, have been getting a few funky errors and have managed to solve quite abit of them. My current predicament however is this little error. I would like to note that this is happening when im attempting to sync from Flow to Ayon.
Traceback (most recent call last):
File "/service/processor/processor.py", line 251, in start_processing
handler.process_event(
File "/service/processor/handlers/sync_projects.py", line 34, in process_event
hub.synchronize_projects(source=sync_source)
File "/service/ayon_shotgrid_hub/__init__.py", line 281, in synchronize_projects
match_shotgrid_hierarchy_in_ayon(
File "/service/ayon_shotgrid_hub/match_shotgrid_hierarchy_in_ayon.py", line 150, in match_shotgrid_hierarchy_in_ayon
if not _update_ay_entity(
^^^^^^^^^^^^^^^^^^
File "/service/ayon_shotgrid_hub/match_shotgrid_hierarchy_in_ayon.py", line 232, in _update_ay_entity
f"The AYON entity {ay_entity.name} <{ay_entity.id}> has the " # noqa
^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/ayon_api/entity_hub.py", line 1964, in get_name
raise NotImplementedError(
NotImplementedError: Name is not supported for 'version'.
Now im assuming that in ayon Entities have a Name, except for versions which is what is causing this? I haven’t adjusted the .py script manually, and i dont want to force Ay_entity.entity_type “version” to default to a value if it shouldnt. I would like to find out what the correct method of approaching this from ayon or flow is and what i should change out of the box, or if this actually is a bug i’ve run into.