BRGM / gml_application_schema_toolbox

GML Application Schema toolbox is a QGIS plugin allowing to manipulate OGC Complex Features
https://brgm.github.io/gml_application_schema_toolbox/
GNU General Public License v2.0
27 stars 18 forks source link

Uncaught TypeError: __init__() got an unexpected keyword argument 'uri' #216

Open frida-161 opened 2 years ago

frida-161 commented 2 years ago

Environment

Description

The Issue #126 was closed but still occurs on 1.4.0beta4.

To Reproduce

See issue above.

Logs

TypeError: GmlasPostgisDB.__init__() got an unexpected keyword argument 'uri' 
Traceback (most recent call last):
  File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/gui/database_widget.py", line 111, in on_pgsqlConnectionsBox_currentIndexChanged
    self._pgsql_db = GmlasPostgisDB.from_name(
  File "/home/t5n/.local/share/QGIS/QGIS3/profiles/HVBG/python/plugins/gml_application_schema_toolbox/extlibs/qgis_processing_postgis.py", line 192, in from_name
    return cls(uri=uri)
TypeError: GmlasPostgisDB.__init__() got an unexpected keyword argument 'uri'