Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

Sorry, library isn't maintained now, and will have no updates in coming year. If you need it, you can fork it and build tdlib on your own, with the help...

Hi Lib already contains prebuilt `libtdjni.so` inside Jar In current version, exists bug that first it tries to load it using `System.loadLibrary` [here is the logic for it](https://github.com/whyoleg/ktd/blob/master/client/raw/src/jvmMain/kotlin/dev/whyoleg/ktd/Link.kt#L5) It was...

tdlib for `linux` was prebuilt using github actions, on ubuntu 18.04, OPENSSL version there is 1.1.1d-1+ubuntu18.04 So I think you need to update OPENSSL even 16.04 is LTS, new LTS...

I will add info about build environment and versions of dependencies during the next release phase. Thx that you found it!

@rusnasonov So, the exception is expected... Because that lib uses custom pre-built tdlib with different package names, and in next release it will even change a lot... So for now,...

For now I will reopen that issue, and before next release document that and provide links to CLI and how to use it

Yes, good catch, it was useful during testing and understanding what goes wrong from users. Better to replace it with some custom exceptions in next release.

Hi Which version of lib do you use? Also, is it android or jvm artifact used? Looks like it isn't latest release

Ok, are you sure, that there is no `tdjni` native lib in default paths? It looks, like it's even don't try to load it from artifact. If there are no...

Hm, and how you built it? You need to use `cli` module in that project to build it with right JNI bindings file, which is different from that, which is...