-
Notifications
You must be signed in to change notification settings - Fork 4.1k
pgwire: python3 py-postgresql driver error #13191
Copy link
Copy link
Closed
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-pgwirepgwire protocol issues.pgwire protocol issues.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)meta-issueContains a list of several other issues.Contains a list of several other issues.
Description
Tried to connect using py-postgresql driver
postgresql.exceptions.ClientCannotConnectError: could not establish connection to server
CODE: 08001
LOCATION: CLIENT
CONNECTION: [failed]
failures[0]:
NOSSL socket('192.168.8.170', 26257)
postgresql.exceptions.ProtocolError: expected message of types b'K', but received b'Z' instead
CODE: 08P01
LOCATION: CLIENT
CONNECTOR: [IP4] pq://root@192.168.8.170:26257
category: None
DRIVER: postgresql.driver.pq3.Driver
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-sql-pgcompatSemantic compatibility with PostgreSQLSemantic compatibility with PostgreSQLA-sql-pgwirepgwire protocol issues.pgwire protocol issues.C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)meta-issueContains a list of several other issues.Contains a list of several other issues.