Closed dtrudg closed 4 years ago
Yeah I’m aware of this. For now just assume that the body of 429 indicates this error. I won’t be doing server work for some time.
Code is updated, will go live with next round of server work (and I'll update the issue here).
okay the server is updated, so the issue should be resolved (the response message is formatted as you specified with the correct status). Thanks for reporting this, sorry for the delay, and please re-open if anyone reports issue.
:+1:
FATAL [U=1000,P=42195] pullRun() While pulling shub image: error fetching image to cache: failed to get manifest for: shub://vsoch/hello-world: 429 Too Many Requests
hooray! So happy to see an error message (said no one ever, except for today!) Have a good weekend @dctrud and thanks again.
Version of Singularity
3.5.3
Error on Singularity Hub
What do you think is going on?
Singularity Hub is returning a response that is the text '429' (too many requests), but the HTTP status code on the response is 200 - so Singularity is trying to interpret it as a successful request.
The HTTP code on the response should be set to
429
rather than200 OK
so that clients raise the appropriate error.