-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Showing "lighthouse is warming up" forever #9484
Comments
What is your operating system @torfmaster? Also try updating your Chrome version as 75.0.3770.90 is running behind latest stable. |
This happens when the DT uploader fails. I'm not sure how to check if Lighthouse for a specific version of Chromium uploaded successfully. But it seems the latest versions are good. Please update Chrome and let us know if it is still broken. |
IIRC @connorjclark I believe this also happens in certain distributions of Chromium in unusual linux environments, sorta like the #7246 failure but when they disabled remote modules. |
The operating system is ubuntu 18.04. @patrickhulce I doubt this is caused by my setup as it used to work and stopped working out of the sudden (without having installed any updated of chromium or lighthouse). |
In this case yes it is almost definitely the Chrome version. I'm just saying that in general, this issue also has potential interaction with the OS-specific distribution of Chromium. Did updating to latest stable fix the issue for you @torfmaster? |
same issue! browser: brave 0.68.132 Chromium: 76.0.3809.132 please let me know if some more info is needed. |
Closing as there hasn't been movement in some time. Please comment and we can reopen if you're still seeing this issue. |
Hi |
@brendankenny , I have the same problem on macOS Mojave (version 10.14.6) with Chrome Version 77.0.3865.120 (Official Build) (64-bit) |
Just seeing this issue after updating to Chrome Version 78.0.3904.70 , Windows 10 |
Have that same issue. Started using Canary for Lighthouse Audits now as a "workaround". |
I am also facing same issue . |
I am having this issue as well. Additionally, I cannot get anything to show up in the Accessibility pane in either Chrome or Chrome Canary. MacOS 10.14.6 |
Thanks for reporting! I have a theory, but could use your help to verify. I presume you have just updated / downloaded the newest Stable Chrome? Could you try (a few times) completely killing Chrome, restarting, and running Lighthouse via DevTools? |
I wanted to reproduce the issue before trying to kill the process but it was working again immediately. I've meanwhile rebooted and cleared the cache a dozen times though. |
In my case it was very simple, but you have to come to this solution... I had this issue on Windows10 pro with the actual chrome version. I have an issue when working with debian, I guess admin right are needed too, but htis is not verified, but I will try this tomorrow.... |
Doesn't work for me as well stuck on "lighthouse is warming up" |
Meanwhile the error reappered on my end. I could test the restarting / killing theory and it didn't start working even after a couple of times with and without clearing the cache. |
I am also experiencing the same issue. The lighthouse never stops warming up. |
same for me using brave browser: Version 1.0.0 Chromium: 78.0.3904.97 (Official Build) (64-bit) |
Just adding to the version pool: Fails with:Brave - Version 1.0.1 Chromium: 78.0.3904.108 (Official Build) (64-bit) Works with:Chrome - Version 78.0.3904.108 (Official Build) (64-bit) |
Brave - Version 1.0.1 Chromium: 78.0.3904.108 (Official Build) (64-bit) - fails OS - Pop!_OS 19.10 Chromium Version 78.0.3904.97 (Developer Build) built on Debian buster/sid, running on Debian buster/sid (64-bit) - fails as well but with this error Protocol error (Tracing.start): 'Tracing.start' wasn't found
|
@johnweland, Debian's build of Chromium intentionally removes Lighthouse + tracing support see #7246 |
CloudReady / Chromium OS, with Chromium browser. Same issue. |
Same issue here with the
...chrome stable...
...and canary:
|
@simonwep are you using any proxies like PiHole? |
@connorjclark Oh man, yeah I should have checked that - when disabling it it works. The error I get when I run it and PiHole is active is the following: (Sorry the only time it crashed I made a screenshot, now it's working as the script is now probably cached). |
No worries, thanks for verifying! cc @adamraine looks like we do get an explicit error when a proxy blocks it. Not sure how to catch this from the Lighthouse status panel, though. |
Same here. |
The domain which gets blocked is It works if you add |
It does not work for me with Chrome developer Version 87.0.4263.3 (Official Build) dev (64-bit). |
Lighthouse is currently broken in Canary (and Dev channel), but the DevTools team is working on a fix. |
Lighthouse is no longer a remote module in m87: |
Disable these two options from chrome settings:
Relaunch chrome then try again That works for me |
I did changes in the settings as mentioned. However, it didn't help. Still facing the same issue. |
If it can help you, I could make it work with the Chrome extension https://chrome.google.com/webstore/detail/lighthouse/blipmdconlkpinefehnmjammfjpmpbjk |
As #9484 (comment) states, Lighthouse shouldn't show this message moving forward in Chrome once m87 hits stable (~early December 2020). In the meantime, you can use Chrome Canary if this is a limitation for your environment. |
that worked for me. thanks ((: |
We faced the same issue. We once ran the lighthouse for www.google.com, to check its functionality, and then we lighthoused our sites. It audited the site and generated the report. If you still face the same issue, start interacting with the site while lighthouse audits, this solves the issue. Thanks, |
It's basically completely random for me, closing the tab and trying again until the process really start in 2 second frame window is my go on for now |
I'm having this issue now, after updating chrome. |
It worked for me when I used an incognito tab on my website. |
For anyone encountering this recently, we have an issue open for it #13154 |
I solve this problem by kill Chrome and restart again |
Getting this issue after not having it before on Chrome Version 112.0.5615.137 (Official Build) (arm64) |
Hey folks I opened a new issue for this happening in Chrome 112 #15026 I'm going to lock this thread because it is very old, if this pops up again please file a new issue. |
Maintainer's Note:
tl;dr - This happens when Chromium fails to fetch the Lighthouse code from the web. Check your network connectivity, ensure there are no proxies that would prevent you from downloading code from a Google server, and try again.
On Brave, you'll have to enable the
Remote Debugging
option underbrave://settings/privacy
(thx @bsclifton!)Original Issue:
When running lighthouse on Chromium "75.0.3770.90" to audit www.google.com it is showing the message "lightouse is warming up" forever. Since 2019-07-30. It used to worked in the very exact setup before.
Probably, infrastructure to run lighthouse is unavailable.
The text was updated successfully, but these errors were encountered: