sdcdsvsdv423

Results 51 comments of sdcdsvsdv423

Seems like corrupted data is coming from TDLib. I couldn't reproduce this error. Please try to use different database folder. If it does not help it is better to create...

Do you have multiple clients?

Good news, I will check it.

@levlam Done. I have not encountered any issues for 2 clients working simultaneously. @AndrewLaneX, @safead can you check how multi clients work in your case? Requirements: Airgram 3.2.1, TDLib 1.6.9

@AndrewLaneX, fixed in `v3.2.2`

Hello, Session will be saving by `tdweb`, when the authorization state (update `updateAuthorizationState`) becomes the `authorizationStateReady`. 1. What is the response do you get, when invoke `api.checkAuthenticationPassword()`? Is there some...

Sorry for the late reply. Unfortunately, it's impossible: https://github.com/tdlib/td/issues/483#issuecomment-460578744

Airgram does not serve sessions, you should ask this question in TDLib repository. Maybe [this comment](https://github.com/tdlib/td/issues/225#issuecomment-387864038) give you more info.

Do you try to create a new Airgram instance with the same directory as the already initialized instance?

To destroy Airgram instance you need run: ```ts await airgram.provider.destroy() ``` Try the last version of Airgram (3.2.1) with TDLib (1.6.9). It was implemented a new TdJsonClient interface, which supports...