-
Notifications
You must be signed in to change notification settings - Fork 17
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
Geocoding Error: local variable 'url' referenced before assignment when using Google API #32
Comments
Hi, Having the same problem here. |
The issue comes from the OsmGeoCoder class (inside geocoders.py file). It's easy to fix but I never did that on a GitHub project, can I make the change and commit it ? |
Sure: hit fork on the top right corner of the repo window (this window) and make a PR |
… using google API
Do I have to increment the version on metadata.txt file or you manage it ? |
Please update metadata as well (and add a changelog line with your name in it if you want). |
Just found this same error in the GeoCoding Plugin and have been looking for the solution. The Google engine is the only one accurate enough for me to use. The Reverse GeoCoding works fine but the Address GeoCoder does not. Tested my Google API Key at https://www.gpsvisualizer.com/geocode and it DID NOT work. Set the key with no website restrictions but had to add another API to the key - it now has: Geocoding API and Maps JavaScript API and works well on GPSvisualizer but still not working on the GeoCoding plugin. HELP!!! Joe:-) |
Hi,
I got the following error message if I use my Google API option to geocode addresses:
"There was an error with the geocoding service:
local variable 'url' referenced before assignment."
Please help,
Sami
The text was updated successfully, but these errors were encountered: