We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
进入直播节目弹红框 “获取粉丝勋章列表失败 pageSize最多10个 部分功能将无法正常运行” 但是账号粉丝勋章并没有超过10页,且chorme打开也没超过10个。
然后直播节目会隔一段时间一直弹这个红框。 而且刷新后会重复主站所有操作。。。
正常应该直接获取粉丝勋章。
W10
Chrome 93.0.4577.63
tampermonkey 4.13
5.7.8.6
好
无
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #174
Sorry, something went wrong.
我在代码里把pageSize设置得比较大,所以会有这个问题。国庆期间修复。
描述bug 进入直播节目弹红框 “获取粉丝勋章列表失败 pageSize最多10个 部分功能将无法正常运行” 但是账号粉丝勋章并没有超过10页,且chorme打开也没超过10个。 重现bug 然后直播节目会隔一段时间一直弹这个红框。 而且刷新后会重复主站所有操作。。。 预期行为 正常应该直接获取粉丝勋章。 截图 运行日志 操作系统 W10 浏览器 Chrome 93.0.4577.63 用户脚本管理器 tampermonkey 4.13 挂机助手版本 5.7.8.6 网络情况 好 其他浏览器插件/脚本 无 其他 No response
可以手动修改 代码 第6450的 await BAPI.i.medal(page, 25).then((response) => { 25改成 10 就能继续用了 小问题
No branches or pull requests
描述bug
进入直播节目弹红框 “获取粉丝勋章列表失败 pageSize最多10个 部分功能将无法正常运行”
但是账号粉丝勋章并没有超过10页,且chorme打开也没超过10个。
重现bug
然后直播节目会隔一段时间一直弹这个红框。
而且刷新后会重复主站所有操作。。。
预期行为
正常应该直接获取粉丝勋章。
截图
运行日志
操作系统
W10
浏览器
Chrome 93.0.4577.63
用户脚本管理器
tampermonkey 4.13
挂机助手版本
5.7.8.6
网络情况
好
其他浏览器插件/脚本
无
其他
No response
The text was updated successfully, but these errors were encountered: