Workflow
We are trying to update Revit parameters using Excel: Excel | Speckle Docs. It was working great!
Issue
Unfortunately, it doesn’t work anymore. Even when I try to receive an old commit from Excel that has worked before. No error shows up, just the Speckle progress bar not doing anything after a few seconds.
We believe the underlying issue is that a change has made to the code base that requires objects to have an id property. This id isn’t generated when sending from Excel.
Workaround
It’s possible to manually specify the id in Excel to make it work again as you can see in the screenshot below. It’s possible to receive this data in Revit rac_basic_sample_project.rvt and it works again like a charm!
I just manually created some completely arbitrary hashes with only the last 4 digits changing. But this isn’t a decent solution of course.
Ah yes of course, makes sense that the ids should be generated on the server…
Not sure what is going on, but I get this error (connecting with our own Speckle servers works just fine). We’ll investigate a bit more internally and get back to you.
EDIT: initially I get the normal log in window of the Speckle Excel connector, I fill in my correct email and password, then click on LOG IN and get this error.
Thanks for the report @JdB , I finally managed to look into this and patched the issue.
Now objects are hashed correctly and after a quick test, I can see the Revit elements are updating again.