testerSunshine / 12306

12306智能刷票,订票
MIT License
33.88k stars 9.79k forks source link

print(f"url: {urls['req_url']}返回参数为空, 接口状态码: {response.status_code}" #329

Closed dhlhd closed 5 years ago

dhlhd commented 5 years ago

描述问题 运行 sudo python run.py 然后出现如下错误: Traceback (most recent call last): File "run.py", line 3, in from config.pushbearConf import sendPushBear File "/mnt/hgfs/share/12306/config/pushbearConf.py", line 4, in from myUrllib.httpUtils import HTTPClient File "/mnt/hgfs/share/12306/myUrllib/httpUtils.py", line 165 print(f"url: {urls['req_url']}返回参数为空, 接口状态码: {response.status_code}"

环境信息

testerSunshine commented 5 years ago

https://github.com/testerSunshine/12306/issues/321