Econ-Runs 404 Client Error: Not Found for url

Hello,

We are getting a 404 error saying that this URL cannot be found:

https://api.combocurve.com/v1/projects/60a689e71790070012052744/scenarios/60a68dd6be0a8f16785532d8/econ-runs/622f92a709f9610013df7a1c

We got the project/scenario/econ-run ids through the api. Is there a way to check why are we getting this error?

Eduardo,

The most likely reason why this would happen, is that somebody re-ran economics. The current behavior in the ComboCurve app is that the previous run will get deleted when a new run is started.

Regards

Thank you Maikel, that makes sense.

2 Likes

It could also be that the project id or scenario id in the URL don’t exist:

  • List your projects using GET /v1/projects and double check that a project with id 60a689e71790070012052744 exists.
  • List your projects using GET /v1/projects/{project-id-here}/scenarios and double check that a scenario with id 60a68dd6be0a8f16785532d8 exists.

(But this is not your case :wink: )

Regards