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

TS Client quits on attempt to connect the bot

blackcert

Member
Hey, since I haven't really gotten a reply in the german forums I'll just try it here as well.

Heyo, I currently have the issue, that the TS Client seems to simply quit/crash when I attempt to connect the bot to a server
  • Used Versions(Bot/Client/Server): 1.0.0-beta.3-735814e - 3.3.0 - 3.7.1
  • OS: CentOS 7.5
  • Hardware: VPS - 2GB RAM - 50GB disk space
  • Instance-Log in Attachments
Code:
TS3Path = "/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/opt/sinusbot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = "/usr/local/bin/youtube-dl"
EnableDebugConsole = false
AllowStreamPush = false
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
ExternalFileBase = ""
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
HostnameMask = ""
SampleInterval = 60
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "fji0L5fn5nRxuB5xGyL7WNEpIYofem7VDdWCeANv2Sg="
IsProxied = false
DenyStreamURLs = []
Pragma = 0
UserAgent = ""

[YoutubeDL]
  BufferSize = 524288
  MaxDownloadSize = 419430400
  MaxDownloadRate = 104857600
  MaxSimultaneousChunkDownloads = 6
  CacheStreamed = false
  TimeoutSingleDownloader = 0
  TimeoutMultiDownloader = 0
  ChunkSize = 3145728

[TS3]
  AvatarMaxWidth = 0
  AvatarMaxHeight = 0
  AllowGIF = false

[StreamRewrites]

[Scripts]
  Debug = false
  AllowReload = false
  EnableTimer = false
  DisableLegacyEvents = false
  DevMode = false
  ScriptTimeout = 5

[Themes]
  Default = ""

[SpeechRecognition]
  Enable = false

[FFmpeg]
  UserAgent = "SinusBot (1.0.0-beta.3-735814e)"
  WaitTime = 0

[DAV]
  Enable = false

[XServer]
  Delay = 0
  Debug = false

[SHMem]
  Enable = false
  Size = 0
  Delay = 0
  Interval = 0

[RadioStations]
  URL = ""
  UpdateInterval = 0

[TTS]
  Enabled = false
Already tried reinstalling the bot from scratch, checked all dependencies and updated them, restarted the server, etc.
Sadly the diagnosis script doesn't work with CentOS

If there's anything missing please let me know, otherwise I'm happy about any help I can get
 

Attachments

  • ye.png
    ye.png
    47.8 KB · Views: 15
  • ye2.png
    ye2.png
    11.5 KB · Views: 14
  • ye3.png
    ye3.png
    33.1 KB · Views: 11

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
CentOS is known for some problems, maybe now also with TS 3.3.0 client, could you post the output of uname -r?
Did you install all needed dependencies?
 

blackcert

Member
Hey,

Here's the output: 3.10.0-957.21.3.el7.x86_64

and ye, I've specifically checked all the dependencies and made sure they're all installed and up to date

Also used the install script for the initial setup & reinstall
 

blackcert

Member
I see, thank you for the info. I apparently didn't see that part.

Is the "plus" to be understood as everything higher than 3.17 in the major version 3.x or does it also include 4.x and 5.x?
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
Yes, version 4 for sure (4.19 is prolly the most common one with longtime support), didn't test kernel version 5 personally, but should work either I guess...
 
Top