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

GeoCoding plugin error - TypeError: __init__() got an unexpected keyword argument 'proxies' #22

Open
sindile opened this issue Nov 14, 2017 · 0 comments

Comments

@sindile
Copy link

sindile commented Nov 14, 2017

I am running QGIS 2.18.14 on Ubuntu 17.10, I get the following error when trying to run the plugin:

An error has occurred while executing Python code:

TypeError: init() got an unexpected keyword argument 'proxies'
Traceback (most recent call last):
File "/home/sxj/.qgis2/python/plugins/GeoCoding/GeoCoding.py", line 214, in geocode
geocoder = self.get_geocoder_instance()
File "/home/sxj/.qgis2/python/plugins/GeoCoding/GeoCoding.py", line 303, in get_geocoder_instance
return geocoder(proxies=proxyConnection)
TypeError: init() got an unexpected keyword argument 'proxies'

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

1 participant