gumerov-amir / TTMediaBot

A bot for music streaming to TeamTalk Servers.
https://ttmediabot.ru
MIT License
58 stars 65 forks source link

Error on Ubuntu 20.04 Server #50

Closed slannon97 closed 2 years ago

slannon97 commented 2 years ago

I'm trying to get this to run on my Ubuntu 20.04 LTS VPS. I followed the instructions and it logs into the server, but it won't play anything. When I run it, I get this message as part of the output. ERROR [2021-11-29 19:05:30,398]: [5] User authorization failed: no access_token passed. in MainThread file: vk.py line 30 function initialize
INFO [2021-11-29 19:05:30,399]: Started in MainThread file: init.py line 47 function run

I've been told you have to activate some sort of trial for the SDK, but I can't find any documentation in this repo. What am I doing wrong?

lbk2907 commented 2 years ago

That error is cause of you not authorise VK to the bot.

On Tue, Nov 30, 2021, 10:15 AM Christopher Wright @.***> wrote:

I'm trying to get this to run on my Ubuntu 20.04 LTS VPS. I followed the instructions and it logs into the server, but it won't play anything. When I run it, I get this message as part of the output. ERROR [2021-11-29 19:05:30,398]: [5] User authorization failed: no access_token passed. in MainThread file: vk.py line 30 function initialize INFO [2021-11-29 19:05:30,399]: Started in MainThread file: init.py line 47 function run

I've been told you have to activate some sort of trial for the SDK, but I can't find any documentation in this repo. What am I doing wrong?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gumerov-amir/TTMediaBot/issues/50, or unsubscribe https://github.com/notifications/unsubscribe-auth/AM64WYTJGHX6N4C43LJVOYDUOQXTHANCNFSM5JATIIVQ .

slannon97 commented 2 years ago

How do I fix this error?

nunotfc commented 2 years ago

if yoiu will not use vk, just ignore it

slannon97 commented 2 years ago

Thank you for the information. I restarted the server and everything is working as expected.