☂️ PROTOCOL_TIMEOUT
See original GitHub issuetl;dr - Chrome sometimes stops responding, most commonly when trying to clear the cache, so uncheck “Clear storage” and try again.
Explanation
This is the umbrella ☂️ issue for all PROTOCOL_TIMEOUT
error reports. We’re collecting all of them in a single place so that we can easily identify which protocol methods are most problematic to prioritize to Chromium domain owners.
PROTOCOL_TIMEOUT
refers to the situation when Lighthouse has been waiting for Chrome to respond to a single command for more than 30 seconds. PROTOCOL
refers to the Chrome DevTools Protocol connection that Lighthouse uses to talk to Chrome.
If you experienced a protocol timeout issue, please just comment here with the method name, e.g. Network.clearBrowserCache
Issue Analytics
- State:
- Created 5 years ago
- Reactions:131
- Comments:336 (22 by maintainers)
Top Results From Across the Web
Lighthouse returned error: PROTOCOL_TIMEOUT. Waiting ...
Basically, it is taking an infinite time to load some pages. This is the error I got when I checked on page speed...
Read more >Developers - ☂️ PROTOCOL_TIMEOUT -
Coming soon: A brand new website interface for an even better experience!
Read more >Cisco Wireless Controller Configuration Guide, Release 8.5
Address Resolution Protocol Timeout ... The Address Resolution Protocol (ARP) timeout is used to delete ARP entries on controller for devices ...
Read more >IBM Support: Fix Central - Select fixes
interim fix: 7.3.0-QRADAR-DSM-CiscoUmbrella-7.3-20220620131536.noarch.rpm. Cisco Umbrella. Platforms: Linux. Applies to versions: 7.3.0.
Read more >Lighthouse returned error: PROTOCOL_TIMEOUT. Waiting ...
Waiting for DevTools protocol response has exceeded the allotted time. (Method: Page.getAppManifest) (PROTOCOL_TIMEOUT. 2126 views.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I also experienced this bug in the programmatic usage with the lighthouse. I request to consider this as important
@Yasuslik thanks for the link, I managed to fix it with
lighthouse --chrome-flags="--disable-dev-shm-usage"
🥳