Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon does not show up in Utilities tab after running #1

Closed
poetro0 opened this issue May 21, 2024 · 3 comments · Fixed by #2
Closed

Icon does not show up in Utilities tab after running #1

poetro0 opened this issue May 21, 2024 · 3 comments · Fixed by #2

Comments

@poetro0
Copy link

poetro0 commented May 21, 2024

By following the setup instructions and then running the Add-In, the icon does not appear on the Utilities tab, but Fusion does say the program is running.

@siliconlad
Copy link
Member

siliconlad commented May 21, 2024

Can you show me the output of the text commands window @poetro0? You can access this by going to File > View > Show Text Commands

@poetro0
Copy link
Author

poetro0 commented May 22, 2024

**Here it is. I stopped and reran it **

===== Error =====
run
Traceback (most recent call last):
File "C:/Users/pietr/Downloads/Fusion-Exporter-0.1.0/FusionExporter.py", line 7, in run
entry.start()
File "C:\Users/pietr/Downloads/Fusion-Exporter-0.1.0\commands\entry.py", line 28, in start
cmd_def = ui.commandDefinitions.addButtonDefinition(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/pietr/AppData/Local/Autodesk/webdeploy/production/2f98b3925294fb88cbae05383e953941ed5106e7/Api/Python/packages\adsk\core.py", line 6330, in addButtonDefinition
return _core.CommandDefinitions_addButtonDefinition(self, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: 3 : invalid id

===== Error =====
run
Traceback (most recent call last):
File "C:/Users/pietr/Downloads/Fusion-Exporter-0.1.0/FusionExporter.py", line 7, in run
entry.start()
File "C:\Users/pietr/Downloads/Fusion-Exporter-0.1.0\commands\entry.py", line 28, in start
cmd_def = ui.commandDefinitions.addButtonDefinition(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users/pietr/AppData/Local/Autodesk/webdeploy/production/2f98b3925294fb88cbae05383e953941ed5106e7/Api/Python/packages\adsk\core.py", line 6330, in addButtonDefinition
return _core.CommandDefinitions_addButtonDefinition(self, *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: 3 : invalid id

@siliconlad siliconlad linked a pull request May 24, 2024 that will close this issue
@siliconlad
Copy link
Member

Managed to reproduce the error. It should be fixed now in the latest release @poetro0. Thanks for bringing it to my attention!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants