-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP 524 Error in v1.1.1 #429
Comments
There are no meaningful changes in how we access the ClearlyDefined API between those versions. We're using the HTTPClient from the JRE, so -- unless you're using a different JRE to invoke the tool -- there are no differences there. To the best of my knowledge, the calls to the API are identical in these (and every other) version. 500 level responses describe server errors. My experience has been that the ClearlyDefined server sometimes does this and you just have to wait and try again. We don't currently handle rate limits and what-not, but a 524 does not describe a rate limit related problem. My assumption at this point is that difference must be an unfortunate consequence of timing. Does the problem still exist? HTTP 524 is a timeout error, so you might try playing with the Another option might be to lower the batch size with the I'll add some debug code to the HTTP client so that we can at least capture the response headers to see if there's anything helpful in there. |
I've pushed an update that will appear in the next build. If you're still getting the error, please add |
Situation
I tried to update the
DEPENDENCIES
file of eclipse-tractusx/eclipse-tractusx.github.io.Problem
When using the latest Dash tool in version 1.1.1, the update fails with the HTTP 524 error, even after several tries:
First try:
Second try:
When using the older version 1.1.0, it works:
Used Versions
The text was updated successfully, but these errors were encountered: