Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: Error in tonlibjson.__del__: 'TonLib' object has no attribute '_tonlib_json_client_destroy' #38

Open
iQiexie opened this issue May 22, 2023 · 1 comment

Comments

@iQiexie
Copy link

iQiexie commented May 22, 2023

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

@netbriler
Copy link

Hey, I also have this error. The issue was in debian version.

FROM python:3.11.4-slim-bullseye

this docker image is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants