You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install the plugin in a non-default user profile, I get the following error:
Konnte Erweiterung 'ORStools' nicht laden aufgrund eines Fehlers beim Aufruf der classFactory() Methode
TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last):
File "C:\Users/GraserA/AppData/Local/miniconda3/envs/qgis/Library/./python\qgis\utils.py", line 423, in _startPlugin
plugins[packageName] = package.classFactory(iface)
File "C:\Users/GraserA/AppData/Roaming/QGIS/QGIS3\profiles\DE/python/plugins\ORStools\__init__.py", line 45, in classFactory
return ORStools(iface)
File "C:\Users/GraserA/AppData/Roaming/QGIS/QGIS3\profiles\DE/python/plugins\ORStools\ORStoolsPlugin.py", line 59, in __init__
locale = QgsSettings().value("locale/userLocale")[0:2]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
When trying to install the plugin in a non-default user profile, I get the following error:
The text was updated successfully, but these errors were encountered: