We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需知
升级feapder,保证feapder是最新版,若BUG仍然存在,则详细描述问题
pip install --upgrade feapder
问题 升级 feapder v1.8.8 后在 setting.py 中配置代理后使用报错 截图
setting.py
代码
# # 设置代理 PROXY_EXTRACT_API = 'http://api.proxy.ipidea.io/getProxyIp?num=10&xxxxx' # 代理提取API ,返回的代理分割符为\r\n PROXY_ENABLE = True PROXY_MAX_FAILED_TIMES = 5 # 代理最大失败次数,超过则不使用,自动删除 PROXY_POOL = "feapder.network.proxy_pool.ProxyPool" # 代理池
The text was updated successfully, but these errors were encountered:
亲测,退回 feapder v1.8.6 后运行正常
# # 设置代理 PROXY_EXTRACT_API = 'http://api.proxy.ipidea.io/getProxyIp?num=10&xxxxx' # 代理提取API ,返回的代理分割符为\r\n PROXY_ENABLE = True
Sorry, something went wrong.
我靠 这个问题困扰我一周了,原来是新版本有问题???
No branches or pull requests
需知
升级feapder,保证feapder是最新版,若BUG仍然存在,则详细描述问题
问题
升级 feapder v1.8.8 后在
setting.py
中配置代理后使用报错截图
代码
The text was updated successfully, but these errors were encountered: