Running multiple urls in for loop is causing issues #15305
Unanswered
ashwinrajanta
asked this question in
General
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
errors we get:
Page hung
Certificate
LH:NavigationRunner:error Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Details: net::ERR_CERT_AUTHORITY_INVALID) https://www.facebook.com/ +5ms
`LH:ChromeLauncher Waiting for browser. +0ms
LH:ChromeLauncher Waiting for browser... +1ms
LH:ChromeLauncher Waiting for browser..... +520ms
LH:ChromeLauncher Waiting for browser.....✓ +2ms
LH:status Connecting to browser +621ms
LH:status Navigating to about:blank +17ms
LH:status Benchmarking machine +21ms
LH:status Preparing target for navigation mode +1s
LH:status Navigating to about:blank +44ms
LH:status Preparing target for navigation +16ms
LH:status Cleaning origin data +10ms
LH:status Cleaning browser cache +4ms
LH:status Preparing network conditions +8ms
LH:status Navigating to http://www.amazon.com/ +54ms
LH:waitFor:warn Timed out waiting for page load. Checking if page is hung... +45s
LH:waitFor:warn Page appears to be hung, killing JavaScript... +1s`
steps:
FROM Debian-bullseye
install node
install npm
install light house
install chrome
run the python script.
Beta Was this translation helpful? Give feedback.
All reactions