tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.11k stars 1.44k forks source link

step stuck:Please enter phone number #2854

Closed tomsfan closed 5 months ago

tomsfan commented 6 months ago

QQ截图20240422162237

I kept getting stuck after entering the phone number, After checking, my network is fine and I can access Telegram, and the tdlib.log is empty, May I ask what's going on?

levlam commented 6 months ago

You need to increase log verbosity level to see details. For example, pass 4 to Client.execute(new TdApi.SetLogVerbosityLevel instead of 0.