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

Sinusbot "connection lost" after playing music

Hello,

I installed the Sinusbot on Linux-Server 18.04.3 LTS. When I start the bot, he connects normal, but when I press the play button to play a song the interface shows me, that the song is playing, but the bot didn't play it and timed out after some seconds so that I have to restart it.

Sinusbot-Version: SinusBot 1.0.0-beta.5-b262b6a
TeamSpeak Version: 3.2.2
Server Version: 3.10.2
OS: Linux-Server 18.04.3 LTS
Specs: 3GB RAM | Intel Pentium 4 @3GHz | 74 GB HDD (It's an old PC)
Config.ini
Code:
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]EnableDebugConsole[/TD]
[TD](internal use only)[/TD]
[/TR]
[TR]
[TD]EnableLocalFS[/TD]
[TD](internal use only)[/TD]
[/TR]
[TR]
[TD]EnableProfiler[/TD]
[TD](internal use only; deprecated)[/TD]
[/TR]
[TR]
[TD]EnableWebStream[/TD]
[TD]allow the bot to export the audiostream via http or icecast; disabled by default[/TD]
[/TR]
[TR]
[TD]DataDir[/TD]
[TD]This can be used to specify the data directory the bot should use. Default is ./data inside the bot root.[/TD]
[/TR]
[TR]
[TD]Hostname[/TD]
[TD]Hostname to use for the certificate when UseSSL is enabled[/TD]
[/TR]
[TR]
[TD]InstanceActionLimit[/TD]
[TD]number of http requests / actions (per instance and second) before a limit will prevent further actions[/TD]
[/TR]
[TR]
[TD]IsProxied[/TD]
[TD]if enabled, the bot will trust proxied headers and use the ips from there[/TD]
[/TR]
[TR]
[TD]License[/TD]
[TD]one or more valid licenses[/TD]
[/TR]
[TR]
[TD]LicenseKey[/TD]
[TD]hostspecific license key; used for license-requests. Don't change![/TD]
[/TR]
[TR]
[TD]ListenHost[/TD]
[TD]IP-address the bot should listen on; default 0.0.0.0 will listen on all interfaces / IP-addresses[/TD]
[/TR]
[TR]
[TD]ListenPort[/TD]
[TD]Port the bot should listen on[/TD]
[/TR]
[TR]
[TD]LocalPlayback[/TD]
[TD](internal use only)[/TD]
[/TR]
[TR]
[TD]LogFile[/TD]
[TD]if specified, output will be logged to this file instead of stdout[/TD]
[/TR]
[TR]
[TD]MaxBulkOperations[/TD]
[TD]number of entries that can be moved with one operation (add to playlist, move to folder and such)[/TD]
[/TR]
[TR]
[TD]LogLevel[/TD]
[TD]verbosity of the log; default is 3[/TD]
[/TR]
[TR]
[TD]Pragma[/TD]
[TD](caution!) used to override database version; DO NOT SET![/TD]
[/TR]
[TR]
[TD]RunAsGroup[/TD]
[TD]gid to use for privilege drop[/TD]
[/TR]
[TR]
[TD]RunAsUser[/TD]
[TD]uid to use for privilege drop[/TD]
[/TR]
[TR]
[TD]SampleInterval[/TD]
[TD]number of milliseconds of audiodata that is handled in a batch; 60 is sane for most installations, on Windows tuning this can help preventing stuttering[/TD]
[/TR]
[TR]
[TD]SSLCertFile[/TD]
[TD]certificate to use for SSL connections[/TD]
[/TR]
[TR]
[TD]SSLKeyFile[/TD]
[TD]private key to use for SSL connections[/TD]
[/TR]
[TR]
[TD]Token[/TD]
[TD]random security token, generated on first start; to change, remove it[/TD]
[/TR]
[TR]
[TD]TS3Path[/TD]
[TD]Path to the TeamSpeak 3 Client executable[/TD]
[/TR]
[TR]
[TD]UploadLimit[/TD]
[TD]maximum number of bytes a file is allowed to have when uploading; default 80M[/TD]
[/TR]
[TR]
[TD]UseSSL[/TD]
[TD]if set to true, the bot will only accept https-connections; Hostname MUST be specified[/TD]
[/TR]
[TR]
[TD]YoutubeDLPath[/TD]
[TD]Path the the youtube-dl executable[/TD]
[/TR]
[/TABLE]
TS3
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]AvatarMaxWidth[/TD]
[TD]if set, all uploaded avatars will be limited (resized) to this value[/TD]
[/TR]
[TR]
[TD]AvatarMaxHeight[/TD]
[TD]if set, all uploaded avatars will be limited (resized) to this value[/TD]
[/TR]
[/TABLE]
YoutubeDL
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]BufferSize[/TD]
[TD]number of bytes to use for buffering (useful to tune on slow connections)[/TD]
[/TR]
[TR]
[TD]MaxDownloadSize[/TD]
[TD]maximum size of files to download via ytdl[/TD]
[/TR]
[TR]
[TD]MaxDownloadRate[/TD]
[TD]if you want to slow down ytdl to prevent traffic spikes, use this[/TD]
[/TR]
[TR]
[TD]CacheStreamed[/TD]
[TD]if streaming via ytdl, enabling this will cause the streams to get stored inside the cache directory; please be aware that you have to delete the cache files manually (that's safe to do)[/TD]
[/TR]
[/TABLE]
Plugins
This section will hold configuration values for used plugins. Please see the manual of the plugin to use for what settings are required.

Scripts
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]AllowReload[/TD]
[TD]Enables a script function that allows hot script reloading (added scripts will still need a restart of the bot)[/TD]
[/TR]
[TR]
[TD]EnableTimer[/TD]
[TD]Enable the timer event (disabled by default); deprecated, will get removed soon[/TD]
[/TR]
[/TABLE]
SpeechRecognition
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]Enable[/TD]
[TD]Enable speech recognition; requires additional files to work[/TD]
[/TR]
[/TABLE]
XServer
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]Delay[/TD]
[TD]Throttle XServer events to save CPU cycles (DON'T CHANGE)[/TD]
[/TR]
[TR]
[TD]Debug[/TD]
[TD](internal only)[/TD]
[/TR]
[/TABLE]
DAV
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]Enable[/TD]
[TD]Enables serving the music files via DAV backend; experimental[/TD]
[/TR]
[/TABLE]
FFmpeg
[TABLE]
[TR]
[TH]Field[/TH]
[TH]Value[/TH]
[/TR]
[TR]
[TD]UserAgent[/TD]
[TD]Can be used to replace the default user-agent header FFmpeg uses[/TD]
[/TR]
[/TABLE]
Instance-Log:
Code:
2020-01-07T16:23:00+01:00 STOP [admin] OK
2020-01-07T16:22:49+01:00 TSClient quit.
2020-01-07T16:22:49+01:00 PLAY [admin] d1ffedb6-8171-4c8e-9b35-54c933f87621 OK
2020-01-07T16:21:50+01:00 CHAT 1 [jan @ MrCookie003 | Jan] Password updated. / OK
2020-01-07T16:21:50+01:00 PRIVATE-CHAT [MrCookie003 | Jan] password <REDACTED>
2020-01-07T16:21:43+01:00 CHAT 1 [MrCookie003 | Jan] < register jan > Registration succeeded
2020-01-07T16:21:43+01:00 PRIVATE-CHAT [MrCookie003 | Jan] register jan
2020-01-07T16:21:09+01:00 CHAT 1 [MrCookie003 | Jan] < register > Command ignored, user unknown.
2020-01-07T16:21:09+01:00 PRIVATE-CHAT [MrCookie003 | Jan] register
2020-01-07T16:20:49+01:00 TS |INFO |TSDNS | |No TSDNS found
2020-01-07T16:20:49+01:00 TS |INFO |TSDNS | |TSDNS queried unsuccessfully 212.224.77.85:41144
2020-01-07T16:20:48+01:00 New connection status 4; Error 0
2020-01-07T16:20:48+01:00 TS |INFO |ClientUI |1 |Connect status: Connection established
2020-01-07T16:20:48+01:00 New connection status 3; Error 0
2020-01-07T16:20:48+01:00 TS |INFO |ClientUI |1 |Connect status: Establishing connection
2020-01-07T16:20:48+01:00 New connection status 2; Error 0
2020-01-07T16:20:48+01:00 TS |INFO |ClientUI |1 |Connect status: Connected
2020-01-07T16:20:48+01:00 TS |DEVELOP |PktHandler | |Puzzle solve time: 9
2020-01-07T16:20:48+01:00 TS |INFO | | |Statistics report: Not yet, next report on Mo. Jan. 27 15:19:44 2020
2020-01-07T16:20:48+01:00 TS |INFO |ClientUI | |Last update check was: Sa. Jan. 1 00:00:01 2022
2020-01-07T16:20:48+01:00 TS |INFO |Bookmarks | |Collecting autoconnect bookmarks
2020-01-07T16:20:48+01:00 New connection status 1; Error 0
2020-01-07T16:20:48+01:00 TS |INFO |ClientUI |1 |Connect status: Connecting
2020-01-07T16:20:48+01:00 TS |INFO |PreProSpeex |1 |Speex version: 1.2rc1
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI |1 |Initiating connection: 79.133.54.207:9987
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI |1 |Resolve successful: 79.133.54.207:9987
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI |1 |Lookup finished: ip=79.133.54.207 port=9987 query=gommehd.net error=0
2020-01-07T16:20:47+01:00 TS |INFO |TSDNS | |A/AAAA DNS resolve successful, "ts3.gommehd.net" =(h: 79.133.54.207 p:0)
2020-01-07T16:20:47+01:00 TS |INFO |TSDNS | |SRV DNS resolve successful, "_ts3._udp.gommehd.net" =(h: ts3.gommehd.net p:9987)
2020-01-07T16:20:47+01:00 TS |INFO |TSDNS | |A/AAAA DNS resolve for possible TSDNS successful, "gommehd.net" =(h: 212.224.77.85 p:0)
2020-01-07T16:20:47+01:00 TS |INFO |TSDNS | |A/AAAA DNS resolve successful, "gommehd.net" =(h: 212.224.77.85 p:0)
2020-01-07T16:20:47+01:00 TS |INFO |TSDNS | |SRV DNS resolve unsuccessful, "_tsdns._tcp.gommehd.net" DNS server returned answer with no data
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI |1 |Trying to resolve gommehd.net
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI |1 |Connect to server: gommehd.net
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI | |ts3server: gommehd.net?port=9987&nickname=Jan-Bot&password=&channel=&channelpassword=
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI | |Using configuration location: /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/settings.db
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI | |Qt version: 5.12.1
2020-01-07T16:20:47+01:00 TS |INFO |ClientUI | |Failed to init text to speech engine
2020-01-07T16:20:47+01:00 TS |INFO | | |*** Time [INIT]: 466
2020-01-07T16:20:47+01:00 TS |INFO | | |*** Time [MAINWINDOW]: 466
2020-01-07T16:20:46+01:00 TS |INFO | | |successfully downloaded revocation list for accounting
2020-01-07T16:20:46+01:00 TS |INFO | | |successfully downloaded revocation list for myteamspeak id
2020-01-07T16:20:46+01:00 TS |INFO |Plugins | |Loading plugin: libsoundbot_plugin.so
2020-01-07T16:20:46+01:00 TS |INFO |Addons | |Checking for addon updates...
2020-01-07T16:20:46+01:00 TS |INFO | | |*** Time [ICONMANGER]: 172
2020-01-07T16:20:46+01:00 TS |ERROR |RevocationListCache| |Failed to import revocation list from cache
2020-01-07T16:20:46+01:00 TS |INFO |ClientUI | |Unable to create an Open GL context.
2020-01-07T16:20:46+01:00 TS |ERROR |SoundBckndIntf| |libpulse.so.0: cannot open shared object file: No such file or directory
2020-01-07T16:20:46+01:00 TS |INFO | | |SystemInformation: Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 Binary: 64bit
2020-01-07T16:20:46+01:00 TS |INFO | | |TeamSpeak Client 3.3.2 (2019-08-25 21:13:34)
2020-01-07T16:20:46+01:00 Starting instance ts3server://gommehd.net?port=9987&nickname=Jan-Bot&password=&channel=&channelpassword=
2020-01-07T16:20:46+01:00 Could not create Notifications-Tabletable Notifications already exists
2020-01-07T16:20:46+01:00 Could not create WhisperReceive-Tabletable WhisperReceive already exists
2020-01-07T16:20:46+01:00 Could not create Chat-Tabletable Chat already exists
2020-01-07T16:20:42+01:00 BOT-CONFIG [admin] NICK HOST CHANPW CHAN ANNOUNCE DESCRIPTION ANNOUNCESTR TTSURL CC IDENTITY OK
2020-01-07T16:19:50+01:00 TSClient quit.
2020-01-07T16:19:49+01:00 New connection status 0; Error 1797
2020-01-07T16:19:49+01:00 The bot could not connect. This might have several reasons: the server doesn't exist at that address, the server password is wrong, the default channel doesn't exist, the bot has been banned, the server is an illegal installation, the password is wrong, the security level of your identity is too low, the nickname is too short or too long or the server does not allow the version of the client you are using. See our Wiki / Forums for more help.
2020-01-07T16:19:49+01:00 TS |INFO |ClientUI |1 |Failed to connect to server, want autoreconnect = 0
2020-01-07T16:19:49+01:00 TS |INFO |ClientUI |1 |Connect status: Disconnected
2020-01-07T16:19:45+01:00 TS |INFO |Integrations | |Requesting integration icon download from https://ts3services.teamspeak.com/integration_icons/twitch/twitch.svg
2020-01-07T16:19:45+01:00 New connection status 1; Error 0
2020-01-07T16:19:45+01:00 TS |INFO |ClientUI |1 |Connect status: Connecting
2020-01-07T16:19:44+01:00 TS |INFO | | |Statistics report: Setting next report date to: Mo. Jan. 27 15:19:44 2020
2020-01-07T16:19:44+01:00 TS |INFO | | |Statistics report: First run, report later in 1-30 days
2020-01-07T16:19:44+01:00 TS |INFO |ClientUI | |Last update check was: Sa. Jan. 1 00:00:01 2022
2020-01-07T16:19:44+01:00 TS |INFO |Bookmarks | |Collecting autoconnect bookmarks
2020-01-07T16:19:43+01:00 TS |INFO |ClientUI |1 |Initiating connection: 127.0.0.1:9987
2020-01-07T16:19:43+01:00 TS |INFO |ClientUI |1 |Connect to server: 127.0.0.1
2020-01-07T16:19:43+01:00 TS |INFO |ClientUI | |ts3server: 127.0.0.1?port=9987&nickname=SinusBot&password=&channel=&channelpassword=
2020-01-07T16:19:42+01:00 TS |INFO |ClientUI | |Using configuration location: /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/settings.db
2020-01-07T16:19:42+01:00 TS |INFO |ClientUI | |Qt version: 5.12.1
2020-01-07T16:19:42+01:00 TS |INFO |ClientUI | |Failed to init text to speech engine
2020-01-07T16:19:42+01:00 TS |INFO | | |*** Time [INIT]: 1062
2020-01-07T16:19:42+01:00 TS |INFO | | |*** Time [MAINWINDOW]: 1061
2020-01-07T16:19:42+01:00 Could not send config: HTTP returned an error: Error; Code: 500; Message: Error
2020-01-07T16:19:41+01:00 TS |INFO | | |*** Time [SERVERVIEWMANAGER]: 132
2020-01-07T16:19:41+01:00 TS |INFO | | |*** Time [SERVERVIEW]: 106
2020-01-07T16:19:41+01:00 TS |INFO |Plugins | |Loading plugin: libsoundbot_plugin.so
2020-01-07T16:19:41+01:00 TS |INFO | | |successfully downloaded revocation list for myteamspeak id
2020-01-07T16:19:41+01:00 TS |INFO | | |successfully downloaded revocation list for accounting
2020-01-07T16:19:41+01:00 TS |INFO |Addons | |Checking for addon updates...
2020-01-07T16:19:41+01:00 TS |INFO | | |*** Time [ICONMANGER]: 273
2020-01-07T16:19:40+01:00 TS |ERROR |RevocationListCache| |Failed to import revocation list from cache
2020-01-07T16:19:40+01:00 TS |INFO |ClientUI | |Unable to create an Open GL context.
2020-01-07T16:19:40+01:00 TS |ERROR |SoundBckndIntf| |libpulse.so.0: cannot open shared object file: No such file or directory
2020-01-07T16:19:40+01:00 TS |INFO | | |SystemInformation: Linux 4.15.0-74-generic #84-Ubuntu SMP Thu Dec 19 08:06:28 UTC 2019 x86_64 Binary: 64bit
2020-01-07T16:19:40+01:00 TS |INFO | | |TeamSpeak Client 3.3.2 (2019-08-25 21:13:34)
2020-01-07T16:19:39+01:00 Starting instance ts3server://127.0.0.1?port=9987&nickname=SinusBot&password=&channel=&channelpassword=
2020-01-07T16:19:39+01:00 Could not insert into Profiles-Tableno such table: Profiles
2020-01-07T16:19:39+01:00 Could not delete from Profilesno such table: Profiles
2020-01-07T16:19:39+01:00 Could not insert into Profiles-Tableno such table: Profiles
2020-01-07T16:19:39+01:00 Could not delete from Profilesno such table: Profiles
2020-01-07T16:19:39+01:00 Could not insert into Profiles-Tableno such table: Profiles
2020-01-07T16:19:39+01:00 Could not delete from Profilesno such table: Profiles
2020-01-07T16:19:39+01:00 Could not insert into Profiles-Tableno such table: Profiles
2020-01-07T16:19:39+01:00 Could not delete from Profilesno such table: Profiles
2020-01-07T16:19:39+01:00 Could not insert into Profiles-Tableno such table: Profiles
2020-01-07T16:19:39+01:00 Could not delete from Profilesno such table: Profiles
2020-01-07T16:19:39+01:00 Could not insert into Application-Tableno such table: Application

