Open-EO / openeo-qgis-plugin

QGIS Plugin to connect and use openEO compliant backends.
Apache License 2.0
17 stars 1 forks source link

QGIS-plugin not working in 3.10 #78

Open davwis opened 2 years ago

davwis commented 2 years ago

Logg from qgis:

Kunde inte ladda plugin 'openeo-qgis-plugin-master' på grund av ett fel vid anrop med classFactory() metoden

TypeError: 'NoneType' object is not subscriptable Traceback (most recent call last): File "C:/PROGRA~1/QGIS3~1.10/apps/qgis-ltr/./python\qgis\utils.py", line 334, in _startPlugin plugins[packageName] = package.classFactory(iface) File "C:/Users/davwis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\openeo-qgis-plugin-master__init__.py", line 36, in classFactory return OpenEO(iface) File "C:/Users/davwis/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\openeo-qgis-plugin-master\openeo_connector.py", line 54, in init locale = QSettings().value('locale/userLocale')[0:2] TypeError: 'NoneType' object is not subscriptable