3.18K 浏览
0

raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=’api.shinnytech.com’, port=443): Max retries exceeded with url: /ns?stock=true (Caused by NewConnectionError(‘<urllib3.connection.VerifiedHTTPSConnection object at 0x0000015D82402BC8>: Failed to establish a new connection: [WinError 10061] 由于目标计算机积极拒绝,无法连接。’))

ringo 已回答的问题 2020年11月16日

raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host=’files.shinnytech.com’, port=443): Max retries exceeded with url: /M.json?account_id=

0

这个报错是认证服务器链接失败,重新连接几次就可以了,另外可以换用一个相对较稳定的网络试试

ringo 已回答的问题 2020年11月16日
您正在查看2个答案中的1个,单击此处查看所有答案。