y1ndan / genshinhelper2

A Python library for miHoYo bbs and HoYoLAB Community. genshin 原神签到小助手 树脂提醒 微博超话 米游社米游币 崩坏3
https://www.yindan.me
GNU General Public License v3.0
521 stars 243 forks source link

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

Open longhuan1999 opened 2 years ago

longhuan1999 commented 2 years ago

当有角色等级不满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

MoonShadowIllusion commented 1 year ago

https://github.com/y1ndan/genshinhelper2/pull/39