You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "p:\bili_autolottery\main.py", line 19, in<module>
print(sync(usr.get_relation(702149309)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "P:\bili_autolottery\.conda\Lib\site-packages\bilibili_api\utils\sync.py", line 33, in sync
return loop.run_until_complete(coroutine)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "P:\bili_autolottery\.conda\Lib\asyncio\base_events.py", line 686, in run_until_complete
returnfuture.result()
^^^^^^^^^^^^^^^
File "P:\bili_autolottery\.conda\Lib\site-packages\bilibili_api\user.py", line 761, in get_relation
await Api(**api, credential=self.credential).update_params(**params).result
File "P:\bili_autolottery\.conda\Lib\site-packages\bilibili_api\utils\network.py", line 170, in result
self.__result = await self.request()
^^^^^^^^^^^^^^^^^^^^
File "P:\bili_autolottery\.conda\Lib\site-packages\bilibili_api\utils\network.py", line 82, in inner
raise ApiException("重试达到最大次数")
bilibili_api.exceptions.ApiException.ApiException: 重试达到最大次数
**Python 版本:3.12.8
**模块版本:dev
**运行环境:Windows11 23H2
bilibili_api.exceptions.ApiException.ApiException: 重试达到最大次数
main.py
p.s. util/login.py 只是二次封装了bilibili_api.logi.Credential,用于自动缓存和登录bilibili
The text was updated successfully, but these errors were encountered: