You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to initialize tonlib, I get this error: RuntimeError: Error in tonlibjson.__del__: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
No matter the tonlibjson, whether I allow unaudited binaries or not (specifying cdll_path) I get this error. I've installed already OpenSSL. I'm using Windows 64 bit with 32bit python environment
OpenSSL version:
PS C:\Users\user> openssl
OpenSSL> version
OpenSSL 1.1.1t 7 Feb 2023
Update:
Same thing on linux
The text was updated successfully, but these errors were encountered:
When I'm trying to initialize tonlib, I get this error:
RuntimeError: Error in tonlibjson.__del__: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
No matter the
tonlibjson
, whether I allow unaudited binaries or not (specifyingcdll_path
) I get this error. I've installed already OpenSSL. I'm using Windows 64 bit with 32bit python environmentOpenSSL version:
Update:
Same thing on linux
The text was updated successfully, but these errors were encountered: