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
Can the issue be reproduced under both asyncio and uvloop?: No, it reproduces only under uvloop
Traceback (most recent call last):
File "asyncpg/protocol/protocol.pyx", line 909, in asyncpg.protocol.protocol.BaseProtocol._writelines
File "uvloop/sslproto.pyx", line 163, in uvloop.loop._SSLProtocolTransport.writelines
File "uvloop/sslproto.pyx", line 652, in uvloop.loop.SSLProtocol._write_appdata
TypeError: object of type 'asyncpg.pgproto.pgproto.WriteBuffer' has no len()
Exception ignored in: 'asyncpg.protocol.protocol.CoreProtocol._bind_execute_many_more'
Traceback (most recent call last):
File "asyncpg/protocol/protocol.pyx", line 909, in asyncpg.protocol.protocol.BaseProtocol._writelines
File "uvloop/sslproto.pyx", line 163, in uvloop.loop._SSLProtocolTransport.writelines
File "uvloop/sslproto.pyx", line 652, in uvloop.loop.SSLProtocol._write_appdata
TypeError: object of type 'asyncpg.pgproto.pgproto.WriteBuffer' has no len()
The text was updated successfully, but these errors were encountered:
uvloop?: No, it reproduces only under uvloop
The text was updated successfully, but these errors were encountered: