We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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'
The text was updated successfully, but these errors were encountered:
Additionnal info: under a new profile with the exact same environment, the bug is not reproductible anymore
Sorry, something went wrong.
and when adding a single PostGIS connexion to that fresh new user, the bug is back
Guts
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: