typelevel / skunk

A data access library for Scala + Postgres.
https://typelevel.org/skunk/
MIT License
1.56k stars 157 forks source link

Unhandled backend message #1057

Open pontaoski opened 3 months ago

pontaoski commented 3 months ago
[error] 🔥  An unhandled backend message was encountered
[error] 🔥    at /home/runner/work/skunk/skunk/modules/core/shared/src/main/scala/net/protocol/Startup.scala:52
[error] 🔥  
[error] 🔥    Message: UnknownMessage(Y, ByteVector(6 bytes, 0x352e352e352d))
[error] 🔥  
[error] 🔥  This is an implementation error in Skunk.
[error] 🔥  Please report a bug with the full contents of this error message.
[error] skunk.exception.ProtocolError: UnknownMessage(Y, ByteVector(6 bytes, 0x352e352e352d))

ce3 is 3.3.12, skunk is 0.6.3, postgres 15.4

mpilquist commented 3 months ago

Hm, only reference I see to a message with type Y is here: https://www.postgresql.org/docs/current/protocol-logicalrep-message-formats.html But that doesn't seem related to the startup sequence. Can you provide some more details on how you got this error?