rhming / UnicomDailyTask

联通日常任务 腾讯云函数定时执行
MIT License
152 stars 77 forks source link

读取Cookie失败,保存Cookie失败 #58

Open SG121 opened 2 years ago

SG121 commented 2 years ago

这是啥情况老哥,无法正常跑了

###########################readCookie########################### 1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################readCookie########################### 1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################readCookie########################### 1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################readCookie###########################1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################readCookie########################### 1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################readCookie########################### 1xxxxxxxxxx readCookie Expecting value: line 1 column 1 (char 0) 读取Cookie失败 #######################CookieStringToDict####################### 1xxxxxxxxxx #########################popupListInfo########################## 1xxxxxxxxxx #############################login############################## 1xxxxxxxxxx ########################getEncryptMobile######################## 1xxxxxxxxxx 1xxxxxxxxxx {"code":"0000","message":"自动登录成功","innercode":"0000"} ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################ 1xxxxxxxxxx ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) ###########################flushTime############################1xxxxxxxxxx ###########################saveCookie########################### 1xxxxxxxxxx saveCookie Expecting value: line 1 column 1 (char 0) 保存Cookie失败

SG121 commented 2 years ago

我重新注册了一个数据库账户重新设置了一下就成了。 不过之前的账户不能用了吗老哥

rhming commented 2 years ago

pythonanywhere仓库work.py文件要配置注册的账号密码,配合平台自带的计划任务,用于自动为部署的程序延长停运时间,可以一直运行。搭建过程有详细说明

如果没有配置好work.py文件因搭建数据服务的平台是免费账号,部署的程序超过三个月会自动停止运行,需要手动重启应用

SG121 commented 2 years ago

已设置,谢谢老哥