When I click on ‘Select Project’ in blender’s Speckle Connector Beta panel it shows below error:
Error: Python: Traceback (most recent call last):
File "C:\Users\Nikul\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\bpy_speckle\connector\ui\project_selection_dialog.py", line 212, in invoke
for id, name in get_workspaces(selected_account_id):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Nikul\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\bpy_speckle\connector\utils\account_manager.py", line 51, in get_workspaces
client = SpeckleClient(host=account.serverInfo.url)
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'serverInfo'
Please gudie what should I do to fix this error.
I would like to connect Revit 2026 and Blender 4.4.
I just checked and i was able to reproduce the issue when no accounts are added. You can resolve this by installing another connector and adding your account from there. We haven’t implemented an “Sign In” UI within Blender as Blender connector is in Alpha. In the meantime, i’ll add a ticket to our backlog to resolve this.
Can you please guide how to ‘You can resolve this by installing another connector and adding your account from there’?
I am new to Speckle.
I installed Revit Connector but it now showing me in Revit2026. From which step I can see Speckle Window in revit so I can login and use?
We fixed the bug. It was introduced after we integrated workspaces into Blender. We’ll cut a release later today and I’ll let you know once you can update the Blender connector.