Closed sgrellet closed 3 years ago
Bugs appearing (at least) through 2 UseCases:
Note that in both cases the bug does not prevent to continue using the plugin
TypeError: __init__() got an unexpected keyword argument 'uri' Traceback (most recent call last): File "C:/Users/grellets/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gml_application_schema_toolbox\gui\database_widget.py", line 111, in on_pgsqlConnectionsBox_currentIndexChanged self.pgsqlConnectionsBox.currentText() File "C:/Users/grellets/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\gml_application_schema_toolbox\extlibs\qgis_processing_postgis.py", line 192, in from_name return cls(uri=uri) TypeError: __init__() got an unexpected keyword argument 'uri'
Additionnal info: under a new profile with the exact same environment, the bug is not reproductible anymore
and when adding a single PostGIS connexion to that fresh new user, the bug is back
Environment
Description
Bugs appearing (at least) through 2 UseCases:
Note that in both cases the bug does not prevent to continue using the plugin
To Reproduce
Logs