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
@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)
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).
Error ZERO_RESULTS
Query: https://maps.google.com/maps/api/geocode/json?key=AIzaSyDsKQQt4URmaaDmYJybRZ-57QMreoCUD5c&language=®ion=&bounds=&components=&address=&sensor=false
Recommend you handle 0 result case and display a proper page for it.
The text was updated successfully, but these errors were encountered: