aztro

FREEMIUM
Verified
Durch Sameer Kumar | Aktualisiert vor einem Monat | Science
Popularität

0.5 / 10

Latenz

622ms

Service Level

44%

Health Check

N/A

Zurück zu allen Diskussionen

json typeerror

Rapid account: Quarks 1
Quarks1
vor 2 Jahren

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 vor einem Jahr

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

Rapid account: Quarks 1
Quarks1 Commented vor 2 Jahren

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?

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen