本文链接:https://blog.csdn.net/weixin_40313634/article/details/100825533
问题
在大量访问网页时,有可能出现这种报错:
14-09-2019...(host, port, 0, socket.SOCK_STREAM):
File "/usr/lib/python3.5/socket.py", line 732, in getaddrinfo...for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -...argument 'buffering'
During handling of the above exception, another exception occurred:
原因
但实际上都是同一种错误...:
During handling of the above exception, another exception occurred:
而这都是由于频繁访问网站造成的
解决
在访问失败后,添加 time.sleep