Ali
Ali
i just tried with the `1.8` and I got this : ``` DEBUG tdlib parameters set DEBUG state changes handled properly DEBUG received new auth state: UpdateAuthorizationState { extra: None,...
> Push "enter" here. then it crashes without asking for verification code. shouldn't it print something ? like enter the thing or whatever... update: it seems that you have to...
it dumped an error when unwraping the result of GetMe saying you are unauthorized, which was solved when i copy pasted [this example](https://github.com/antonio-antuan/rust-tdlib/blob/master/examples/auth_bot.rs).
one more thing, its not related to this issue tho but im not sure if i should open another one. when I tried to Ping a proxy, after half a...
> So everything is fine? :) kinda yes, however im not sure what solved the issue or how it happend, but its gone for now, LoL
its weird, is it possible to somehow cancel the operation? its blocks the process unfortunately and doesnt return anything
```rust tdjson::set_log_verbosity_level(2); let tdlib_parameters = TdlibParameters::builder() .database_directory("tddb") .use_test_dc(false) .api_id(api_id) .api_hash(api_hash) .system_language_code("en") .device_model("Desktop") .system_version("Unknown") .application_version(env!("CARGO_PKG_VERSION")) .enable_storage_optimizer(true) .build(); let (sender, mut receiver) = tokio::sync::mpsc::channel::(100); let client = Client::builder() .with_tdlib_parameters(tdlib_parameters) .with_updates_sender(sender) .with_client_auth_state_handler(ConsoleClientStateHandlerIdentified::new(ClientIdentifier::PhoneNumber(phone) ))...
with level 3 its generates a massive amount of irrelevant logs, take a look at this: ``` [ 3][t 4][1701064615.421191930][Td.cpp:4062][#1][!Td][&td_requests] Sending update: updateUserFullInfo { user_id = 5656037268 user_full_info = userFullInfo...
I think I might be able to help if you could specify what needs to be done in #38
>probably it fixes the problem it did not, same thing happened again