Open QuiteHorn opened 1 year ago
Try to provide path for ur libtonlibjson.so file like this client.init_tonlib(cdll_path='/usr/bin/ton/tonlib/libtonlibjson.so')
.
maybe open SSL version is not suitable, try to Install OpenSSL v1.1.1 for Win64 from https://slproweb.com/products/Win32OpenSSL.html.
have this problem too
How did you guys solve this issue? I am having it when i tried to deploy on AWS, locally works, seems its something related to cdll_path
I had a similar error in Ubuntu 22.04, but I had this error caused by the absence of libcrypto.so.1.1:
OSError: libcrypto.so.1.1: cannot open shared object file: No such file or directory
To solve this problem, I used the following method: https://stackoverflow.com/a/72633324
have this problem too
I have the same situation, please help me
To solve this problem, I used the following method: https://stackoverflow.com/a/72633324
fixed thank you
Getting this issue so can't just start my script
The whole code: