You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and added correct labels.
Description
Current Behavior
I cannot open flame 2025 from the application launcher. I get the following error:
Output:
WireTap connected at 'gss-flm03'...
WireTap closed...
ERROR:
Traceback (most recent call last):
File "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 488, in <module>
app_args = wiretap_handler.get_launch_args(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/AYON/storage/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 "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 252, in _user_prep
used_names = self._get_usernames()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/AYON/storage/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'
==============================
Traceback (most recent call last):
File "/opt/AYON/storage/addons/core_1.0.14-bk.2/ayon_core/tools/launcher/models/actions.py", line 406, in trigger_action
action.process(selection)
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/action.py", line 116, in process
self.application.launch(
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/defs.py", line 306, in launch
return self.manager.launch(self.full_name, *args, **kwargs)
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/manager.py", line 173, in launch
return self.launch_with_context(context)
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/manager.py", line 149, in launch_with_context
return launch_context.launch()
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/manager.py", line 597, in launch
self.run_prelaunch_hooks()
File "/opt/AYON/storage/addons/applications_1.0.3/ayon_applications/manager.py", line 581, in run_prelaunch_hooks
prelaunch_hook.execute()
File "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/hooks/pre_flame_setup.py", line 123, in execute
app_arguments = self._get_launch_arguments(data_to_script)
File "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/hooks/pre_flame_setup.py", line 210, in _get_launch_arguments
run_subprocess(args, **process_kwargs)
File "/opt/AYON/storage/addons/core_1.0.14-bk.2/ayon_core/lib/execute.py", line 167, in run_subprocess
raise RuntimeERROR(exc_msg)
RuntimeERROR: Executing arguments was not successful: "([ '/opt/Autodesk/python/2025.2.2/bin/python', '/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py', '/tmp/tmpue_w13y0.json' ],)"
Output:
WireTap connected at 'gss-flm03'...
WireTap closed...
ERROR:
Traceback (most recent call last):
File "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 488, in <module>
app_args = wiretap_handler.get_launch_args(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/AYON/storage/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 "/opt/AYON/storage/addons/flame_1.0.0/ayon_flame/api/scripts/wiretap_com.py", line 252, in _user_prep
used_names = self._get_usernames()
^^^^^^^^^^^^^^^^^^^^^
File "/opt/AYON/storage/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'
After going through the code, and reading the autodesk release notes, I figured out that removing the user profile creation from wiretap_com.py fixes the issue.
Expected Behavior
Flame will open without issue
Steps To Reproduce:
No response
Additional context:
Version
ayon-flame 1.0.0
What platform were you running when you found the bug?
Linux - Rocky9
Relevant log output:
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
Current Behavior
I cannot open flame 2025 from the application launcher. I get the following error:
After going through the code, and reading the autodesk release notes, I figured out that removing the user profile creation from
wiretap_com.py
fixes the issue.Expected Behavior
Flame will open without issue
Steps To Reproduce:
No response
Additional context:
Version
ayon-flame 1.0.0
What platform were you running when you found the bug?
Linux - Rocky9
Relevant log output:
The text was updated successfully, but these errors were encountered: