raise JSONDecodeError(\”Expecting value\”, s, err.value) from None json.decoder.JSONDecodeError: Ex…

接口练习

输出r.json()报错

raise JSONDecodeError("Expecting value", s, err.value) from None

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

原因:

返回值不是json格式的。