-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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...