LAPIS icon indicating copy to clipboard operation
LAPIS copied to clipboard

Tried API in browser, got error

Open minecx opened this issue 1 year ago • 0 comments

Hi, I was playing with the public API by going to the following URL:

https://lapis.cov-spectrum.org/open/v1/sample/details

My browser kept loading for ~2mins but returned this error message:

{
    "errors": [
        {
            "message": "Unexpected error: Please report it to https://github.com/cevo-public/LAPIS/issues"
        }
    ],
    "info": {
        "apiVersion": 1,
        "dataVersion": -1,
        "deprecationDate": null,
        "deprecationInfo": null,
        "acknowledgement": null
    },
    "data": null
}

So here I am reporting this issue (or it might be a problem that doesn't exist, as normally we wouldn't be using an API like this?)

I'm using Safari Version 16.4 (18615.1.26.110.1). Let me know if you need any other information from me!

Thanks in advance for your attention!

minecx avatar May 17 '23 15:05 minecx