eDatos / istacqgis

QGIS plugin for accessing open-data, distributed through the APIs of the Canary Islands Data Infrastructure and Statistical Metadata (eDatos)
https://plugins.qgis.org/plugins/istacqgis/
GNU Affero General Public License v3.0
3 stars 0 forks source link

Problem with ISTAC plugin in QGIS: #4

Open PilarIbarrondo opened 6 months ago

PilarIbarrondo commented 6 months ago

I don't know why the ISTAC plugin for QGIS doesn't work. I get the following error message:

TypeError: string indices must be integers, not 'str' Traceback (most recent call last): File "C:\Users/Pilar/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\istacqgis\BaseDialog.py", line 95, in getCbSubjects self.setCbIndicators(subject) File "C:\Users/Pilar/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\istacqgis\BaseDialog.py", line 107, in setCbIndicators indicators_title_es = {indicator["id"]: indicator["title"]["es"] for indicator in indicators['items']}


TypeError: string indices must be integers, not 'str'
rafsuaveg commented 1 month ago

I also have the same error. Has anyone solved it?