Skip to content

error start #41

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

Open
NezinQ opened this issue Jul 11, 2024 · 1 comment
Open

error start #41

NezinQ opened this issue Jul 11, 2024 · 1 comment

Comments

@NezinQ
Copy link

NezinQ commented Jul 11, 2024

Traceback (most recent call last):
File "/home/container/main.py", line 5, in
client.init_tonlib()
File "/home/container/.local/lib/python3.10/site-packages/ton/sync.py", line 19, in syncified
return loop.run_until_complete(coro)
File "/usr/local/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
return future.result()
File "/home/container/.local/lib/python3.10/site-packages/ton/client/tonlib_methods.py", line 67, in init_tonlib
wrapper = TonLib(self.loop, self.ls_index, cdll_path, self.verbosity_level, default_timeout=self.default_timeout)
File "/home/container/.local/lib/python3.10/site-packages/ton/tonlibjson.py", line 92, in init
tonlib = CDLL(cdll_path)
File "/usr/local/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libcrypto.so.1.1: cannot open shared object file: No such file or directory
Exception in tonlibjson.del: Traceback (most recent call last):
File "/home/container/.local/lib/python3.10/site-packages/ton/tonlibjson.py", line 133, in del
self._tonlib_json_client_destroy(self._client)
AttributeError: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
Exception ignored in: <function TonLib.del at 0x7ff0c73c6a70>
Traceback (most recent call last):
File "/home/container/.local/lib/python3.10/site-packages/ton/tonlibjson.py", line 136, in del
RuntimeError: Error in tonlibjson.del: 'TonLib' object has no attribute '_tonlib_json_client_destroy'
container@nookure~ Server marked as offline...

@andrewD46
Copy link

same

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