티스토리 뷰
Programming/Framework & Libraries
[Selenium] selenium 디버깅시 "Failed to read descriptor from node connection: 시스템에 부착된 장치가 작동하지 않습니다."라는 에러로그가 찍히는 문제 (with Python)
progrunman 2022. 4. 17. 18:34USB: usb_device_handle_win.cc:1020 Failed to read descriptor from node connection error with ChromeDriver v87 / Chrome v87 using
We recently upgraded our Windows 10 test environment with ChromeDriver v87.0.4280.20 and Chrome v87.0.4280.66 (Official Build) (64-bit) and after the up-gradation even the minimal program is produc...
stackoverflow.com
Windows나 Chrome 관련 이슈인듯 하다.
software적인 문제는 아니기 때문에 Windows나 Chrome에서 업데이트로 해결될때까진 무시하거나
아래와 같이 log를 아예 제외시키는 방법도 있을것 같다. (하지만 정작 중요한 log까지 무시되버린다면?)
options = webdriver.ChromeOptions()
# to supress the error messages/logs
options.add_experimental_option('excludeSwitches', ['enable-logging'])
'Programming > Framework & Libraries' 카테고리의 다른 글
[scraping] scraping 및 crawling 라이브러리 비교 (with Python) (0) | 2022.04.04 |
---|---|
[Selenium] Selenium으로 scraping할때 time.sleep이 아닌 WebDriverWait를 사용해서 효율적으로 처리하는 방법 (with Python) (0) | 2022.01.18 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- coroutine
- .net
- firestore
- 환경설정
- gcp
- Singleton
- Debug
- C#
- vscode
- 유니티
- VS2022
- unity
- framework
- Addressables
- git
- 비동기
- RuntimeInitializeOnLoadMethod
- Scraping
- logging
- await
- selenium
- github
- 코루틴
- 닷넷
- Python
- Visual Studio Code
- Custom Package
- async
- 싱글톤
- initialize
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
글 보관함