프로그래밍/Python
[python] Selenium Errror | ValueError: Timeout value connect was <object object at 0x1034647c0>, but it must be an int, float or None
큐레이트
2023. 10. 10. 21:21
오류메세지
ValueError: Timeout value connect was <object object at 0x1034647c0>, but it must be an int, float or None
해결
urllib3 version downgrade
반응형