singularity icon indicating copy to clipboard operation
singularity copied to clipboard

Couldn't search library: request did not succeed

Open sysmso opened this issue 2 years ago • 7 comments

Hi, For a few days we have been encountering the following message during a "singularity search" : FATAL: Couldn't search library: request did not succeed: http status code: 504 Kind regards

sysmso avatar Jan 11 '23 10:01 sysmso

Thank you for your feedback. Is there a specific search term that is causing issue?

EmmEff avatar Jan 11 '23 12:01 EmmEff

Any terms I think, i've tried "centos", "ubuntu" all terms end up in a timeout.

sysmso avatar Jan 11 '23 12:01 sysmso

We will investigate and followup here as soon as possible. Thanks again.

EmmEff avatar Jan 11 '23 12:01 EmmEff

Here is the API call if it help :

curl "https://library.sylabs.io/v1/search?arch=amd64&value=ubuntu"
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx</center>
</body>
</html>

sysmso avatar Jan 11 '23 13:01 sysmso

Some APIs have rate limits, and if you exceed them, you might receive a 504 error. Check if the API you are using has any rate limiting restrictions.

avaneesh1999 avatar Oct 18 '23 05:10 avaneesh1999