Skip to content

InvalidOperationException: UPDATE_APP_TO_LOGIN #55

@farhad-rad

Description

@farhad-rad

This is the exception thrown when calling SendCodeRequestAsync
It is because Telegram forced all clients to use 64 bit identifier. Yet there is no such good library for c# as TgSharp (TLSharp) is and also unfortunately this library is not useable after this update of telegram. I DO ASK you to provide 64 bit identifiers for this powerful library. thank you.
Here is the stack trace:

TLSharp.Core.Network.MtProtoSender.processMessage(ulong messageId, int sequence, BinaryReader messageReader, TLMethod request, CancellationToken token)
TLSharp.Core.Network.MtProtoSender.Receive(TLMethod request, CancellationToken token)
TLSharp.Core.TelegramClient.RequestWithDcMigration(TLMethod request, CancellationToken token)
TLSharp.Core.TelegramClient.SendCodeRequestAsync(string phoneNumber, CancellationToken token)
Ako.Sbmu.Core.Telegram.SendCodeAsync() in Telegram.cs
 _authHash = await Client.SendCodeRequestAsync(_phoneNumber);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions