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

CLI hangs on "generating results..." #2628

Closed
paulirish opened this issue Jun 30, 2017 · 2 comments
Closed

CLI hangs on "generating results..." #2628

paulirish opened this issue Jun 30, 2017 · 2 comments

Comments

@paulirish
Copy link
Member

with what's on master:

lighthouse --perf "chrome://version" --output=json > file2.json

image

Just hangs there indefinitely until this error:

(node:49615) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 3): Error: The asynchronous expression exceeded the allotted time of 60s
(node:49615) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

@patrickhulce
Copy link
Collaborator

Hmmm, interesting latest master for me doesn't hang or crash, but there's a 50/50 chance of timing out on waiting for the page to load. Might be related to waiting for CPU idle?

@patrickhulce
Copy link
Collaborator

Well of course now I can't get it to timeout anymore. Looks like we're missing more DOM.enable calls though

image

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

No branches or pull requests

2 participants