Matt Michels
Results
1
comments of
Matt Michels
Bump, and suggested workaround: **In __init__.py**: Change `str_response = response.readall().decode('utf-8')` from the following: ``` def _fetch_remote_json(service_url, params={}, use_http_post=False): """Retrieves a JSON object from a URL.""" request_url, response = _fetch_remote(service_url, params,...