KurimuzonAkuma / pyrogram

Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
https://pyrogram.org
GNU Lesser General Public License v3.0
267 stars 72 forks source link

Auto restart return an Exception #65

Open X-Gorn opened 2 months ago

X-Gorn commented 2 months ago

Checklist

Description

The auto restart fails and bot stopped working.

Steps to reproduce

Make the bot having connection error and throwing OSError.

Code example

No response

Logs

Task exception was never retrieved
future: <Task finished name='Task-218707' coro=<Session.restart() done, defined at /usr/local/lib/python3.9/site-packages/pyrogram/session/session.py:183> exception=RuntimeError('read() called while another coroutine is already waiting for incoming data')>