• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Bot cant join server

Nerfic

New Member
Hello,

Sorry for my English who is really bad. (Thanks Google).
I followed this tutorial. Everything works, but when my bot is configured and I run it I get an error message and it does not connect to my server.

Version Sinusbot and Teamspeak : latest.
OS : Debian 9 64 bits

Code:
sinusbot@vps583596:/opt/sinusbot$ ./sinusbot
___ ___ _  _ _   _ ___ ___  ___ _____  BETA
/ __|_ _| \| | | | / __| _ )/ _ \_   _|
\__ \| || .` | |_| \__ \ _ \ (_) || |
|___/___|_|\_|\___/|___/___/\___/ |_|

Version: 0.14.3-0e747fd
(C) 2013-2018 Michael Friese. All rights reserved.

2018/09/03 05:24:15 X [MAIN] Starting up fake x-server...
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin advertising.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin alonemode.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin bookmark.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin followme.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin norecording.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin rememberChannel.js
2018/09/03 05:24:15 [GENERAL/SCRIPTS] INFO   Loading ScriptPlugin welcome.js
2018/09/03 05:24:16 c279c04f          INFO   Loading instances
2018/09/03 05:24:16 c279c04f          INFO   Loading instance://ded4681f-e1eb-43f2-ac97-10bee9bdbce2
2018/09/03 05:24:16 c279c04f ded4681f INFO   Initialization complete
2018/09/03 05:24:16 c279c04f          INFO   Loading instance://ce544821-242d-45e2-b36a-5299b9df0568
2018/09/03 05:24:16 c279c04f ce544821 INFO   Initialization complete
2018/09/03 05:24:16 [GENERAL/FFMPEG ] INFO   FFmpeg/avcodec v3741798; license: LGPL version 2.1 or later; 81 codecs
2018/09/03 05:24:16 [GENERAL/FFMPEG ] INFO   FFmpeg/avformat v3742052; license: LGPL version 2.1 or later; 143 formats
2018/09/03 05:24:16 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from the webinterface. http://0.0.0.0:8087
2018/09/03 05:24:16 c279c04f ded4681f INFO   Starting instance ts3server://51.75.24.10?port=9987&nickname=Music&password=&channel=&channelpassword=
2018/09/03 05:24:16 c279c04f ded4681f INFO   TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018/09/03 05:24:16 c279c04f ded4681f DEBUG  Closed.
2018/09/03 05:24:16 c279c04f ce544821 INFO   Starting instance ts3server://51.75.24.10?port=9987&nickname=lol&password=&channel=&channelpassword=
2018/09/03 05:24:16 c279c04f ce544821 INFO   TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018/09/03 05:24:16 c279c04f ce544821 DEBUG  Closed.
2018/09/03 05:24:16 [GENERAL/RADIO  ] INFO   RadioStation data loaded
2018/09/03 05:24:16 [GENERAL/RADIO  ] INFO   Imported radio stations
2018/09/03 05:24:25 c279c04f ce544821 DEBUG  Prespawn.
2018/09/03 05:24:25 c279c04f ce544821 DEBUG  About to run.
2018/09/03 05:24:25 c279c04f ce544821 INFO   Starting instance ts3server://51.75.24.10?port=9987&nickname=lol&password=&channel=&channelpassword=
2018/09/03 05:24:25 c279c04f ce544821 DEBUG  TS>/opt/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory
2018/09/03 05:24:25 c279c04f ce544821 DEBUG  Closed.
2018/09/03 05:24:25 c279c04f ce544821 INFO   TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018/09/03 05:24:46 c279c04f ded4681f DEBUG  Storing configuration.

Thanks!
 
Last edited:

Kir-à

Helping Hand
is awesome!
Contributor
Hey,

2018/09/03 05:24:25 c279c04f ce544821 DEBUG TS>/opt/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64: error while loading shared libraries: libXcomposite.so.1: cannot open shared object file: No such file or directory

I would recommend you to use the installer instead.

https://sinusbot-installer.de

Sincerely,
 

Everlike

Well-Known Member
Contributor
Try to install libXcomposite
This is probably the command
apt-get install libxcomposite-dev
Or this ->
32-bit Debian or Ubuntu : apt-get install libxcomposite1
64-bit Debian or Ubuntu : apt-get install libxcomposite1:i386
 
Top