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:

Any help much appreciated, thanks
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 foundIf I quote the url in " I get a popup window with this error, which looks like it is from Python requests:
Any help much appreciated, thanks