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 encountering an issue with Telethon while using it to connect to Telegram's API. Previously, a few years ago, the same code worked smoothly, allowing me to receive messages from group chats without any noticeable delays.
Actual behavior
However, when I recently attempted to reconnect using the same code, although messages are still received, their reception seems abnormal. There are long periods (many minutes) where no messages arrive, giving the impression that the messages are stuck, followed suddenly by receiving dozens of messages in a burst.
Traceback
No response
Telethon version
1.36.0
Python version
3.11
Operating system (including distribution name and version)
windows 11
Other details
No response
Checklist
The error is in the library's code, and not in my own.
I have searched for this issue before posting it and there isn't an open duplicate.
I ran pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip and triggered the bug in the latest version.
The text was updated successfully, but these errors were encountered:
Code that causes the issue
Expected behavior
I am encountering an issue with Telethon while using it to connect to Telegram's API. Previously, a few years ago, the same code worked smoothly, allowing me to receive messages from group chats without any noticeable delays.
Actual behavior
However, when I recently attempted to reconnect using the same code, although messages are still received, their reception seems abnormal. There are long periods (many minutes) where no messages arrive, giving the impression that the messages are stuck, followed suddenly by receiving dozens of messages in a burst.
Traceback
No response
Telethon version
1.36.0
Python version
3.11
Operating system (including distribution name and version)
windows 11
Other details
No response
Checklist
pip install -U https://github.com/LonamiWebs/Telethon/archive/v1.zip
and triggered the bug in the latest version.The text was updated successfully, but these errors were encountered: