• 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.

TS3Client doesnt work on sinusbot.

PiciuU

Member
I had to upgrade ts3 server to 3.3.0 version, this forced me to update ts3 client from 3.0.18.2 version to 3.1.x and now i can't turn on sinusbot correctly.


2018/08/12 20:59:15 5b9537ca 6a43ec76 INFO TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018/08/12 20:59:15 5b9537ca 6a43ec76 DEBUG TS>This application failed to start because it could not find or load the Qt platform plugin "xcb"
2018/08/12 20:59:15 5b9537ca 6a43ec76 ERROR TS3Client reported missing dependencies. Please install all dependencies according to the installation instructions and try again. For more details, visit the SinusBot website / forums.

OS: Debian 8

Any tips or ways to fix it?
 
Last edited:

PiciuU

Member
Mainly cause of NPL requirements "As one of our TeamSpeak NPL license holders we would like to inform you of a new upcoming client release, that will require you to update the TeamSpeak software version you are currently running on your server." so i updated to the newest version.

I tried LogLevel = 10 but it didnt help
 

Kamikaze

Well-Known Member
Contributor
Mainly cause of NPL requirements "As one of our TeamSpeak NPL license holders we would like to inform you of a new upcoming client release, that will require you to update the TeamSpeak software version you are currently running on your server." so i updated to the newest version.

I tried LogLevel = 10 but it didnt help
Oh okay. Restart your Bot and post full Log. Read this too https://forum.sinusbot.com/threads/read-me-before-you-post.342/
You can get more help if you provide more informations ;)
 

PiciuU

Member
SinusBot 0.10.8-71ba94b
OS: Debian 8
Hardware: VPS OpenVZ 6GB Intel Xeon CPU E5-2640
TS client version: 3.1.8


Sinusbot Logs:
2018-08-13T03:40:19+02:00 Closed.
2018-08-13T03:40:19+02:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2018-08-13T03:40:19+02:00 Starting instance ts3server://127.0.0.1?port=9987&nickname=%5B%C2%BB%20DreamSpeak%20%C2%AB%5D%20Admin%20Bot&password=&cid=1135&channelpassword=
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not delete from FileTransferno such table: FileTransfer
2018-08-13T03:40:19+02:00 Could not create Notifications-Tabletable Notifications already exists
2018-08-13T03:40:19+02:00 Could not create WhisperReceive-Tabletable WhisperReceive already exists
2018-08-13T03:40:19+02:00 Could not create Chat-Tabletable Chat already exists
2018-08-13T03:40:19+02:00 About to run.


config.ini

ListenPort = 8087
ListenHost = "0.0.0.0"
TS3Path = "/home/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
LogLevel = 10

Restarts dont work
 

PiciuU

Member
I reinstalled sinusbot, then downloaded and configured ts client 3.1.8 with this commands

wget http://dl.4players.de/ts/releases/3.1.8/TeamSpeak3-Client-linux_amd64-3.1.8.run
chmod 0755 TeamSpeak3-Client-linux_amd64-3.1.8.run
./TeamSpeak3-Client-linux_amd64-3.1.8.run

and two commands which helped me to fix the problem

rm TeamSpeak3-Client-linux_amd64/xcbglintegrations/libqxcb-glx-integration.so
mkdir TeamSpeak3-Client-linux_amd64/plugins

after this all i had to do with ts client was change TS3Path in config.ini and copy plugin
 
Top