首页上一页 1 下一页尾页 1 条记录 1/1页
快手爬票运行代码无法查询车票信息和卧铺信息,报错内容如下
发表在Python图书答疑
2020-04-16
《Python从入门到项目实践》第1章 踏上Python之旅
是否精华
是
否
版块置顶:
是
否
D:\python3.6\python3.6.4\python.exe "C:/Users/Administrator/Downloads/ticket _analysis/show_window.py"
Traceback (most recent call last):
File "C:/Users/Administrator/Downloads/ticket _analysis/show_window.py", line 65, in on_click
data = query(get_date, from_station, to_station) # 发送查询请求,并获取返回的信息
File "C:\Users\Administrator\Downloads\ticket _analysis\query_request.py", line 22, in query
result = response.json()
File "D:\python3.6\python3.6.4\lib\site-packages\requests\models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "D:\python3.6\python3.6.4\lib\json\__init__.py", line 354, in loads
Process finished with exit code 255