qgisinspiretools / qgis-wfs20-client-plugin

QGIS Plugin for OGC Web Feature Service 2.0.0
11 stars 8 forks source link

Uncaught ParseError: mismatched tag: line 8, column 2 #11

Open rihorn opened 7 years ago

rihorn commented 7 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/ian.horn/.qgis2/python/plugins\wfsclient\wfsclientdialog.py", line 162, in getCapabilities
    root = ElementTree.fromstring(buf)
  File "C:\OSGEO4~1\apps\Python27\lib\xml\etree\ElementTree.py", line 1300, in XML
    parser.feed(text)
  File "C:\OSGEO4~1\apps\Python27\lib\xml\etree\ElementTree.py", line 1642, in feed
    self._raiseerror(v)
  File "C:\OSGEO4~1\apps\Python27\lib\xml\etree\ElementTree.py", line 1506, in _raiseerror
    raise err
ParseError: mismatched tag: line 8, column 2

wfsclient 0.9.8, QGIS 2.18.11 on Windows 7