We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: