美文网首页
解决urllib3.exceptions.MaxRetryErr

解决urllib3.exceptions.MaxRetryErr

作者: 布口袋_天晴了 | 来源:发表于2018-07-05 11:34 被阅读4398次

    解决问题:

    raise SSLError(e, request=request)

    requests.exceptions.SSLError: HTTPSConnectionPool(host='translate.google.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError("bad handshake: SysCallError(10054, 'WSAECONNRESET')",),))



    解决方法:pip install -U pyopenssl

    参考文章SSLError HTTPSConnectionPool Max retries exceeded with url: /oauth/token Caused by SSLError('bad handshake: SysCallError(0, None))

    过程:

    1.

    1

    2.

    2

    3.

    3

    相关文章

      网友评论

          本文标题:解决urllib3.exceptions.MaxRetryErr

          本文链接:https://www.haomeiwen.com/subject/szuuuftx.html