You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "overpass_script.py", line 4, in <module>
response = api.get(query, responseformat="xml", verbosity="meta")
File "/usr/local/lib/python3.5/dist-packages/overpass/api.py", line 80, in get
response = json.loads(r.text)
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column
The text was updated successfully, but these errors were encountered:
Wait a minute.. There is something specific to string encoding here.. It would really help to get the specific query that gave you this problem @rivermont -- thanks!
Seems to happen at api.py#87.
The text was updated successfully, but these errors were encountered: