singularity
singularity copied to clipboard
Couldn't search library: request did not succeed
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
Thank you for your feedback. Is there a specific search term that is causing issue?
Any terms I think, i've tried "centos", "ubuntu" all terms end up in a timeout.
We will investigate and followup here as soon as possible. Thanks again.
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>
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.