ArcGISConnector-QGIS-Plugin icon indicating copy to clipboard operation
ArcGISConnector-QGIS-Plugin copied to clipboard

Service URL not recognised

Open MatzFan opened this issue 8 years ago • 4 comments

Hi, new to your plugin and tried to connect to the following service URL:

https://gps.digimap.gg/arcgis/rest/services/StatesOfJersey/JerseyPlanning/MapServer/0

I received this error: Traceback (most recent call last): File "/Users/me/.qgis2/python/plugins/connector/connector.py", line 342, in loadTreeView return self.warning(_translate("Connector", "Url not found.", None) + " \nError: " + e.message) TypeError: coercing to Unicode: need string or buffer, SSLError found

If I quote the url in " I get a popup window with this error, which looks like it is from Python requests:

image

Any help much appreciated, thanks

MatzFan avatar Sep 05 '15 22:09 MatzFan