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
I find this problem! WARNING Traceback (most recent call last): conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: role "XXX" does not exist
It seems the plugin fails in getting the proper Postgres user: "XXX" is my Windows 10 user
The text was updated successfully, but these errors were encountered:
First of all, thanks for this plugin. It is very useful, even though it does not work properly (for me).
The database is Postgresql running on localhost, so I don't think that the problem concerns rights (in this case). I installed the new version and something actually changed.
I can notice the following behaviour:
if the database credentials (user and pwd) are stored in the project the plugin works. Yet, the configuration dialog box still has some glitches. For instance, in the selection of the available configurations, there are several empty lines. More importantly, and if I well understand, the dialogue tries to provide with suggestions for available connections: it works intermittently.
conversely, when credentials are not stored in the project, I get the following error message: File "/usr/lib/python3/dist-packages/psycopg2/__init__.py", line 130, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: password authentication failed for user "NULL" FATAL: password authentication failed for user "NULL"
I find this problem!
WARNING Traceback (most recent call last): conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: role "XXX" does not exist
It seems the plugin fails in getting the proper Postgres user: "XXX" is my Windows 10 user
The text was updated successfully, but these errors were encountered: