-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I ran into the following error when trying to convert the rfp_scraper.ipynb notebook to a python script:
DevTools listening on ws://127.0.0.1:61525/devtools/browser/104a4d12-5f62-4e59-ab41-de5c2538219f
[7972:17088:0309/193728.241:ERROR:cert_verify_proc_builtin.cc(677)] CertVerifyProcBuiltin for accounts.google.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
ERROR: No matching issuer found[7972:4932:0309/193729.351:ERROR:device_event_log_impl.cc(218)] [19:37:29.347] USB: usb_device_handle_win.cc:1046 Failed to read descriptor from node connection: A device attached to the system is not functioning. (0x1F)
[7972:17088:0309/193740.995:ERROR:cert_verify_proc_builtin.cc(677)] CertVerifyProcBuiltin for optimizationguide-pa.googleapis.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
ERROR: No matching issuer found[7972:17088:0309/193827.533:ERROR:cert_verify_proc_builtin.cc(677)] CertVerifyProcBuiltin for update.googleapis.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
ERROR: No matching issuer found[7972:17088:0309/193834.051:ERROR:cert_verify_proc_builtin.cc(677)] CertVerifyProcBuiltin for service.ariba.com failed:
----- Certificate i=1 (CN=Selenium Wire CA) -----
ERROR: No matching issuer found
rfp_scraper.ipynb works fine. It's probably due to some invisible Jupyter Notebook shenanigans that's missing when running from a plain .py file (so annoying).
Whether this should be fixed or not is an open question. I'm reporting this for visibility since at least 1 other developer is using Windows. I believe the goal is to deploy the scraper to a linux machine, so it would probably be a better use of time for me to setup a Linux VM instead.