wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.88k stars 246 forks source link

gpu_init.cc(457)] Passthrough is not supported #496

Closed mastrolube closed 2 years ago

mastrolube commented 2 years ago

Hi there, I've got a few of these errors (Chrome):

[18284:2032:0129/192658.133:ERROR:gpu_init.cc(457)] Passthrough is not supported, GL is disabled, ANGLE is

The problem is that it never exits from the loop, even if there is a timeout in loading with set_page_load_timeout

driver.set_page_load_timeout(load_timeout_value)
try:
    driver.get(site)
except TimeoutException:
    pass

These are a few of the sites where that has happened:

https://www.guardian.ng https://www.lindaikejisblog.com https://bet365.com

The only way to fix that is to go in headless mode. Any clue of what's the problem? Thanks!

wkeeling commented 2 years ago

This is unrelated to Selenium Wire. Appears to be an issue in ChromeDriver.