phi-grib / flame

Modeling framework for eTRANSAFE project
GNU General Public License v3.0
12 stars 10 forks source link

Bug when removing model version and build again model #197

Closed EMVGaron closed 1 year ago

EMVGaron commented 3 years ago

I did a model (cmr) in which I published 3 different versions. Then I removed those versions. Afterwards, I tried to build again the model with a different sdf and this error appeared in the terminal:

[13/Nov/2020` 13:15:02] "GET /api/v1/manage/model/cmr/version/0/parameters HTTP/1.1" 200 21572
Thread Start
[13/Nov/2020 13:15:10] "POST /api/v1/build/model/cmr HTTP/1.1" 200 20
CRITICAL - Unable to load modelID from /home/eric/phi_lab/Inditex/paper_models/models/cmr/ver000001/model-meta.pkl. Aborting...
Not Found: /api/v1/manage/model/cmr/version/0
[13/Nov/2020 13:15:20] "GET /api/v1/manage/model/cmr/version/0 HTTP/1.1" 404 45
Not Found: /api/v1/manage/model/cmr/version/0
manuelpastor commented 1 year ago

fixed