Home >  > TypeError: getresponse() got an unexpected keyword argument ‘buffering’

TypeError: getresponse() got an unexpected keyword argument ‘buffering’

今天在用爬虫爬数据的时候,报这个错误:TypeError: getresponse() got an unexpected keyword argument 'buffering'

在网上找了一下,原来应该忽略第一个(“ buffering = True”)异常。 那是内部向后兼容的产物。 真正的错误是随之而来的。

Ignore the first ("buffering=True") exception. That's an internal backward compatibility artefact. The real errors are the ones that follow.

查看第二个错误是:ConnectionResetError: [Errno 104] Connection reset by peer

应该是是我爬取频率太快了。

参考:https://stackoverflow.com/questions/33792582/typeerror-getresponse-got-an-unexpected-keyword-argument-buffering

暧昧帖

本文暂无标签