bashu / django-easy-maps

🗺 Google Maps with easy!
MIT License
145 stars 56 forks source link

google rejects address which raises an exception #34

Closed bashu closed 9 years ago

bashu commented 9 years ago

I'm not sure why this lat and lon aren't accepted (33.494152 -111.92079). When I use that address I get an error... Other lat and lons work just fine though.

Exception Type: GBadKeyError Exception Value:
The api_key is either invalid or does not match the domain for which it was given. Exception Location: /usr/local/lib/python2.7/dist-packages/geopy/geocoders/google.py in check_status_code, line 168


bashu commented 9 years ago

I have the same error but for all addresses on production server but on localhost it work ok


Original comment by: Łukasz Sitko

bashu commented 9 years ago

Yep. I'm having the same issue. With any address, on any environment. I always get the same error. :/

Reason: the V2 API is deprecated and may not work after March 2013

Pull requests that fix that:


Original comment by: iñigo medina

bashu commented 9 years ago

Should be resolved in 0.8


Original comment by: Mikhail Korobov