question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug]: Error running playwright install

See original GitHub issue

Playwright 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:closed
  • Created 2 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mxschmittcommented, Jul 12, 2021

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.

0reactions
avodovnikcommented, Jul 20, 2021

Closing due to inactivity.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found