79647951

Date: 2025-06-01 21:24:16
Score: 3
Natty:
Report link

I am seeing the same error. This is a new error because my code worked just a few days ago. I am also using Selenium with options:

        options = webdriver.ChromeOptions()
        options.add_argument('--headless=new')
        options.add_argument('ignore-certificate-errors')
        options.add_experimental_option('excludeSwitches', ['enable-logging'])
        browser = webdriver.Chrome(options=options)

Hopefully someone knows an work around.
Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): I am seeing the same error
  • Low reputation (1):
Posted by: Deborah Jones