Bot-Log:
Code:
2020-01-07T16:22:31+01:00 UPLOAD [admin] Aaron Smith - Dancin (KRONO Remix).mp3 OK
2020-01-07T16:22:04+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:03+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:03+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:03+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:02+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:02+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:01+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:01+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:00+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:00+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:22:00+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:21:59+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:21:58+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:21:58+01:00 USER-PATCH [admin] (jan) OK
2020-01-07T16:21:43+01:00 Added new user jan
2020-01-07T16:20:05+01:00 LOGIN [admin] OK
2020-01-07T16:19:39+01:00 Loading instance://92f0a88f-7ccb-4344-862d-44e0e1511b7f
2020-01-07T16:19:39+01:00 Loading instances

Script-Output:
Code:
==========================================================
SINUSBOT RELATED
SYSTEM INFORMATION
- Operating System: Ubuntu 18.04.3 LTS
- Kernel: Linux 4.15.0-74-generic x86_64
- Load Average: 0.04 0.16 0.14
- Uptime: 0 days, 1 hours, 18 minutes, 36 seconds
- OS x64 check: OK
- OS Updates: 0 (well done!)
- OS Missing Packages: None
- OS APT Last Update: 07.01.2020 15:09:37 UTC +00:00:00
- Shell Locale: de_DE.UTF-8
- Bot Start Script: not found
- CPU:
    Architecture:        x86_64
    CPU(s):              2
    Thread(s) per core:  2
    Core(s) per socket:  1
    Socket(s):           1
    Model name:          Intel(R) Pentium(R) 4 CPU 3.00GHz
    CPU MHz:             2992.525
