tt-acm / EnergyAnalysisForDynamo

Dynamo <> Autodesk Green Building Studio interoperability
Other
29 stars 18 forks source link

GetAnalysisResults.GetProjectList failing #77

Closed bhowes-tt closed 9 years ago

bhowes-tt commented 9 years ago

Regardless of whether I'm signed in to Autodesk 360 or not in Vasari, I get the following error when trying to get a list of projects, using the demo file in the GBS_Performance... folder.

image

I'm using the currently released package (0.2.1) and the latest Dynamo daily: image

eertugrul commented 9 years ago

@bhowes-tt this must be on server side! Http status code for 401 is

"401 Unauthorized Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided."

I have never had this problem. The node force the user sign-in. If no signed in already in Revit, Sign In window prompts out. The password or the id are not matched, it does't allow to continue until sign in completed successfully.

image

If user close the window with cancel (X) button, then node throw this message. image

I don't now what this might happen, but my guess is the Autodesk SSO Server was unavailable at that time for some reason.

bhowes-tt commented 9 years ago

I just tried again with the new builds and everything worked fine. Closing this.