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

大佬还在维护不?报了好一些错,不知道能不能帮忙看一下 #101

Open
jerryc20 opened this issue Jul 22, 2022 · 0 comments

Comments

@jerryc20
Copy link

--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)

----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}

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

1 participant