Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeocoderError at /check/ #11

Open
ashivkum opened this issue Mar 14, 2016 · 2 comments
Open

GeocoderError at /check/ #11

ashivkum opened this issue Mar 14, 2016 · 2 comments

Comments

@ashivkum
Copy link

Error ZERO_RESULTS
Query: https://maps.google.com/maps/api/geocode/json?key=AIzaSyDsKQQt4URmaaDmYJybRZ-57QMreoCUD5c&language=&region=&bounds=&components=&address=&sensor=false

Recommend you handle 0 result case and display a proper page for it.

@psdh
Copy link
Member

psdh commented Mar 15, 2016

@ashivkum Hi! thanks for reporting this!
Note that the Query fails since there is no address (latitudes longitude) and not because routerush doesn't handle the 0 (or very less money) case properly.
So, In fact there are two bugs. the less amount bug and this.
(note that this works fine)

@psdh
Copy link
Member

psdh commented Mar 15, 2016

the Zero Results exception is raised by pyGeocoder that we are using to decode latitude and longitude to actual location. Unfortunately, I am not able to reproduce this on my internet connection.
I have seen this before when the website does not load properly. (since the location is read only when the background image loads IIRC).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants