mintproject / mint-ui-lit

New version of the MINT-UI
Apache License 2.0
4 stars 0 forks source link

UI stuck on Downloading software images and data... #556

Closed mosoriob closed 2 years ago

mosoriob commented 2 years ago

Describe the bug UI stuck on Downloading software images and data...

To Reproduce I don't know how to reproduce it. However, I have some ideas

https://dev.mint.isi.edu/ethiopia/modeling/problem_statement/iySBC7ZE40V1wwGXHDeY/9V1Ih8vrndMzQgFHgB4C/31vGdShdU19cPeWZHqI5

The previous thread is failing.

The UI query the database and the response is empty

{
  "data": {
    "execution": []
  }
}

Expected behavior If the response is empty, show a button to resubmit the execution

Additional context Timo is facing the issue too.

Forcing the execution doesn't work

model_id="https://w3id.org/okn/i/mint/b454a399-72ab-4f3a-b1f6-0af46657bea7"
thread_id="31vGdShdU19cPeWZHqI5"

payload="{\"thread_id\":\"${thread_id}\",\"model_id\":\"${model_id}\"}"
curl -X POST \
-H 'Content-type: application/json' \
--data-raw ${payload}  \
'https://dev.ensemble.mint.isi.edu/v1/executionsLocal'
mosoriob commented 2 years ago

This happens when the ensemble manager fails

mosoriob commented 2 years ago

Closing it