Skip to content
New issue

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.proxy 加代理之后报错应该用什么格式的代理} #811

Open
Seanrui opened this issue Sep 7, 2024 · 3 comments
Labels
question 这啥呀这是,我不到啊

Comments

@Seanrui
Copy link

Seanrui commented Sep 7, 2024

Python 版本: 3.x.y

模块版本: x.y.z

运行环境: Windows / Linux / MacOS


在此处写正文

@Seanrui Seanrui added the question 这啥呀这是,我不到啊 label Sep 7, 2024
@snowman
Copy link

snowman commented Oct 8, 2024

proxy: str = ""
"""
代理设置

e.x.:
``` python
from bilibili_api import settings
settings.proxy = "https://www.example.com"
```
"""

@piqiu96
Copy link

piqiu96 commented Oct 11, 2024

proxy: str = ""
"""
代理设置

e.x.:
``` python
from bilibili_api import settings
settings.proxy = "https://www.example.com"

"""

我这里报这个问题:aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected

@Seanrui
Copy link
Author

Seanrui commented Dec 8, 2024

aiohttp.client_exceptions.ClientHttpProxyError: 404, message='NOT FOUND', url='http://127.0.0.1:5010/all/'
iCopy_2024_12_08_22_53_17
用了这个项目把代理部署在本地然后走不通这个配置
代理项目地址https://github.com/jhao104/proxy_pool?tab=readme-ov-file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question 这啥呀这是,我不到啊
Projects
None yet
Development

No branches or pull requests

3 participants