| JSONDecodeError | |
| Exception Value: | Expecting value: line 1 column 1 (char 0) |
|---|
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/34b7736d-f946-451b-b83b-de72d3329da0%40googlegroups.com.
If the data being deserialized is not a valid JSON document, a
JSONDecodeErrorwill be raised.
geodata = response.json()