R
R
r1dddy4sv2021-01-09 12:15:47
Python
r1dddy4sv, 2021-01-09 12:15:47

Selenium SSL error code 1, net_error -101?

driver creation code:

options = Options()
    options.add_argument("start-maximized")
    options.add_argument('--ignore-certificate-errors')
    options.add_argument('--ignore-ssl-errors')
    options.binary_location=r"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
    driver=webdriver.Chrome(executable_path=r"C:\Users\user\Desktop\Python_scripts\parse\selenium\chromedriver", chrome_options=options)


mistake:
[2832:15556:0109/141158.863:ERROR:device_event_log_impl.cc(211)] [14:11:58.863] USB: usb_device_handle_win.cc:1020 Failed to read descriptor from node connection: ╧Ёшёюхфшэхээюх ъ ёшёЄхьх єёЄЁющёЄтю эх ЁрсюЄрхЄ. (0x1F)       
[2832:15556:0109/141158.874:ERROR:device_event_log_impl.cc(211)] [14:11:58.874] Bluetooth: bluetooth_adapter_winrt.cc:1073 Getting Default Adapter failed.
[4220:15940:0109/141205.828:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141205.842:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141206.447:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101
[4220:15940:0109/141206.456:ERROR:ssl_client_socket_impl.cc(960)] handshake failed; returned -1, SSL error code 1, net_error -101


Also, selenium does not find elements by class, although I am sure that there can be no errors in specifying the class name.

Please help

Thank you!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question