- RAM: 310.85 MB/2.92 GB in use (10%)
- SWAP: 0 B/2.91 GB in use (0%)
- DISK: 6.40 GB/72.33 GB in use (8%)
- Package versions:
   - libglib: 2.56.4-0ubuntu0.18.04.4

BOT INFORMATION
- Status: running (PIDs: 7502 7500, User: sinusbot)
- Webinterface: port locally reachable (Port: 8087)
- Binary: /opt/sinusbot/sinusbot
- Binary Info: MD5 Hash: 2ee075d4cb2a3a640862b4eefa0fa6b1, Perms: 755, User: sinusbot
- Version: 1.0.0-beta.5-b262b6a
- TS3 Plugin: installed (md5 hash match)
   - Bot Plugin: 2e771e4332cf87da1f72d58aa6923f9f
   - TS3 Client: 2e771e4332cf87da1f72d58aa6923f9f
- Config:
   - LogLevel = 3
   - TS3Path = /opt/sinusbot/teamspeak3-client/ts3client_linux_amd64 (Version 3.3.2)
   - YoutubeDLPath = /usr/local/bin/youtube-dl (does exist, version: 2020.01.01)
- Installed scripts: advertising.js; alonemode.js; bookmark.js; command.js; followme.js; norecording.js; rememberChannel.js; welcome.js

