Kirill Belousov
Kirill Belousov
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...
As I remember we could run TTMediaBot on latest TeamTalk 5.12 and it worked normally. Maybe there are some breaking changes but we didn't find them yet. And I am...
After few hours of research i found several problems. They should be discussed. TTMediaBot during it's operation can sometimes resave the configuration in response to admin commands. When config is...
@artem59k Your proposal looks interesting. I am not sure that it is even possible with current python TeamTalk wrapper but if it is, we will try to implement requested feature.
Hello! Thanks for so quick reply and even more for the work you are doing. Unfortunately deep accessibility testing is not so quick and easy, so I cannot spend enough...
This is because of `youtube-search-python` is out of date. Manually downgrade `httpx` to version 0.27. Execute `pip install httpx==0.27`.
@beqabeqa473 Excuse my hasty unchecked conclusions. Now I have checked and everything besides this operator thing works without any problems.
This is not an issue of TTMediaBot. This happens because Youtube implements more strict protection against bots and automated requests. As far as I know, nothing can be done with...
After some research I found that RHVoice stores its SAPI voices information in registry there: `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\TokenEnums` And for 32 bit versions under x64 system here: `HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\SPEECH\Voices\TokenEnums` Maybe this helps.