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
I am sure the error is coming from Pyrogram's code and not elsewhere
I have searched in the issue tracker for similar bug reports, including closed ones
I ran pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip and reproduced the issue using the latest development version
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')>
The text was updated successfully, but these errors were encountered:
Checklist
pip3 install -U https://github.com/pyrogram/pyrogram/archive/master.zip
and reproduced the issue using the latest development versionDescription
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
The text was updated successfully, but these errors were encountered: