skip to Main Content

since today, I’m getting this error when trying to login into my telegram account with telethon:

RPCError 406: UPDATE_APP_TO_LOGIN (caused by SendCodeRequest)

I don’t see this in the official documentation, any idea how to fix this?

3

Answers


  1. Have a look in the Telethon Updates Channel

    Edit: The Patch is already released, just update your telethon like shown below

    Quote:

    Telegram has started enforcing the use of 64-bit identifiers for users and chats, and the current stable version of the library does not support them yet. If you try to login, you may see UPDATE_APP_TO_LOGIN error.

    Login or Signup to reply.
  2. Just update telethon lib to version 1.24

    Login or Signup to reply.
  3. It’s worked in my case,

    pip install --upgrade telethon
    
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search