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.

5.5.0 throws error Could not find browser revision 809590.

See original GitHub issue

There is something definitely wrong with this version. I have a docker container that I have been using for many versions. It has always worked. I updated the puppeteer version to 5.5.0, only change I made. It doesn’t work, I get an exception on start every time:

"Could not find browser revision 809590. Run "PUPPETEER_PRODUCT=firefox npm install" or "PUPPETEER_PRODUCT=firefox yarn install" to download a supported Firefox browser binary."

The docker container builds itself from scratch every single time. I use a builder container, so its definitely not caused by residual node_modules or anything like that. I revert the version number back to 5.4.1 and everything works again. It’s very bizarre.

I have ENV PUPPETEER_PRODUCT=chrome set in the container as well as product: "chrome" set in launch configuration and it STILL throws this error. My assumption is something is wrong with how it’s downloading the Chrome instance into node_modules in the new release. I tried node 14.15.0 as well with the same results.

Pretty sure this is a bug as its 100% repeatable for me by only changing the version number of the package.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:11

github_iconTop GitHub Comments

1reaction
elucidsoftcommented, Dec 9, 2020

And they ignore this completely lol

0reactions
stale[bot]commented, Jul 23, 2022

We are closing this issue. If the issue still persists in the latest version of Puppeteer, please reopen the issue and update the description. We will try our best to accomodate it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find browser revision 809590 #6560 - GitHub
Getting this error in my Ubuntu GitHub Actions CI pipeline. I'm on version 5.5.0. Only a downgrade to 5.4.0 fixes things.
Read more >
Error: Could not find browser revision 756035. Run "npm install"
I am getting following exception. (node:7008) UnhandledPromiseRejectionWarning: Error: Could not find browser revision 756035.
Read more >
puppeteer-core - npm
Puppeteer is a Node.js library which provides a high-level API to control Chrome/Chromium over the DevTools Protocol.
Read more >
How to find the right CHROMIUM_REVISION value for a given ...
But the problem is to map the application version (for example, 92.x) to the revision that can be successfully installed.
Read more >
puppeteer@16.2.0 - Deno
Puppeteer is a library which provides a high-level API to control Chrome, Chromium, or Firefox Nightly over the DevTools Protocol.
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