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
把bilibili api的域名的A记录丢弃,强制blrec使用IPv6后,1.15.0可以正常添加,而2.0.0-beta.4不行。日志输出aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.live.bilibili.com:443 ssl:default [No address associated with hostname]。WebUI显示:
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.live.bilibili.com:443 ssl:default [No address associated with hostname]
需要用IPv6添加房间是因为IPv6方便更换地址,能避免被bilibili风控
已经试过--no-ipv4、--ipv4参数
--no-ipv4
--ipv4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
把bilibili api的域名的A记录丢弃,强制blrec使用IPv6后,1.15.0可以正常添加,而2.0.0-beta.4不行。日志输出
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host api.live.bilibili.com:443 ssl:default [No address associated with hostname]
。WebUI显示:需要用IPv6添加房间是因为IPv6方便更换地址,能避免被bilibili风控
已经试过
--no-ipv4
、--ipv4
参数The text was updated successfully, but these errors were encountered: