qgisred / QGISRed

GNU General Public License v2.0
23 stars 8 forks source link

Uncaught xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0 #58

Closed Almavin closed 2 years ago

Almavin commented 3 years ago

Steps to reproduce

  1. First
  2. Second
  3. Third
Traceback (most recent call last):
  File "C:/Users/Nzumi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QGISRed\qgisred_plugins.py", line 1428, in runProjectManager
    dlg = QGISRedProjectManagerDialog()
  File "C:/Users/Nzumi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QGISRed\ui\qgisred_projectmanager_dialog.py", line 62, in __init__
    self.fillTable()
  File "C:/Users/Nzumi/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\QGISRed\ui\qgisred_projectmanager_dialog.py", line 110, in fillTable
    root = ElementTree.fromstring(data)
  File "C:\PROGRA~1\QGIS3~1.16\apps\Python37\lib\xml\etree\ElementTree.py", line 1315, in XML
    parser.feed(text)
  File "<string>", line None
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0

QGISRed 0.13, QGIS 3.16.3-Hannover on Windows 10

neslerel commented 3 years ago

Hi @Almavin, A few days ago you opened a similar issue (https://github.com/neslerel/QGISRed/issues/55). I commented that I don't see the steps to reproduce the error. I don't know if you are attaching any images, but they don't appear. Can you explain these steps better?

neslerel commented 2 years ago

Sorry @Almavin, this issue is opened from a long time without relevant information. If you continue having the same issue, please reopen it apporting extra info.

Thanks!