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

core(driver): checkForQuiet bugfix to properly handle setTimeout() #16155

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

aguidrevitch
Copy link

Summary

The PR fixes unhandled rejections which happen in setTimeout(checkForQuiet).

It is a bugfix.

When target page gets closed during waitForCPUIdle, lighthouse crashes.

@aguidrevitch aguidrevitch requested a review from a team as a code owner August 18, 2024 16:30
@aguidrevitch aguidrevitch requested review from adamraine and removed request for a team August 18, 2024 16:30
@adamraine
Copy link
Member

When target page gets closed during waitForCPUIdle, lighthouse crashes.

Can you describe this bug in a bit more detail? If the target page is closed then a crash seems perfectly reasonable to me.

@aguidrevitch
Copy link
Author

When target page gets closed during waitForCPUIdle, lighthouse crashes.

Can you describe this bug in a bit more detail? If the target page is closed then a crash seems perfectly reasonable to me.

In my particular case, I'm not using lighthouse as a cli tool, I'm calling gotoURL() directly, so I want to handle this exception gracefully and wind down correctly. Right now - node just exits.

@adamraine
Copy link
Member

Using gotoURL directly isn't something we officially support

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

Successfully merging this pull request may close these issues.

3 participants