Skip to content
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

Stuck with puppeteer v21.0.1 #15588

Open
2 tasks done
Amerousful opened this issue Nov 5, 2023 · 2 comments
Open
2 tasks done

Stuck with puppeteer v21.0.1 #15588

Amerousful opened this issue Nov 5, 2023 · 2 comments

Comments

@Amerousful
Copy link

Amerousful commented Nov 5, 2023

FAQ

URL

https://github.com

What happened?

Run just stucks. After a while, I found that the reason is puppeteer version in this commit.
puppeteer 20.8.0 - works
puppeteer 21.0.1 - doesn't work

What did you expect?

That it will work...

What have you tried?

I tested 10.4.0 vs 11.0.0. In 10.4.0 everything okay, but in 11.0.0 it stucks forever.
When I used lighthouse programmatically I overrided puppeteer version, and then it works fine.

I used this Docker image for testing. It already has Chrome, and you need install only particular lighthouse version.
Command for reproducing:

lighthouse --chrome-flags="--headless=new --no-sandbox --ignore-certificate-errors --disable-dev-shm-usage" https://github.com
image 749 image 750

How were you running Lighthouse?

CLI

Lighthouse Version

11.0.0

Chrome Version

107.0.5304.62

Node Version

20.9.0

OS

Linux 29b727053b9e 6.4.16-linuxkit #1 SMP PREEMPT Wed Oct 25 16:32:24 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux

Relevant log output

No response

@adamraine
Copy link
Member

I can't reproduce outside Docker so it's possibly something in the Docker environment. Does this reproduce with the latest version of Lighthouse (v11.3.0)?

@Amerousful
Copy link
Author

Yep, seems like it releates with Docker environment. I tried on Mac, and didn't caught this bug.
Yes, it does, it reproduces with 11.3.0, because puppeteer still here. When I used programatically 11.3.0 I just overrided puppeteer to 20.8.0, and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment