码迷,mamicode.com
首页 > 其他好文 > 详细

解决 ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) 问题

时间:2020-06-14 16:56:33      阅读:408      评论:0      收藏:0      [点我收藏+]

标签:connect   stack   一个   get   exception   ted   bsp   lan   number   

今天写了一个requests爬虫,在运行的时候发生了requests.exceptions.ConnectionError:(‘Connection aborted.‘, ConnectionResetError(54, ‘Connection reset by peer‘)) 错误。

我马上google了这个问题,找到一个帖子,发现导致这种运行错误的因素有很多。

其中一种解决方法是通过安装requests的SSL/Https连接所需的可选安全软件包来解决它:

pip3 install "requests[security]"

 

 

 

解决 ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) 问题

标签:connect   stack   一个   get   exception   ted   bsp   lan   number   

原文地址:https://www.cnblogs.com/collision-wisdom/p/13125185.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!