You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--1-----------
File "/opt/function/code/activity/unicom/superSimpleTask.py", line 121, in run
if int(item['achieve']) == int(item['allocation']) and item['btn'] not in ['已完成', '倒计时']:
KeyError: 'achieve'
----2---------------
File "/opt/function/code/activity/woshipin/woshipin.py", line 150, in run
self.Authenticate()
File "/opt/function/code/activity/woshipin/woshipin.py", line 84, in Authenticate
self.createUserForVR()
File "/opt/function/code/activity/woshipin/woshipin.py", line 103, in createUserForVR
'Content-Type:application/json;charset=UTF-8'
AttributeError: 'set' object has no attribute 'items'
---3----------
File "/opt/function/code/activity/womusic/dayDayDraw.py", line 163, in run
self.vote(task['topicId'], actId, choice)
File "/opt/function/code/activity/womusic/dayDayDraw.py", line 118, in vote
data = resp.json()
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
--4----------------------
File "/opt/function/code/activity/unicom/watchAddFlow.py", line 75, in run
if self.queryFlowValue() == 3:
File "/opt/function/code/activity/unicom/watchAddFlow.py", line 40, in queryFlowValue
data = resp.json()
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
--1-----------
File "/opt/function/code/activity/unicom/superSimpleTask.py", line 121, in run
if int(item['achieve']) == int(item['allocation']) and item['btn'] not in ['已完成', '倒计时']:
KeyError: 'achieve'
----2---------------
File "/opt/function/code/activity/woshipin/woshipin.py", line 150, in run
self.Authenticate()
File "/opt/function/code/activity/woshipin/woshipin.py", line 84, in Authenticate
self.createUserForVR()
File "/opt/function/code/activity/woshipin/woshipin.py", line 103, in createUserForVR
'Content-Type:application/json;charset=UTF-8'
AttributeError: 'set' object has no attribute 'items'
---3----------
File "/opt/function/code/activity/womusic/dayDayDraw.py", line 163, in run
self.vote(task['topicId'], actId, choice)
File "/opt/function/code/activity/womusic/dayDayDraw.py", line 118, in vote
data = resp.json()
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
--4----------------------
File "/opt/function/code/activity/unicom/watchAddFlow.py", line 75, in run
if self.queryFlowValue() == 3:
File "/opt/function/code/activity/unicom/watchAddFlow.py", line 40, in queryFlowValue
data = resp.json()
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
----5-----账号密码应该都是对的---------
raise Exception('[WoMailWeb]登录失败 结束执行任务')
Exception: [WoMailWeb]登录失败 结束执行任务
----6-----视频都看不了-------
#######################taskcallbackquery########################
{'code': '1016', 'desc': '很抱歉,前方网络拥堵,观看将无法获得积分,请拒绝后再次尝试。 [1016]'}
---7-------前几行日志是“领外卖红包赚积分”的--------
#############################doTask#############################
{'code': 502, 'msg': '本次操作需要验证', 'data': None, 'exceptionCode': 6000}
###########################flushTime############################
########################drawTaskIntegral########################
{'code': 500, 'msg': '领取失败', 'data': None, 'exceptionCode': None}
The text was updated successfully, but these errors were encountered: