Skip to content
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

徽章页并没有大于十个但是收到红色提醒 #175

Closed
fanyu-zy opened this issue Sep 29, 2021 · 3 comments
Closed

徽章页并没有大于十个但是收到红色提醒 #175

fanyu-zy opened this issue Sep 29, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@fanyu-zy
Copy link

描述bug

进入直播节目弹红框 “获取粉丝勋章列表失败 pageSize最多10个 部分功能将无法正常运行”
但是账号粉丝勋章并没有超过10页,且chorme打开也没超过10个。

重现bug

然后直播节目会隔一段时间一直弹这个红框。
而且刷新后会重复主站所有操作。。。

预期行为

正常应该直接获取粉丝勋章。

截图

image
image

运行日志

image

操作系统

W10

浏览器

Chrome 93.0.4577.63

用户脚本管理器

tampermonkey 4.13

挂机助手版本

5.7.8.6

网络情况

其他浏览器插件/脚本

其他

No response

@fanyu-zy fanyu-zy added the bug Something isn't working label Sep 29, 2021
@ForsakenRei
Copy link

ForsakenRei commented Sep 29, 2021

Duplicate of #174

@andywang425
Copy link
Owner

我在代码里把pageSize设置得比较大,所以会有这个问题。国庆期间修复。

@zhou135a
Copy link

zhou135a commented Oct 2, 2021

Duplicate of #174

描述bug

进入直播节目弹红框 “获取粉丝勋章列表失败 pageSize最多10个 部分功能将无法正常运行” 但是账号粉丝勋章并没有超过10页,且chorme打开也没超过10个。

重现bug

然后直播节目会隔一段时间一直弹这个红框。 而且刷新后会重复主站所有操作。。。

预期行为

正常应该直接获取粉丝勋章。

截图

image image

运行日志

image

操作系统

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 就能继续用了 小问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants