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.