td
td copied to clipboard
Problem when trying to log in to an application on the local environment
Hi. When trying to log into my application on my local computer, tdlib returns me “authorizationStateWaitTdlibParameters” to any telegram account. On another computer, the identical code works correctly and logs into accounts correctly, including those accounts that I can't log into on my local computer. What could be the problem. There is no blocking of the account itself. Could it be a computer IP lockout or a hardware ban?
authorizationStateWaitTdlibParameters means that you have to call setTdlibParameters. There are no other reasons to receive it.
OK, thanks for the answer