You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "G:/coding/wenshu_spider-master/court.py", line 393, in
get_data(Param,Page,Order,Direction)
File "G:/coding/wenshu_spider-master/court.py", line 252, in get_data
json_data = json.loads(return_data)
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json_init_.py", line 354, in loads
return _default_decoder.decode(s)
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered:
我使用的是py3.6.1(64位) 将项目导入pycharm运行后得到以下错误
第1页
出现验证码
识别验证码为:1
验证码错误
识别验证码为:1
第1页
Traceback (most recent call last):
File "G:/coding/wenshu_spider-master/court.py", line 393, in
get_data(Param,Page,Order,Direction)
File "G:/coding/wenshu_spider-master/court.py", line 252, in get_data
json_data = json.loads(return_data)
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json_init_.py", line 354, in loads
return _default_decoder.decode(s)
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\Andrew\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
The text was updated successfully, but these errors were encountered: