How to debug a run when it fails

Now that we have more users on the platform we can see more runs that are failing. Since the debugging process is different from what you are used to in Grasshopper you might be wondering how to debug a run thar fails. Here is how:

:memo: Iā€™m going to use this job as an example.

  1. When you get a failed status go to the job page. Go to the bottom of the page and click on the failed run. That should take you to the run page.

  2. Inside the run page click on Debug tab. That will open the debug window where you can see every step of the execution.

  3. Click on the last red circle in the execution tree. You will see the information for that step of the run on the right side and the error should be in the logs.

In this particular case, the model had no sensor grids which is required for a grid-based study! Time to fix the issue in your model and trying again.

Hope it helps!

1 Like

Thank you, just what was required. :slight_smile:

A post was split to a new topic: Parametric energy model failing run