Hey all,
I’ve set up our local AYON server instance and everything is working so far other than the Flame plugin.
Has anyone had success setting in this up with this version of flame?
I’m using version 1.0.0 of plugin and have set the environment variables correctly as far as I can tell.
It seems to be falling down after creating the project when trying to get the user list from wiretap, the project is visible in flame after running the app in AYON launcher.
I’m running AYON Core 1.0.14 and testing on a Mac Studio running Sonoma 14.5.
This is the output from the AYON console:
ERROR:
Traceback (most recent call last):
File "/Users/tvn/Library/Application Support/AYON/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 488, in <module>
app_args = wiretap_handler.get_launch_args(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tvn/Library/Application Support/AYON/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 83, in get_launch_args
user_name = self._user_prep(user_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/tvn/Library/Application Support/AYON/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 252, in _user_prep
used_names = self._get_usernames()
^^^^^^^^^^^^^^^^^^^^^
File "/Users/tvn/Library/Application Support/AYON/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 298, in _get_usernames
raise AttributeERROR(
AttributeERROR: Cannot get number of volumes: Invalid node 'users'
These are my environment variables in the AYON studio settings:
Thanks!