Closed davidafuller01 closed 3 years ago
can't reproduce it here
I'm getting the same warning but searching still works:
2021-03-11T09:56:14 WARNING warning:/usr/lib/python3/dist-packages/urllib3/connectionpool.py:860: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
traceback: File "/home/denis/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 477, in run
cumulative_status=self.status_filter
File "/home/denis/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_external_api_python/api/api_v1.py", line 30, in get_geoservices
return self._get_json(self.full_url(sub_url), params)
File "/home/denis/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_external_api_python/api/api_abstract.py", line 53, in _get_json
response = get(url, params=_params, verify=False)
File "/usr/lib/python3/dist-packages/requests/api.py", line 72, in get
return request('get', url, params=params, **kwargs)
File "/usr/lib/python3/dist-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 520, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python3/dist-packages/requests/sessions.py", line 630, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send
timeout=timeout
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 860, in _validate_conn
InsecureRequestWarning)
@davidafuller01, InsecureRequestWarning fixed in 0.19.15. This warning should not affect the functionality of the plugin. Please create a new issue with a detailed description if you have any problems with the functionality of the plugin.
Getting this when trying to search. At this point, the plugin in non-functioning.