tt-acm / EnergyAnalysisForDynamo

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

Load Analysis Results add error handle for 'bad request' exception #91

Closed eertugrul closed 9 years ago

eertugrul commented 9 years ago

The node returns 'bad request' error if the simulation has not been completed yet.

error

_Check status of run before send the request for results, if not completed return null and add the report... _Add a 'report' to indicate run completion status and detailed status.

eertugrul commented 9 years ago

As discussed I added a defense for sending request before the simulation. just changed the output message as {"RunStatus: {0}% - {1}", percentStatus, runStatus.DetailedStatus Run Status 0% - Run Submitted for analysis!

image