Open wfinewy opened 3 years ago
是搭建数据存储接口,还是文件的配置没看懂 搭建数据存储图文教程
很详细了 我研究一下 谢谢
配置文件设置上不晓得对不对 能出几张图对照下吗
这是我今天的运行日志 都失败了 是不是账号密码设置错误了 START RequestId:fd9cffbe-952d-4f0c-adf0-581a866d4e28
###########################readCookie########################### 18563285076
Starting new HTTPS connection (1): bulabulabu.pythonanywhere.com:443
https://bulabulabu.pythonanywhere.com:443 "GET /?key=18563285076WoGame HTTP/1.1" 200 38
#############################login############################## 18563285076
###########################JSEncrypt############################ 18563285076
###########################JSEncrypt############################ 18563285076
############################getAppId############################ 18563285076
Starting new HTTPS connection (1): m.client.10010.com:443
https://m.client.10010.com:443 "POST /mobileService/login.htm HTTP/1.1" 200 None
ERROR RequestId:fd9cffbe-952d-4f0c-adf0-581a866d4e28 Result:{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Traceback (most recent call last):\n File \"/var/user/index.py\", line 77, in main_handler\n Template(ZSMHAct) # 7\n File \"/var/user/index.py\", line 26, in Template\n ts.append(Thread(target=cls(mobile, password).run))\n File \"/var/user/activity/wolearn/zsmh.py\", line 11, in init\n super(ZSMHAct, self).init(mobile, password)\n File \"/var/user/activity/wolearn/wolearn.py\", line 13, in init\n super(WoLearn, self).init(mobile, password)\n File \"/var/user/utils/unicomLogin.py\", line 36, in init\n self.login()\n File \"/var/user/utils/unicomLogin.py\", line 199, in login\n \"reqtime\": str(self.timestamp)\nTypeError: 'str' object does not support item assignment","statusCode":430}
END RequestId:fd9cffbe-952d-4f0c-adf0-581a866d4e28
Report RequestId:fd9cffbe-952d-4f0c-adf0-581a866d4e28 Duration:2078ms Memory:128MB MemUsage:111.761719MB
仓库中复制utils/unicomLogin.py代码覆盖原先的
仓库中复制utils/unicomLogin.py代码覆盖原先的
提示最后一行有错误 删掉就正常运行了
但是运行好像并没什么效果 签到啥的都没有
活动执行时间的在代码中是固定的(其他时间都不执行),基本上活动在上午都执行完了 云函数触发配置更改了,代码中活动的执行时间也要更改(index.py里更改执行时间) 代码有更新,建议重新下载上传到云函数
活动执行时间的在代码中是固定的(其他时间都不执行),基本上活动在上午都执行完了 云函数触发配置更改了,代码中活动的执行时间也要更改(index.py里更改执行时间) 代码有更新,建议重新下载上传到云函数
哦哦 谢谢 试试
没看太懂