BOT TECHNICAL INFORMATION
- File exists:
   - TS3Client/libqxcb-glx-integration.so: no
- LDD output:
    linux-vdso.so.1 (0x00007ffc54309000)
    libswresample.so.2 => /opt/sinusbot/libswresample.so.2 (0x00007f056b9d9000)
    libavfilter.so.6 => /opt/sinusbot/libavfilter.so.6 (0x00007f056b681000)
    libavformat.so.57 => /opt/sinusbot/libavformat.so.57 (0x00007f056b280000)
    libavcodec.so.57 => /opt/sinusbot/libavcodec.so.57 (0x00007f056a91b000)
    libavutil.so.55 => /opt/sinusbot/libavutil.so.55 (0x00007f056a6a7000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f056a4a3000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f056a105000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f0569ee6000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f0569b5d000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f0569945000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f0569554000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f0569337000)
    librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f056912f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f056bbf3000)

REACHABILITY CHECKS
- HTTPS check with IPv4 mode: SUCCESS [Connection established to www.sinusbot.com, CODE #200]
- HTTPS check with IPv6 mode: IGNORED [Disabled]
- DNS resolution check: SUCCESS [www.sinusbot.com resolved to 104.28.15.74]
- Update server checks:
    update01.sinusbot.com -> 104.28.14.74: SUCCESS [CODE #404]
    update02.sinusbot.com -> 104.28.15.74: SUCCESS [CODE #404]
    update03.sinusbot.com -> 104.28.15.74: SUCCESS [CODE #404]

TIME INFORMATION
- Time (local): 07.01.2020 15:36:29 UTC +00:00:00
- Time (remote): 07.01.2020 15:36:29 UTC +00:00:00
- Time (difference): 0 secs (Time diff less than 2 secs. Good.)
- Timezone: Etc/UTC

OTHER INFORMATION
- TeamSpeak3 Version: 3.3.2
- youtube-dl Version: 2020.01.01
- DiagScript Version: 0.8.0
==========================================================

I already reinstalled the Bot.
 
Hi, Iam back, here is the log:
I replaced the Server IP

Code:
2020-02-09T18:20:25+01:00 Storing configuration.
2020-02-09T18:20:14+01:00 closing channels
2020-02-09T18:20:03+01:00 TSClient quit.
2020-02-09T18:20:02+01:00 TS>Starting Error Reporter: /opt/sinusbot/teamspeak3-client/error_report
2020-02-09T18:20:02+01:00 TS>Breakpad crash /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/crashdumps/f40592fa-86e1-430a-5b3104a6-ef6a07d0.dmp
2020-02-09T18:20:02+01:00 PLAY [jan] d1ffedb6-8171-4c8e-9b35-54c933f87621 OK
2020-02-09T18:20:02+01:00 New channel d1ffedb6-8171-4c8e-9b35-54c933f87621 () ID 46c3774c-7f06-4b28-af9c-130aa05abe82 (cc 0)
2020-02-09T18:20:01+01:00 martin. joined the channel
2020-02-09T18:20:01+01:00 celi. joined the channel
2020-02-09T18:20:01+01:00 GaJu joined the channel
2020-02-09T18:20:01+01:00 jan. joined the channel
2020-02-09T18:17:44+01:00 Done playing
2020-02-09T18:17:44+01:00 Channels now zero
2020-02-09T18:17:44+01:00 Deleting channel d1ffedb6-8171-4c8e-9b35-54c933f87621 () ID 7181c52a-ab59-4b6f-af57-7cd8b6c686f3 (cc 1)
2020-02-09T18:17:44+01:00 Removing closed channel d1ffedb6-8171-4c8e-9b35-54c933f87621 () ID 7181c52a-ab59-4b6f-af57-7cd8b6c686f3
2020-02-09T18:14:55+01:00 Storing configuration.
2020-02-09T18:14:41+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:41+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:40+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:40+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:40+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:39+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:39+01:00 2568/insufficient client permissions/b_virtualserver_servergroup_client_list
2020-02-09T18:14:39+01:00 New connection status 4; Error 0
2020-02-09T18:14:39+01:00 TS |INFO |ClientUI |1 |Connect status: Connection established
2020-02-09T18:14:39+01:00 New connection status 3; Error 0
2020-02-09T18:14:39+01:00 TS |INFO |ClientUI |1 |Connect status: Establishing connection
2020-02-09T18:14:39+01:00 New connection status 2; Error 0
2020-02-09T18:14:39+01:00 New connection status 1; Error 0
2020-02-09T18:14:39+01:00 TS |INFO |ClientUI |1 |Connect status: Connected
2020-02-09T18:14:39+01:00 TS |INFO |ClientUI |1 |Connect status: Connecting
2020-02-09T18:14:39+01:00 TS |DEVELOP |PktHandler | |Puzzle solve time: 11
2020-02-09T18:14:39+01:00 TS |INFO | | |Statistics report: User has not yet confirmed participation
2020-02-09T18:14:39+01:00 TS |INFO |ClientUI | |Last update check was: Sa. Jan. 1 00:00:01 2022
2020-02-09T18:14:39+01:00 TS |INFO |Bookmarks | |Collecting autoconnect bookmarks
2020-02-09T18:14:39+01:00 TS |INFO |PreProSpeex |1 |Speex version: 1.2rc1
2020-02-09T18:14:38+01:00 TS |INFO |ClientUI |1 |Initiating connection: xx.xx.xxx.x:xxxx
2020-02-09T18:14:38+01:00 TS |INFO |ClientUI |1 |Connect to server: xx.xx.xxx.x:xxxx
2020-02-09T18:14:38+01:00 TS |INFO |ClientUI | |ts3server: xx.xx.xxx.x:xxxx?port=9490&nickname=Jan-Bot&password=&channel=&channelpassword=
2020-02-09T18:14:37+01:00 TS |INFO |ClientUI | |Using configuration location: /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/settings.db
2020-02-09T18:14:37+01:00 TS |INFO |ClientUI | |Qt version: 5.12.1
2020-02-09T18:14:37+01:00 TS |INFO |ClientUI | |Failed to init text to speech engine
2020-02-09T18:14:37+01:00 TS |INFO | | |*** Time [INIT]: 672
2020-02-09T18:14:37+01:00 TS |INFO | | |*** Time [MAINWINDOW]: 671
2020-02-09T18:14:37+01:00 TS>ClientQueryPlugin: currentServerConnectionChanged 1 (0)
2020-02-09T18:14:36+01:00 Could not send config: HTTP returned an error: Error; Code: 500; Message: Error
2020-02-09T18:14:36+01:00 Could not send config: HTTP returned an error: Error; Code: 500; Message: Error
2020-02-09T18:14:36+01:00 TS |INFO |Plugins | |Loading plugin: libsoundbot_plugin.so
2020-02-09T18:14:36+01:00 TS |INFO |Query | |listening on 127.0.0.1:25639
2020-02-09T18:14:36+01:00 TS |INFO |Plugins | |Loading plugin: libclientquery_plugin_linux_amd64.so
2020-02-09T18:14:36+01:00 TS |INFO |Addons | |Checking for addon updates...
2020-02-09T18:14:36+01:00 TS |INFO | | |*** Time [ICONMANGER]: 327
2020-02-09T18:14:36+01:00 TS |INFO | | |successfully downloaded revocation list for myteamspeak id
2020-02-09T18:14:36+01:00 TS |INFO | | |successfully downloaded revocation list for accounting
2020-02-09T18:14:35+01:00 TS |ERROR |RevocationListCache| |Failed to import revocation list from cache
2020-02-09T18:14:35+01:00 TS |INFO |ClientUI | |Unable to create an Open GL context.
2020-02-09T18:14:35+01:00 TS |ERROR |SoundBckndIntf| |libpulse.so.0: cannot open shared object file: No such file or directory
2020-02-09T18:14:35+01:00 TS |INFO | | |SystemInformation: Linux 4.15.0-76-generic #86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020 x86_64 Binary: 64bit
2020-02-09T18:14:35+01:00 TS |INFO | | |TeamSpeak Client 3.3.2 (2019-08-25 21:13:34)
2020-02-09T18:14:35+01:00 TS>DUMP defined! Dumpdir is: /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/crashdumps
2020-02-09T18:14:35+01:00 TS>Crashdump ENABLED, directory is: /opt/sinusbot/data/ts3/b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f/crashdumps
2020-02-09T18:14:27+01:00 Starting instance ts3server://xx.xx.xxx.?port=xxxx&nickname=Jan-Bot&password=&channel=&channelpassword=
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not insert into FileTransfer-Tableno such table: FileTransfer
2020-02-09T18:14:27+01:00 Could not delete from FileTransferno such table: FileTransfer
2020-02-09T18:14:26+01:00 Could not create Notifications-Tabletable Notifications already exists
2020-02-09T18:14:26+01:00 Could not create WhisperReceive-Tabletable WhisperReceive already exists
2020-02-09T18:14:26+01:00 Could not create Chat-Tabletable Chat already exists
2020-02-09T18:14:26+01:00 new track info: Aaron Smith - Dancin (KRONO Remix) (4161726f6e20536d697468202d2044616e63696e20284b524f4e4f2052656d697829)
2020-02-09T18:14:26+01:00 New channel d1ffedb6-8171-4c8e-9b35-54c933f87621 () ID 7181c52a-ab59-4b6f-af57-7cd8b6c686f3 (cc 0)
2020-02-09T18:14:26+01:00 About to run.
2020-02-09T18:14:26+01:00 Prespawn.
2020-02-09T18:14:26+01:00 Auto-Playing last track
2020-02-09T18:14:25+01:00 imported module: command
2020-02-09T18:14:25+01:00 resolving module command
2020-02-09T18:14:25+01:00 script command loaded
2020-02-09T18:14:25+01:00 module registered as command
2020-02-09T18:14:25+01:00 registered callback for event chat
2020-02-09T18:14:25+01:00 Last track was d1ffedb6-8171-4c8e-9b35-54c933f87621, will auto-play soon
2020-02-09T18:14:25+01:00 Auto-Starting b3937251-5409-4050-bdb9-e4514fa7d432/92f0a88f-7ccb-4344-862d-44e0e1511b7f in 500 ms...
2020-02-09T18:14:25+01:00 Initialization complete
2020-02-09T18:14:25+01:00 script sinusbot-commands loaded
2020-02-09T18:14:25+01:00 registered callback for event load
2020-02-09T18:14:25+01:00 [sinusbot-commands:86:12] Loaded SinusBot Commands v1.0.0 by Jonas Bögle (@irgendwr).
2020-02-09T18:14:25+01:00 executing script command
2020-02-09T18:14:25+01:00 executing script sinusbot-commands
 

Multivitamin

Well-Known Member
Tier III
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
This is probably due to an too old CPU your CPU is from 2004 so 16 years old

Edit: TeamSpeak Server requirements also went up with CPU features so it might be possible that requirements from the 3.3.2 Client might also be higher than previous versions
The intel page says even its a 32 bit CPU so I really wonder how you got a 64 bit os installed o_O
 
Okay, thank you 😄
At least I know that I dindn't do something wrong. Its an old Pc wich I just wanted to use as Server.

Have a great evening ^^
 
Top