Solution : server sent a very new message with id telethon error ?

Server sent a very new message with ID xxxxxxxxxxxxxxxxxxx, ignoring Server sent a very new message with ID xxxxxxxxxxxxxxxxxxx, ignoring

What is Telethon?

 The Telethon module is a Python library that provides a convenient way to interact with the Telegram API. It is specifically designed to facilitate the development of Telegram client applications, bots, and other projects that require integration with the Telegram messaging platform.

With Telethon, developers can create applications that can send and receive messages, interact with user accounts, join channels, create groups, and perform various other operations available through the Telegram API. The module handles the underlying protocol and provides a high-level interface for developers to work with.

Telethon simplifies the process of authenticating and connecting to the Telegram API, handling the complexities of encryption, message handling, and interaction with Telegram servers. It provides an object-oriented approach to working with Telegram's features, making it easier to develop Telegram-based applications in Python.

Overall, Telethon is a powerful tool for Python developers who want to build applications that interact with the Telegram messaging platform.

server sent a very new message with id telethon error ? 

Whenever launching a telethon from an existing session I receive two error messages:

Server sent a very new message with ID xxxxxxxxxxxxxxxxxxx, ignoring Server sent a very new message with ID xxxxxxxxxxxxxxxxxxx, ignoring


And after that it gets clogged with the following error messages, preventing any execution:

[WARNING/2023-06-20] telethon. network.mtprotosender: Security error while unpacking a received message: Too many messages had to be ignored consecutively


I've attached some standard code which reproduces this error for me. Could someone please give me a heads-up on what's causing this? And what to do about it? Running 3.10 Python and latest Telethon from pip.


100% Working Solution :

enable the automatic setting of time and time zone in your Computer and Try Again.

Thank You!
Previous Post Next Post