Python uses requests to dock data to report error, json.decoder.jsondecodeerror

clipboard.png

clipboard.png
keep reporting this error. I don"t know what the problem is. Does anyone know this problem?

Mar.02,2021

is obviously a json parsing error. You should also post the response.text results and analyze what's wrong.
you can also use response.json ()

directly.
Menu