-
Notifications
You must be signed in to change notification settings - Fork 43
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
Audit randomly fails due to 503 (Yarn and NPM) #75
Comments
This is very strange indeed! I don't think I have encountered this personally within the |
|
Hi again, You are not alone on this issue. It has now happened on this project as well and seems to be an issue for others. Note that it is independent of CircleCI as it happened for both of our CircleCI and Travis-CI builds. At this time, it seems as if the only options for now would be a retry mechanism. |
Thank you for the information 😄 Well, it is a good news in a way: it seems that NPM is aware of the issue and working on it. |
Hi. In my opinion, it would be great to integrate a retry mechanism into audit-ci. What do you think about it? |
Just chiming in that we have had this happen multiple times in different projects and different environments/OSs, so it's definitely a thing. Always gets fixed by rerunning the task so retry mechanism would indeed be a great addition, especially if it just checks if the error is the one mentioned above ("does not support" & "npmjs.org") -> try again. |
Released in v1.7.0 |
Hello,
I am using
audit-ci
in my CircleCI workflow (thank you for this package). I have a annoying issue: sometimes, the audit fails with the error:I understand this seems to be an error from NPM server and not
audit-ci
itself, however, I never encountered this error while runningnpm audit
locally on the project.This error is very random: sometimes it occurs 5 times in a row, sometimes it does not happen for days.
Did some of you stumble upon this issue? Do you know if we can implement some kind of retying mechanism in
audit-ci
to circumvent it?Thank you
The text was updated successfully, but these errors were encountered: