error messages appear. what is the reason for this?
Unexpected exception in the send loop
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/telethon/network/connection/connection.py", line 306, in _send_loop
self._send(await self._send_queue.get())
File "/usr/local/lib/python3.8/dist-packages/telethon/network/connection/connection.py", line 364, in _send
self._writer.write(self._codec.encode_packet(data))
File "/usr/lib/python3.8/asyncio/streams.py", line 341, in write
self._transport.write(data)
File "uvloop/handles/stream.pyx", line 673, in uvloop.loop.UVStream.write
File "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive
RuntimeError: unable to perform operation on <TCPTransport closed=True reading=False 0x7f6fa8047740>; the handler is closed
give more context, did the connect break by server, is that uvloop
Обсуждают сегодня