-
Notifications
You must be signed in to change notification settings - Fork 14
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
ProxySchemeUnknown error blocks service connection #11
Comments
Hi Michael, parsing of proxy settings seems to be faulty. Please help verify and change back to your original settings afterwards. Run this in the Python console: from PyQt4.QtCore import QSettings
s = QSettings()
s.setValue("proxy/proxyUser", None)
s.setValue("proxy/proxyPassword", None ) Then change proxy settings:
Does CKAN Browser work now? |
Hi, thanks for your answer, unfortunately it didn't work, but changed sth.:
2016-03-09T14:32:48 1 URL: http://ckan.data.ktn.gv.at/api/3/ Any ideas? |
sorry, missing the error code: |
Hi,
installed the plugin from QGIS 2.14 on Win7 (v 0.2.9). I cannot connect to any CKAN server neither on the internet nor in our intranet. I get this error in the log:
URL: http://ckan.data.ktn.gv.at/api/3/
api request: http://ckan.data.ktn.gv.at/api/3/action/group_list?all_fields=true
Unerwarteter Fehler beim Request: < class 'CKANBrowser.request.packages.urllib3.exceptions.ProxySchemeUnknown' >
I'm behind a proxy, but other internal and external services such as WxS or CSW work without problems.
In QGIS I have configured a HttpProxy in network settings.
Thanks, Michael
The text was updated successfully, but these errors were encountered: