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
I got the same issue using ohsome-py API client when sending a request with bpolys as GeoJSON FeatureCollection: TypeError: the JSON object must be str, bytes or bytearray, not dict
I got the same issue using ohsome-py API client when sending a request with bpolys as GeoJSON FeatureCollection: TypeError: the JSON object must be str, bytes or bytearray, not dict
MR welcome.
Workaround would be to dump your dict as string using json.dumps(my_dict)
Originally posted by @matthiasschaub in #158 (comment)
The text was updated successfully, but these errors were encountered: