Hello Community,
I’m running into an issue when I try to receive a structural analysis model object with operations.receive
. Currently in my code when I try to receive object data for RevitInstance
it works fine with no issues, but as soon as I try to receive object data from a structural analysis model I’m getting the following error below although the sourcing of the objectId
happens the exact same way and I’ve verified the objectId
through calling the ThreadHistory
query in the GraphQL API explorer
. I’m still getting that the objectId
hasn’t been found when I place it in the operations.receive
though. I have a theory that it might be from an SQLite thread issue because I am getting another error message with the first one that can be found below, but why is this happening for the structural analysis models and not the Revit Models. For context that Structural Analysis model was imported from ETABS connector while the RevitModel was imported from the Revit connector. I’ve attached a screenshot of where the error is occurring in my code it’s specifically happening in the operations.receive