bilibili-api
bilibili-api copied to clipboard
get_all_followings()似乎失效了
Python 版本: Python 3.13.2
**模块版本:Version: 17.1.4
**运行环境:archLinux
credential = Credential(sessdata=sessdata, bili_jct=bili_jct) myself = user.User(uid=xxx, credential=credential) list1 = await myself.get_all_followings() get_all_followings()似乎失效了 日志404 [BILIBILI_API][2025-03-25 00:16:53,101][INFO] Api 获得响应: {'result': {'code': -404, 'message': '啥都木有', 'ttl': 1}}