• 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.
Status
Not open for further replies.

Pzykotik

New Member
Version: SinusBot 0.9.8
OS: Windows 7 64-bit
CPU: AMD FX-4100 3.61ghz
MEM: 8gb RAM

Broswer: Chromium

TS3Path = "C:\\SinusBot\\TeamSpeak 3 Client\\ts3client_win64.exe"
ListenHost = "0.0.0.0"
DataDir = ""
ListenPort = 8087
LocalPlayback = false
EnableLocalFS = false
LogLevel = 10
EnableProfiler = false
EnableDebugConsole = true
YoutubeDLPath = "C:\\SinusBot\\youtube-dl.exe"
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
MTU = 1500
SampleInterval = 100
StartVNC = false
EnableMulticastMetadata = false
EnableWebStream = false
LogFile = "" (***I want a log file, how get I can this to work?***)
LicenseKey = "Wj3v0o8LLbijRlylbkaILBayyz1C7nURLoDUbP6GBnM="
EnableAloneMode = false

Instance log: http://pastebin.com/Xqp5eqY2
Console log: http://pastebin.com/qYm36aYe

So now that these are cleared out, to the heart of the problem!

I'm getting these errors when I launch the bot. I am an admin in a ts server and am able to modify those if needed. I would really like to know what and why it is trying to change things in normally untouchable server groups.

insufficient client permissions (failed on b_serverinstance_modify_querygroup)

insufficient client permissions (failed on b_serverinstance_modify_querygroup)

insufficient client permissions (failed on b_serverinstance_modify_templates)

insufficient client permissions (failed on b_serverinstance_modify_templates)

insufficient client permissions (failed on b_serverinstance_modify_templates)

access to default group is forbidden
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Those come from reading in all information from the server, nothing is being modified. You don't need to change permissions as everything should work fine without them.

The messages come from trying to access even non existent things and also server query clients. That behavior has already been optimized in the newer Linux betas so that those messages don't appear anymore.
 
Status
Not open for further replies.
Top