ReaJason / xhs

基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

出现requests.exceptions.ConnectionError

chenyucheng0503 opened this issue · comments

今天晚上开始出现requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')),是爬虫太频繁了吗?
在服务器和本地测试同一个账号都出现同样情况

equests.exceptions.ConnectionError

requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=5005): Max retries exceeded with url: /sign (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f018428d580>: Failed to establish a new connection: [Errno 111] Connection refused'))

是这个错误吗?我是定时发表笔记,频率比较低,今天报了这个错误。 应该不是爬虫太频繁的原因。

HTTPConnectionPool(host='localhost', port=5005): Max retries exceeded with url: /sign 这个看起来是签名服务出现问题了,重启试试呢