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

"Lighthouse is warming up..." #169

Closed
Th3S4mur41 opened this issue Jul 23, 2023 · 30 comments
Closed

"Lighthouse is warming up..." #169

Th3S4mur41 opened this issue Jul 23, 2023 · 30 comments
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog

Comments

@Th3S4mur41
Copy link

Th3S4mur41 commented Jul 23, 2023

and never goes beyond the following screen in Edge Canary
image

It is working fine in the stable Edge on the same machine though.

Probably related to the same issue in Chrome

AB#45665567

@Th3S4mur41 Th3S4mur41 added the bug Something isn't working label Jul 23, 2023
@captainbrosset
Copy link
Contributor

Thank you for reporting this. I was able to reproduce this locally on Edge Canary 117 on Windows 11.
I will make sure this shows up on our team's backlog for investigation/prioritization/fixing.

@captainbrosset captainbrosset added the tracked This issue is now tracked on our internal backlog label Jul 24, 2023
@yksht
Copy link

yksht commented Jul 26, 2023

I have same issue.

Microsoft Edge
Version 115.0.1901.183 (Official build) (64-bit)

Windows 11 Pro 22H2
OS Build 22621.1992

@spanishgringo
Copy link

spanishgringo commented Aug 3, 2023

Same issue Version 115.0.1901.188 (Official build) (arm64)
MacOs Ventura 13.5 with M2

I've tried workarounds from the the threads about this bug in Chrome but none have worked:
chrome://restart
enabling "legacy navigation"
etc.

@Randomblock1
Copy link

Same issue
Edge 115.0.1901.188 (Official build) (64-bit)
Windows 11 Pro 22H2
OS build 22621.2070

@J6ey
Copy link

J6ey commented Aug 6, 2023

Frustrated.
Version 115.0.1901.188 (Official build) (64-bit)

@mustafa-barakat
Copy link

Version 115.0.1901.188 (Official build) (64-bit)
Version 117.0.2024.0 (Official build) canary (64-bit)

Both aren't working with any website; chrome is performing these tests on the same websites fine.

@PIndividual
Copy link

Same here
Version 115.0.1901.200 (Official build) (64-bit)
Windows 10 Pro for Workstations 22H2

@Ashbri4
Copy link

Ashbri4 commented Aug 8, 2023 via email

@betorina
Copy link

betorina commented Aug 8, 2023

This problem is unfortunately still happening...
it's not working in either 114 and 115 (tried all possible tips/fixes, and also an Edge Beta & Canary version)
NB Chrome + Lighthouse is working fine on same machine.

Version 115.0.1901.200 (Official build) (arm64)
Mac M2 Pro - Ventura 13.5

@indexxing
Copy link

indexxing commented Aug 10, 2023

Same here on Edge Dev (Windows 11)

@jamierytlewski
Copy link

Same.

@glimpsedchaos
Copy link

Same issue - Edge Version 115.0.1901.183

@Th3S4mur41
Copy link
Author

It's working again for me in Edge 117.0.2039.0 (Official build) canary (64-bit) on Windows 11
Still broken on the same system on stable Edge (115.0.1901.203)

@ankityadav4
Copy link

This problem is still happening.

@mabdelfattah
Copy link

Not working - Version 116.0.1938.54 (Official build) Beta (arm64) - MacOS

@captainbrosset
Copy link
Contributor

Thanks for your patience. Our engineering team is still investigating this. A preliminary fix went into 117 already.

@betorina
Copy link

betorina commented Aug 22, 2023

A preliminary fix went into 117 already.

Please test... before giving 'good' news.
Still no luck – lighthouse still hangs – on Version 117.0.2045.1 (Mac M2)

Update: It is solved in 117 (Wonderful!)

@captainbrosset
Copy link
Contributor

Thanks for the additional reports and error stack trace. This is still on our backlog and being actively investigated.

@dviate
Copy link

dviate commented Aug 24, 2023

Here's my addition, I'm having the same issues on both *.local and remote servers. Some info from edge://version below.

It happens in my regular browser (data below), but also in the latest Canary version (117.0.2044.0 (Official build) Canary (arm64)) without any active extensions.

Microsoft Edge
116.0.1938.54 (Official build) (arm64)

Revision
e584466f74bf872ad84fcd188ddc4b60fd2ec646

Chromium version
116.0.5845.97

Operating system
macOS Version 13.5.1 (Build 22G90)

JavaScript
V8 11.6.10.8

User agent
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.54

Command-line
/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge --flag-switches-begin --enable-experimental-web-platform-features --enable-features=msBackspaceKeyNavigatePageBack --flag-switches-end

@captainbrosset
Copy link
Contributor

Some updates from our end after researching this a bit more:

There are 2 issues at play here, manifesting in a similar way:

  1. Lighthouse stays stuck with the message "Lighthouse is warming up..."
  2. Lighthouse stays stuck with an exception displayed in the popup "Exception: could not create page handle for target tab".

Issue 1 happens in 116 (which is the current stable version of Edge). I announced earlier that we had made a fix in 117. The plan was to cherry pick this fix to 116 too, but that unfortunately did not happen. The fix was correct for issue 1, but then issue 2 occured, which is why you all still had a broken Lighthouse.

Issue 2 happens in 117 and 118. We have a fix for this that's ready to roll out, and should be going to 118 (Canary and Dev) any time now. It will also make it to 117 (Beta) probably next week.

You can enable this fix today yourself:

  1. Open the edge://flags page.
  2. In the search field, at the top, enter "DevTools using Tab Target".
  3. Change the flag's value from "Default" to "Enabled".
  4. Restart the browser.

Lighthouse should now work.
Note that this flag will be enabled by default in Edge very soon. So this is only if you want to use Lighthouse right now in Beta, Dev, or Canary.

So, bottom line is: it unfortunately looks like lighthouse is broken in stable and we won't be able to repair it there. But there's a fix you can do to get it to run in Beta, Dev, Canary. And that fix will be applied for you very soon (probably via the Edge updater in the September timeframe).

Note that Stable will soon become 117 (it's planned for 2023-09-14).

@Th3S4mur41
Copy link
Author

Confirmed here too working in Edge Canary 118.0.2071.0 with edge://flags/#devtools-tab-target enabled

@robearlam
Copy link

Confirmed here as well.

Working in Edge 118.0.2060.1 with edge://flags/#devtools-tab-target enabled

@AngeloKarugo
Copy link

This has been resolved for me after updating to 116.0.1938.81 on stable build, without enabling any flags.
OS info:
Windows 10 Pro (build 19045.3393)

@J6ey
Copy link

J6ey commented Sep 13, 2023

@AngeloKarugo Can confirm 116.0.1938.81 (Official build) (64-bit) is working on Windows 11 Home

@mpotane
Copy link

mpotane commented Sep 13, 2023

Working for me as well thanks same build 116.0.1938.81

@captainbrosset
Copy link
Contributor

Awesome, thank you for confirming. Closing this issue now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tracked This issue is now tracked on our internal backlog
Projects
None yet
Development

No branches or pull requests