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
Describe the bug
I am using postgres as a broadcast channel backend.
Observed strange behavior when the client connection is being closed immediately after opening. The log files did not provide much for troubleshooting.
2024-05-13T13:27:24.206089+0000 | fastapi_websocket_rpc.websocket_rpc_e...| INFO | Client connection failed - 52764 :: 531a6024dc4d457ea5ad9857ddbb8ed9
2024-05-13T13:27:24.214804+0000 | websockets.legacy.server | INFO | connection closed
Traced the problem to a special character in the password string. Example: bnvcGy1pU%071lS
To Reproduce
Change postgress password to bnvcGy1pU%071lS and configure the server with new connection string (OPAL_BROADCAST_URI)
Expected behavior
Allow special characters in the password string
OPAL version
Version: [e.g. 0.7.5]
The text was updated successfully, but these errors were encountered:
Hi @tyndra I think this is a bug in asyncpg, that was fixed , could you check which version of asyncpg you have installed for Python running the server ?
Describe the bug
I am using
postgres
as a broadcast channel backend.Observed strange behavior when the client connection is being closed immediately after opening. The log files did not provide much for troubleshooting.
Traced the problem to a special character in the password string. Example:
bnvcGy1pU%071lS
To Reproduce
Change
postgress
password tobnvcGy1pU%071lS
and configure the server with new connection string (OPAL_BROADCAST_URI
)Expected behavior
Allow special characters in the password string
OPAL version
The text was updated successfully, but these errors were encountered: