1. 首页
  2. 数据库
  3. 其它
  4. python socket 超时设置 errno 10054

python socket 超时设置 errno 10054

上传者: 2020-12-31 12:55:47上传 PDF文件 61.51KB 热度 15次
python socket.error: [Errno 10054] 远程主机强迫关闭了一个现有的连接。问题解决方案: 前几天使用python读取网页。因为对一个网站大量的使用urlopen操作,所以会被那个网站认定为攻击行为。有时就不再允许下载。导致urlopen()后,request.read()一直卡死在那里。最后会抛出errno 10054. 这个错误是connection reset by peer.也就是传说的远端主机重置了此连接。原因可能是socket超时时间过长;也可能是request = urllib.request.urlopen(url)之后,没有进行request.cl
用户评论