matthiaskoenig / fbc_curation

FROG analysis in python for the reproducibility of FBC models
https://runfrog.de
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Error when uploading a model or creating a report via the web interface of runfrog.de #54

Closed draeger closed 2 years ago

draeger commented 2 years ago

Here is the original error message:

{
 "errors": [
  "[Errno 2] No such file or directory: '/tmp/tmparku_3yh/file'",
  "Traceback (most recent call last):\n  File \"/code/src/fbc_curation/api.py\", line 170, in frog_from_file\n    with open(path) as f:\nFileNotFoundError: [Errno 2] No such file or directory: '/tmp/tmparku_3yh/file'\n"
 ],
 "warnings": [],
 "info": {}
}
matthiaskoenig commented 2 years ago

Hi @draeger, Thanks for the report. Transferred the issue to the right repository. I am still in the process of finishing the web service ;) This is not a working version yet. Took some time to get all the task queues and monitoring getting setup and will provide a working version tonight. Best M