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
确定我的代理是正常能用的,setting.py 文件中把代理修改如下
proxy = {'http': '127.0.0.1:10809'}
但是运行的时候貌似没用生效,如下图google,twitter等也没有连接成功,是还需要修改代码什么地方吗,或者运行的时候需要加什么代理参数?
The text was updated successfully, but these errors were encountered:
确定我的代理是正常能用的,setting.py 文件中把代理修改如下 proxy = {'http': '127.0.0.1:10809'} 但是运行的时候貌似没用生效,如下图google,twitter等也没有连接成功,是还需要修改代码什么地方吗,或者运行的时候需要加什么代理参数?
我这边是可以用的,配置的参数没错。至于是否可用,你可以通过配置SwitchyOmega插件的代理,如果可以访问的话,应该是没问题的。
Sorry, something went wrong.
我尝试代理到bp,bp都没收到请求
我也是同样的问题,配置了,不能用的
代理格式应该是http https都要有 proxy = {'http': '127.0.0.1:2333', 'https': '127.0.0.1:2333'}
No branches or pull requests
确定我的代理是正常能用的,setting.py 文件中把代理修改如下
proxy = {'http': '127.0.0.1:10809'}
但是运行的时候貌似没用生效,如下图google,twitter等也没有连接成功,是还需要修改代码什么地方吗,或者运行的时候需要加什么代理参数?
The text was updated successfully, but these errors were encountered: