견리더의 알(R)파(Python)고
파이썬 크롤러 문제 requests.exceptions.SSLError: HTTPSConnectionPool(host='url', port=443): Max retries exceeded with url: 본문
파이썬(Python)/에러를 이겨내자
파이썬 크롤러 문제 requests.exceptions.SSLError: HTTPSConnectionPool(host='url', port=443): Max retries exceeded with url:
견리더 2020. 11. 11. 09:49파이썬 requests.get을 할 경우 이런 문제가 생겼나요?
자세히 어떤 오류인지는 모르겠습니다만, url 뒤에 verify = False를 붙여주면 해결됩니다.
requests.get('...url...', verify = False)
아쥬 간단하쥬?
고럼이만 총총....
'파이썬(Python) > 에러를 이겨내자' 카테고리의 다른 글
파이썬 python (konlpy) 에러 NameError: name 'jpype' is not defined (0) | 2021.04.14 |
---|---|
python gensim 설치 오류 Command errored out with exit status 1 ( 비주얼 스튜디오 관련 에러) (0) | 2021.04.13 |
파이썬 AttributeError : 'float' object has no attribute 'split' 에러(형태소 분석) (0) | 2020.09.21 |
파이썬 키 에러 (KeyError: 30) (0) | 2020.09.08 |
패키지 다운 오류 (ERROR: Could not install packages due to an EnvironmentError) (0) | 2020.09.04 |