Aliaksei Levin

Results 707 comments of Aliaksei Levin

No. There is no such concept as "session file" in Telegram. You can log in in exactly the same way as in any other app.

See https://core.telegram.org/tdlib/getting-started#user-authorization.

Could you increase log verbosity level to 4 using the option `logVerbosityLevel=4` of `TdClient`, reproduce the issue, save the log as a file and send it to https://t.me/tdlib_bot?

Both errors look impossible. `MpscPollableQueue` must never be used at all in `tdweb` and the crash can signal some miscompilation issue. Did you use `emsdk 3.1.1` to build `tdweb`?

Thank you. You provided already much more details than I would have expected.

You are trying to run 2 Bot API servers in the same working directory simultaneously.

You have to contact developers of the bot.

This is a problem in your code. TDLib requests has no timeouts.

This can't affect `downloadFile`.