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
Hi, I was trying to insert a non-ascii character in the postgresql database password,
It works perfectly fine with the postgresql, Tried to connect using Beekeeper and works successfully.
I was able to connect my database, do some operation , everything was perfectly fine.
But when I tried to use it with asyncpg , it gives following error.
Traceback (most recent call last):
File "asyncpg/protocol/coreproto.pyx", line 154, in asyncpg.protocol.protocol.CoreProtocol._process__auth
File "asyncpg/protocol/coreproto.pyx", line 561, in asyncpg.protocol.protocol.CoreProtocol._parse_msg_authentication
File "asyncpg/protocol/coreproto.pyx", line 649, in asyncpg.protocol.protocol.CoreProtocol._auth_password_message_md5
UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-23: ordinal not in range(128)
I want to know , why the limitation from asyncpg, when postgresql is allowing it.
I request you to please remove the limitation , if there is no special reason to put it.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, I was trying to insert a non-ascii character in the postgresql database password,
It works perfectly fine with the postgresql, Tried to connect using
Beekeeper
and works successfully.I was able to connect my database, do some operation , everything was perfectly fine.
But when I tried to use it with
asyncpg
, it gives following error.I want to know , why the limitation from asyncpg, when postgresql is allowing it.
I request you to please remove the limitation , if there is no special reason to put it.
Thank you.
The text was updated successfully, but these errors were encountered: