-
Notifications
You must be signed in to change notification settings - Fork 25
Seeing occasional Forbidden (403)
errors when running wsl.exe --update
#72
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
Comments
They do not. On the 2025 runners, the update is already installed, so no update is necessary, so this problem does not happen. Another important option is, to complain to the GHA action runners either in separate issues, or by raising your voice in actions/runner-images#10563. |
Thanks @Vampire, that makes sense. It almost makes it sound like there is some rate limiting going on, if a certain machine/worker from GH happens to perform WSL requests |
If it does not handle that situation properly, return HTTP response 429 which is meant for that, yes. In my tests that could maybe be true as I do many such requests, but actually it should only be one per job, so even there I'd doubt it is that. I have no idea what causes it, just that it would be mitigated and also save time if the update would already be installed on the runner image. :-( |
@Vampire I can confirm that I didn't see any of these forbidden errors with 2025; on the other hand I'm a bit surprised to see that |
Well, seems there still was an update.
So there probably was some update. |
That would be pretty great, or at least have it configurable. Happy to work on a PR if you don't have the time/want to do it |
Too late, already released as 5.0.0 :-D |
Thank you!! |
Created actions/runner-images#11804. Please add your 👍🏻 to it. |
Are you sure that is the right change to do? |
Uh oh!
There was an error while loading. Please reload this page.
Hi there, thanks for this nice action! Great work!
I wanted to report an issue, and also see if others/you potentially saw a similar issue with GitHub's Windows runners. Note that I only saw this once now of many runs. Looks like a flake somehow:
I'm setting up via
(See example run: https://github.com/angular/angular-cli/actions/runs/13431119282/job/37523040562?pr=29637).
I'll try the Windows 2025 beta runners, but not sure if those suffer the same problems
The text was updated successfully, but these errors were encountered: