Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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.

TSClient quit. problem

kamello73

Active Member
My musicbot is having trouble connecting to the ts3 server.

os: debian 9

Instance-log:
Code:
2019-08-06T20:18:10+02:00 Storing configuration.
2019-08-06T20:18:09+02:00 eof from data
2019-08-06T20:18:09+02:00 closing channels
2019-08-06T20:18:08+02:00 TSClient quit. LogLevel has been increased, please try to connect again to see more details.
2019-08-06T20:18:08+02:00 Closed.
2019-08-06T20:18:08+02:00 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
2019-08-06T20:18:08+02:00 Starting instance ts3server://54.38.54.104?port=9987&nickname=asdasdadasd&password=&channel=&channelpassword=
2019-08-06T20:18:08+02:00 About to run.
2019-08-06T20:18:08+02:00 Prespawn.

config.ini
Code:
TS3Path = "/opt/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/opt/sinusbot/data/"
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 3
EnableProfiler = false
YoutubeDLPath = ""
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 = "212Ee+YdarQF6Da46OTu/QMftO847L2l1+/2KNOndHQ="
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
 

TwentyFour

BinusSot Junkie
V.I.P.
Contributor
Insider
Try ensuring you got all needed dependencies...

Code:
apt-get update

apt-get upgrade

apt-get install -y x11vnc xvfb libxcursor1 ca-certificates bzip2 libnss3 libegl1-mesa x11-xkb-utils libasound2 libpci3 libxslt1.1 libxkbcommon0 curl libglib2.0-0
 
Top