Closed moonstripe closed 1 year ago
Perhaps it's an issue with my build of tdlib?
[ 3][t 5][1694126101.512905836][Td.cpp:4060][#1][!Td][&td_requests] Sending update: updateOption {
name = "version"
value = optionValueString {
value = "1.8.17"
}
}
I'm not familiar with windows development. What if instead of passing it from environment variables you try to specify those parameters explicitly hardcoded in your code?
Just tried it hard-coded. Same issue.
Looks like others have fixed it in the Python version by reverting it to 1.8.0?
I'd say yes the reason is that. Especially because the lib currently supports only 1.8.0 :) I can provide support for a newer one, but I'm on vacation now and this is the first time in my life when I'm on vacation without laptop)) So I can dive into it not earlier than in a couple of weeks
Hey hey, no rush! Hopefully reverting the build will help!
I'll update this issue if it works!
Thanks as always for your speedy responses!
Works when I build the 1.8.0 version of TDLib!
Closing!
I'm trying to reproduce some of the functions I have working on MacOS, but I'm getting the following error:
Seems like the tdlib_params aren't being set properly, because when I set the verbosity level to 3, I see the following tdlib_params being sent:
Here's the code I'm using (essentially the same as on docs.rs):
I've checked that the environmental variables are set and retrieved correctly.