json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
帅哥,已star ,有空帮忙看下这个是什么报错
Traceback (most recent call last): File "D:\Software\pythondata\venv\lib\site-packages\requests\models.py", line 971, in json return complexjson.loads(self.text, **kwargs) File "C:\Users\sss\AppData\Local\Programs\Python\Python39\lib\json_init_.py", line 346, in loads return _default_decoder.decode(s) File "C:\Users\sss\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Users\sss\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) json.decoder.JSONDecodeError: 期望值: 第 1 行第 1 列 (char 0) During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Software\pythondata\youdaonote-pull-master\pull.py", line 802, in
已终止执行
Process finished with exit code 1
根据错误提示看不出来是什么问题,如果解决可以反馈下,给其他人提供下解决思路