refgenie / refgenconf

A Python object for standardized reference genome assets.
http://refgenie.databio.org
BSD 2-Clause "Simplified" License
3 stars 6 forks source link

All commands fail due to a 404 error for openapi.json #146

Closed ialbert closed 5 months ago

ialbert commented 5 months ago

the command

refgenie listr

fails with the error:

  File "/Users/ialbert/.local/pipx/venvs/refgenie/lib/python3.12/site-packages/requests/models.py", line 977, in json
    raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Upon some digging it appears that the command attempts to load the link

That raises a 404 message at this time hence the response cannot be decoded as JSON

ialbert commented 5 months ago

turns out the failures happen on only one computer, might be a local problem, though very hard to debug