[Bug]: Error running playwright install
See original GitHub issuePlaywright version
1.12.0
Operating system
Linux
What browsers are you seeing the problem on?
No response
Other information
.NET 5 app,
What happened? / Describe the bug
Error when running playwright install Failed to install browsers #21 1.129 Error: Failed to download chromium, caused by #21 1.129 Error: certificate is not yet valid
Everything worked 3 days before
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
[BUG] Error whilst attempting to install Playwright with ...
This error occurs when trying to install and run these Playwright tests in CI using Github Actions. The action fails during the Install...
Read more >Cannot run Playwright test --ui if Playwright package is ...
I'm trying to run npx playwright test --ui to run the playwright e2e test files, I believe this keys off of the "@playwright/test"...
Read more >How to Fix Playwright Install Error when using Auto-py-to-exe ...
Learn how to fix a common error when using the # playwright library in your #Python script with #pyinstaller or #autopytoexe to create...
Read more >Debugging Tests
With the VS Code extension you can debug your tests right in VS Code, see error messages, set breakpoints and step through your...
Read more >Running playwright tests - Help
Hello, I am unable to get playwright to run tests. I am able to get the playwright cli command to run using the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Which Linux distribution are you using? This is likely because your Linux installation has not the latest root certificates locally, so an
apt-get update && apt-get upgrade
should probably fix it.Closing due to inactivity.