-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
fix: get_user_info error -663 #83
Conversation
抓包的时候发现官方客户端的接口 appkey 为 783bbb7264451d82 |
统一使用783bbb7264451d82这个key了, 看了看Github里面的其他项目涉及用户登录等等这种credential related的都用了这个.
|
试了下不行, {"code":61000,"message":"使用登录状态访问了,并且登录状态无效,客服端可以/需要删除登录状态","ttl":1} |
我试了试没办法复现, 奇了怪了. 是不是旧版网页脚本的问题 |
好,有报错再修( |
先观察一波 |
部分API似乎开始验证mobi_app这个参数, 也可能是appkey不对劲, 可能报告
{"code":-663,"message":"鉴权失败,请联系账号组","ttl":1}
. 还是预备一下.参考A SocialSisterYi/bilibili-API-collect#533
参考B SocialSisterYi/bilibili-API-collect#393 (comment)
同时在请求user_info遇到这个错误应该是限制请求频率. 大概每秒累计最多5次.
持续观察后续情况, 先不merge.
错误日志: