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
Python 版本: 3.x.y
模块版本: x.y.z
运行环境: Windows / Linux / MacOS
在此处写正文
The text was updated successfully, but these errors were encountered:
proxy: str = "" """ 代理设置 e.x.: ``` python from bilibili_api import settings settings.proxy = "https://www.example.com" ``` """
Sorry, something went wrong.
proxy: str = "" """ 代理设置 e.x.: ``` python from bilibili_api import settings settings.proxy = "https://www.example.com" """
proxy: str = "" """ 代理设置 e.x.: ``` python from bilibili_api import settings settings.proxy = "https://www.example.com"
"""
我这里报这个问题:aiohttp.client_exceptions.ServerDisconnectedError: Server disconnected
aiohttp.client_exceptions.ClientHttpProxyError: 404, message='NOT FOUND', url='http://127.0.0.1:5010/all/' 用了这个项目把代理部署在本地然后走不通这个配置 代理项目地址https://github.com/jhao104/proxy_pool?tab=readme-ov-file
No branches or pull requests
Python 版本: 3.x.y
模块版本: x.y.z
运行环境: Windows / Linux / MacOS
在此处写正文
The text was updated successfully, but these errors were encountered: