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
g = geocoder.yahoo('San Francisco, CA')
g.json
Command Line Interface
$ geocode 'San Francisco, CA' --provider yahoo --out geojson
Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/geocoder/base.py", line 458, in _initialize json_response) if json_response else True File "/usr/local/lib/python3.6/site-packages/geocoder/yahoo.py", line 101, in _catch_errors status = json_response['statusDescription'] KeyError: 'statusDescription'
The text was updated successfully, but these errors were encountered:
I thinks its Yahoo API changed?
Both cli and python API reproduce the same error.
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/geocoder/base.py", line 458, in _initialize
json_response) if json_response else True
File "/usr/local/lib/python3.6/site-packages/geocoder/yahoo.py", line 101, in _catch_errors
status = json_response['statusDescription']
KeyError: 'statusDescription'
The text was updated successfully, but these errors were encountered: