Conversation
BigRoy
requested changes
Apr 7, 2026
Contributor
There was a problem hiding this comment.
Getting this in Workfiles tool:
Failed to execute event callback < EventCallback - _on_task_changed > C:\roydev\dev\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget_workarea.py
Traceback (most recent call last):
File "C:\roydev\dev\ayon-core\client\ayon_core\lib\events.py", line 332, in process_event
callback(event)
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget_workarea.py", line 162, in _on_task_changed
self._fill_items()
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget_workarea.py", line 180, in _fill_items
self._fill_items_impl()
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\workfiles\widgets\files_widget_workarea.py", line 200, in _fill_items_impl
user_items_by_name = self._controller.get_user_items_by_name()
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\workfiles\control.py", line 290, in get_user_items_by_name
return self._users_model.get_user_items_by_name(project_name)
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\common_models\users.py", line 145, in get_user_items_by_name
for user_item in self.get_user_items(project_name)
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\common_models\users.py", line 130, in get_user_items
self._invalidate_cache(project_name)
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\common_models\users.py", line 173, in _invalidate_cache
self._users_cache[project_name].update_data([
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\common_models\users.py", line 174, in <listcomp>
UserItem.from_entity_data(user)
File "C:\roydev\dev\ayon-core\client\ayon_core\tools\common_models\users.py", line 102, in from_entity_data
user_data["attrib"]["fullName"],
KeyError: 'attrib'No workfiles are listed due to this error.
Other than that, publishing, loading and managing seems fine in Maya, Blender, Photoshop and Fusion.
BigRoy
approved these changes
Apr 7, 2026
Contributor
BigRoy
left a comment
There was a problem hiding this comment.
Workfiles tool issue gets fixed by ynput/ayon-core#1780 (review) and then all seems fine for me.
We may need to enforce newer ayon-core release then with the new launcher build?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog Description
Updated ayon api to 1.2.16.
Testing notes: