Open argyili opened 3 years ago
I just run the demo code for testing the API. g = geocoder.yahoo('San Francisco, CA') The directed URL is like https://sgws2.maps.yahoo.com/FindLocation?q=San+Francisco%2C+CA&flags=J&locale=en-CA
g = geocoder.yahoo('San Francisco, CA')
Here is the response from that address, it sends error messages.
<ResultSet xmlns:yahoo="http://www.yahooapis.com/v1/base.rng" version="2.0" xml:lang="en-US"> <Error>5</Error> <ErrorMessage>Fatal Error - Missing or Invalid Input</ErrorMessage> <Locale>en-US</Locale> <Found>0</Found> <InputQuery>null</InputQuery> <Quality>0</Quality> </ResultSet>
I think the error reason is from the Yahoo provider source, but I am not sure.
I just run the demo code for testing the API.
g = geocoder.yahoo('San Francisco, CA')
The directed URL is like https://sgws2.maps.yahoo.com/FindLocation?q=San+Francisco%2C+CA&flags=J&locale=en-CAHere is the response from that address, it sends error messages.
I think the error reason is from the Yahoo provider source, but I am not sure.