ReaJason / xhs

基于小红书 Web 端进行的请求封装。https://reajason.github.io/xhs/
MIT License
1.08k stars 298 forks source link

出现requests.exceptions.ConnectionError #101

Open chenyucheng0503 opened 5 months ago

chenyucheng0503 commented 5 months ago

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

glorysaladin commented 5 months ago

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'))

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

ReaJason commented 5 months ago

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