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

libssl dependencies #112

Open
rut-04 opened this issue Jan 3, 2024 · 2 comments
Open

libssl dependencies #112

rut-04 opened this issue Jan 3, 2024 · 2 comments

Comments

@rut-04
Copy link

rut-04 commented Jan 3, 2024

I have tried set up a TTBot lately. Tried on ubuntu and debian and ever i have this answer:

/home/bot/.local/lib/python3.10/site-packages/pydantic/_migration.py:283: UserWarning: pydantic.error_wrappers:Validati onError has been moved to pydantic:ValidationError.
warnings.warn(f'{import_path} has been moved to {new_location}.')
Traceback (most recent call last):
File "/home/bot/TTMediaBot/TTMediaBot.py", line 7, in
from bot import Bot, app_vars
File "/home/bot/TTMediaBot/bot/init.py", line 10, in
from bot import (
File "/home/bot/TTMediaBot/bot/TeamTalk/init.py", line 19, in
from bot.TeamTalk.thread import TeamTalkThread
File "/home/bot/TTMediaBot/bot/TeamTalk/thread.py", line 14, in
from bot.TeamTalk.structs import *
File "/home/bot/TTMediaBot/bot/TeamTalk/structs.py", line 3, in
import TeamTalkPy
File "/home/bot/TTMediaBot/TeamTalkPy/init.py", line 1, in
from .TeamTalk5 import *
File "/home/bot/TTMediaBot/TeamTalkPy/TeamTalk5.py", line 24, in
dll = cdll.LoadLibrary("libTeamTalk5.so")
File "/usr/lib/python3.10/ctypes/init.py", line 452, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python3.10/ctypes/init.py", line 374, in init
self._handle = _dlopen(self._name, mode)
OSError: libssl.so.1.1: cannot open shared object file: No such file or directory

@cyrmax
Copy link
Collaborator

cyrmax commented Mar 17, 2024

What version of TeamTalk sdk do you use? From what commit you are starting the bot?
It is known that new TT sdk does not run correctly on Debian 11 and before and probably on Ubuntu 18 or 20 or before.

@lbk2907
Copy link

lbk2907 commented Mar 17, 2024 via email

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

3 participants