Skip to content

TdLib stopped responding after AuthorizationStateWaitPhoneNumber #910

@pgwrk

Description

@pgwrk

Something strange happened a few days ago.

When entering telegram, my application stop receiving all events after AuthorizationStateWaitPhoneNumber. The last event my app receives is AuthorizationStateWaitPhoneNumber. To send a phone number, the application calls

client.send(new TdApi.SetAuthenticationPhoneNumber(phoneNumber, null), new AuthorizationRequestHandler());

After that, it is supposed to receive AuthorizationStateWaitCode, but, for some reason, it doesn't happen. TdLib stopped responding and I don't get any error messages either.

Also, as I noticed, some other unofficial clients stopped working at the same stage, too, however, official client don't have this problem.

May be this problem related with Russia?
How to solved this issue?

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