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

爱奇艺挂掉了 #87

Closed
runishiwo opened this issue Jan 18, 2022 · 4 comments
Closed

爱奇艺挂掉了 #87

runishiwo opened this issue Jan 18, 2022 · 4 comments
Labels
bug Something isn't working solved Bug/question/help wanted has been solved

Comments

@runishiwo
Copy link

'signInfo'
Traceback (most recent call last):
File "Oreomeow_checkinpanel_master_ck_iqiyi.py", line 71, in sign
growth = res["data"]["signInfo"]["data"]["rewardMap"]["growth"]
KeyError: 'signInfo'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "Oreomeow_checkinpanel_master_ck_iqiyi.py", line 235, in
start()
File "Oreomeow_checkinpanel_master_ck_iqiyi.py", line 230, in start
res = IQIYI(check_items=_check_items).main()
File "Oreomeow_checkinpanel_master_ck_iqiyi.py", line 195, in main
sign_msg = self.sign(p00001=p00001)
File "Oreomeow_checkinpanel_master_ck_iqiyi.py", line 78, in sign
msg = res["data"]["signInfo"].get("msg")
KeyError: 'signInfo'

@night-raise night-raise added the bug Something isn't working label Jan 18, 2022
@wavetg
Copy link

wavetg commented Jan 21, 2022

挂一个返回的字段,貌似是没有signInfo这个key引起的,感觉返回的信息变了很多
{'code': 'A00000', 'msg': '成功', 'data': {'userInfo': {'vip': True, 'vipStatus': '1', 'paidSign': True}, 'groupTasks': {}, 'vipToBeReward': 9, 'rightAsyncRollings': [], 'monthlyIntegralReward': 360, 'taskGroupVos': [{'id': '5bd15821e4b05b772be3c0d1', 'groupName': '新手任务', 'groupTask': '9406643112', 'groupRank': '1', 'groupCode': 'newcomer', 'effective': '1', 'creatTime': 1554793440048, 'updateTime': 1554793440051}, {'id': '5bd15821e4b05b772be3c0cf', 'groupName': '惊喜任务', 'groupTask': '9405574812', 'groupRank': '2', 'groupCode': 'recommend', 'effective': '1', 'creatTime': 1554793440048, 'updateTime': 1554793440049}

@wavetg
Copy link

wavetg commented Jan 21, 2022

msg

刚刚去掉78行的["signInfo"]能跑了,就是少了一些当月签到多少天和签到奖励信息

@nsv2051
Copy link

nsv2051 commented Jan 22, 2022

味精

刚刚去掉78行能的[“signInfo”]跑了,少了一些当月签到多少天和签到奖励信息

按照你这个方法试了,确实可以签了

@ghost
Copy link

ghost commented Jan 26, 2022

已修复

@ghost ghost closed this as completed Jan 26, 2022
@ghost ghost added the solved Bug/question/help wanted has been solved label Jan 26, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solved Bug/question/help wanted has been solved
Projects
None yet
Development

No branches or pull requests

4 participants