Yuri-YuzuChaN / nonebot-plugin-maimaidx

街机音游 舞萌DX 的 nonebot2 插件
MIT License
68 stars 12 forks source link

在有 token 情况下查询乐曲成绩记录出错 #39

Closed SherkeyXD closed 2 months ago

SherkeyXD commented 2 months ago

例:使用 minfo 指令时,对所有请求均提示“未找到该玩家”

Image_1723556674272.jpg

不使用 token 则无此问题

Yuri-YuzuChaN commented 2 months ago

检查 token 是否有效,如果是无效的就会返回 status_code 400,然后触发异常 UserNotFoundError 返回 未找到此玩家

SherkeyXD commented 2 months ago

确认为 token 出问题导致的,谢谢

不过也许可以加个 fallback(?