bilibili-api icon indicating copy to clipboard operation
bilibili-api copied to clipboard

get_all_followings()似乎失效了

Open 2091527886 opened this issue 9 months ago • 0 comments

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}}

2091527886 avatar Mar 24 '25 16:03 2091527886