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

在特定情况下,原神签到福利报错:list index out of range #20

Open
longhuan1999 opened this issue Mar 13, 2022 · 1 comment

Comments

@longhuan1999
Copy link

longhuan1999 commented Mar 13, 2022

当有角色等级不满15级时,
("genshinhelper/mihoyo.py", line 56, in get_travelers_dairy)
在 get traveler's dairy 时 response 会返回 {'data': None, 'message': '等级不足', 'retcode': -120},

这会导致"genshincheckinhelper/main.py", line 91, in task2 中的
d = t.month_dairy 列表缺少对应的元素(角色签到奖励信息),

并且"genshincheckinhelper/main.py", line 73, in task_common中的
if d and d[i] 并不能判断列表d[i]是否存在,如果不存在将直接报错:IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants