aztro

FREEMIUM
Verified
Por Sameer Kumar | Actualizada un mese fa | Science
Popularidad

0.4 / 10

Latencia

615ms

Nivel de servicio

51%

Health Check

N/A

Volver a todas las conversaciones

json typeerror

Rapid account: Quarks 1
Quarks1
2 anni fa

I’m currently having an issue where randomly I’ll get the error “TypeError: the JSOn osbjext must be str, bytes, or bytearray, not dict” when trying to do json.loads. It’s weird because it works sometimes, but then other times causes this error without changing the code at all. Do you know why this happens?

Rapid account: Sameer Kumar
sameer.kumar Commented un anno fa

Likely issue is in
**new_response = json.loads(response.json())**
replace it with new_response = response.json()

Rapid account: Quarks 1
Quarks1 Commented 2 anni fa

I am trying to extract the “description” part of the response
to do this i am doing
new_response = json.loads(response.json())
description = new_response[“description”]

This is all in python, am I doing something wrong?

Únase a la conversación, añada un comentario a continuación:

Inicie sesió/Regístrese para publicar nuevos comentarios