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
当有角色等级不满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
The text was updated successfully, but these errors were encountered:
#39
Sorry, something went wrong.
list index out of range
No branches or pull requests
当有角色等级不满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
The text was updated successfully, but these errors were encountered: