-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]: Failed to install browsers on ubuntu 22.04 #30503
Comments
Same issue here. Looks like an issue with the packages.microsoft.com registry and not necessarily related to Playwright. Since Playwright is a Microsoft product here's to hoping they can escalate this issue internally. |
Same issue here - we're running in Azure DevOps Pipelines and seeing this:
|
Yeah, same issue here, my Build Pipeline is failing since I can't install playwright on GitHub Actions anymore. |
+1 |
You can apply the workaround mentioned here actions/runner-images#9733 (comment) add this line before running playwright install
Edit: Seems fixed so the workaround shouldn't be needed anymore |
same issue here |
Helped me as well, thanks! |
yeah this workaround works. |
Crossposting this related issue discussion: https://github.com/orgs/community/discussions/120966 |
The problem has disappeared for us. |
This was a registry outage that is fixed now: microsoft/linux-package-repositories#130 (comment) |
Closing as per above. |
Version
1.43.1
Steps to reproduce
Browser installation process stopped working on CI. Tried multiple versions and repos
Error happening with next command:
npx playwright install
Expected behavior
I expect browsers to be installed
Actual behavior
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: