赞
踩
报错截图:
requests.exceptions.ProxyError: HTTPSConnectionPool(host=‘www.ip.cn’, port=443): Max retries exceeded with url: /api/index?ip=&type=0 (Caused by ProxyError(‘Unable to connect to proxy’, OSError(‘Tunnel connection failed: 401 Authorized failed’)))
报错原因:
这个错误表明在使用代理时出现了问题,HTTP 401 错误表示授权失败。可能因为代理服务器需要身份验证,而你的请求没有提供有效的身份验证信息。
简单来说:你使用的代理IP地址失效了。
解决方法:
更换新的代理IP地址
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。