Skip to content

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

@frida-161

Description

@frida-161

Environment

  • Plugin version: 1.4.0beta4
  • QGIS version: 3.24.2-Tisler
  • Python Version: 3.10.4
  • Operating System: Arch Linux

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugHouston, we've a problem!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions