[ selenium ] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection


[ selenium  ] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection

에러 메시지 [10476:12088:1114/202144.744:ERROR:device_event_log_impl.cc(215)] [20:21:44.743] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection: 시스템에 부착된 장치가 작동하지 않습니다. (0x1F) usb 라는 단어를 보고 usb에 관련돼서 에러 날 게 있나 의아했는데 어쨌든 해결해야 하니까 여기저기 찾아봤다. 해결방법은 간단하다. 해결 방법 driver = webdriver.Chrome 을 지우고 options = webdriver.ChromeOptions() options.add_experimental_option('excludeSwitches', ['enable-logging']) driver = webdriver.Chrome(options=options) 을 넣어라! 헤헤 해결했당...


#1048failed #selenium

원문링크 : [ selenium ] USB: usb_device_handle_win.cc:1048 Failed to read descriptor from node connection