Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Endless quest" in attempt to export authorization #39

Open
vmato opened this issue Feb 13, 2021 · 4 comments
Open

"Endless quest" in attempt to export authorization #39

vmato opened this issue Feb 13, 2021 · 4 comments

Comments

@vmato
Copy link

vmato commented Feb 13, 2021

Once client connected to other DC it can not proceed work:

1 SendRequestAsync() calls RequestWithDcMigration()
2 it gets DataCenterMigrationException()
3 and calls ReconnectToDcAsync()
4 ReconnectToDcAsync() calls SendRequestAsync< TLExportedAuthorization > i.e. goto 1 :)

Where is a proper exit?

@atrdev-rgb
Copy link

Use tree
https://github.com/nblockchain/TgSharp/tree/2faFeature

@vmato
Copy link
Author

vmato commented Feb 17, 2021

This version suffers same problem

@atrdev-rgb
Copy link

Ниче не знаю, но у меня работает )))

@SmaGMan
Copy link

SmaGMan commented Nov 2, 2021

This occurs when you try to export the auth from the dc that is not the origin for the user. I fixed this issue in this commit
SmaGMan@f081731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants