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

Bug Instances not starting when instructed

Status
Not open for further replies.

stannaz

Member
Sinusbot version: sinusbot-0.9.12.3-36fce3c
Bot is running on OS: Debian 8 64bit
Hardware: Dedicated server, Intel Xeon E3-1230v3, 32GB RAM
Used browser: Multiple, including Firefox ESR, Vanilla Firefox, Vanilla Google Chrome.
My config.ini:

TS3Path = "/home/ts/sinusbot/TeamSpeak3-Client-linux_amd64/ts3client_linux_amd64"
ListenHost = "0.0.0.0"
DataDir = "/home/ts/sinusbot/data/"
ListenPort = 8089
LocalPlayback = false
EnableLocalFS = false
MaxBulkOperations = 300
LogLevel = 10
EnableProfiler = false
YoutubeDLPath = "/home/ts/sinusbot/youtube-dl"
EnableDebugConsole = true
UploadLimit = 83886080
RunAsUser = 0
RunAsGroup = 0
InstanceActionLimit = 6
UseSSL = false
SSLKeyFile = ""
SSLCertFile = ""
Hostname = ""
SampleInterval = 100
StartVNC = false
EnableWebStream = false
LogFile = ""
LicenseKey = "5TSuyZzIY/E0PPPQqaASPvdfWlIE30P87JbxvfrusBM="
IsProxied = false
DenyStreamURLs = []
Pragma = 0

[YoutubeDL]
BufferSize = 524288
MaxDownloadSize = 419430400
MaxDownloadRate = 104857600
CacheStreamed = false

[TS3]
AvatarMaxWidth = 0
AvatarMaxHeight = 0

[StreamRewrites]

[Scripts]
AllowReload = false
EnableTimer = false

[Themes]
Default = ""

[SpeechRecognition]
Enable = false

[FFmpeg]
UserAgent = "SinusBot (0.9.12.3-36fce3c)"

[DAV]
Enable = false

[XServer]
Delay = 0
Debug = true


When I click the "power" button for the bot, the bot does not start. The button is orange before and after clicking.

Startup log:

Version: 0.9.12.3-36fce3c
(C) 2013-2016 Michael Friese. All rights reserved.

2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin advertising.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin aloneMode.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin badchan.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin bookmark.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin covatar.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin dev.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin followme.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin idle.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin metadata.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin norecording.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin rememberChannel.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin showcase.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin sound.js
2016/08/28 01:53:51 [GENERAL/SCRIPTS] INFO Loading ScriptPlugin welcometext.js
2016/08/28 01:53:51 X [MAIN] Starting up fake x-server...
2016/08/28 01:53:51 31627dc0 INFO Loading instances
2016/08/28 01:53:51 31627dc0 INFO Loading instance://d7ee0882-0921-49f1-b555-e677d3bf9526
2016/08/28 01:53:51 31627dc0 d7ee0882 INFO Initialization complete
2016/08/28 01:53:51 31627dc0 d7ee0882 INFO Last track was 6cfb3c37-c6be-4b2a-acf9-24559f28cf24, will auto-play soon
2016/08/28 01:53:51 31627dc0 INFO Loading instance://2db89434-c831-4f8f-a738-f9499593d0b1
2016/08/28 01:53:51 31627dc0 2db89434 INFO Initialization complete
2016/08/28 01:53:51 [GENERAL/FFMPEG ] INFO FFmpeg/avcodec v3741798; license: LGPL version 2.1 or later; 81 codecs
2016/08/28 01:53:51 [GENERAL/FFMPEG ] INFO FFmpeg/avformat v3742052; license: LGPL version 2.1 or later; 143 formats
2016/08/28 01:53:51 [GENERAL/YTDL ] INFO youtube-dl checking...
2016/08/28 01:53:52 [GENERAL/YTDL ] INFO youtube-dl version compatible, support enabled
2016/08/28 01:53:52 [GENERAL/!!!!!!!] NOTICE You may now configure and launch the bots from the webinterface. http://0.0.0.0:8089
2016/08/28 01:53:52 31627dc0 d7ee0882 INFO Auto-Playing last track
2016/08/28 01:53:52 [GENERAL/RADIO ] INFO RadioStation data loaded
2016/08/28 01:53:52 31627dc0 DEBUG Server seems broken, doesn't understand us. Hopefully it's a stream...
2016/08/28 01:53:52 [GENERAL/RADIO ] INFO Imported radio stations
2016/08/28 01:53:57 31627dc0 d7ee0882 DEBUG New channel
2016/08/28 01:53:57 31627dc0 d7ee0882 INFO SAMPLEX 1920 100
2016/08/28 01:54:01 Timeout for http://stream.hive365.co.uk:8088/live retrying
2016/08/28 01:54:01 31627dc0 d7ee0882 INFO SAMPLEX 2880 100


The following log lines are produced upon clicking the power button with debug level 10:

2016/08/28 01:55:01 31627dc0 d7ee0882 DEBUG > PrepareListener
2016/08/28 01:55:01 31627dc0 d7ee0882 DEBUG < PrepareListener
2016/08/28 01:55:01 31627dc0 d7ee0882 DEBUG > CloseListener
2016/08/28 01:55:01 31627dc0 d7ee0882 DEBUG < CloseListener

Thank you in advance for any help.
 

kanalumaddela

Insider
Insider
Where's the line showing the bot at least attempting to connect to the server? Seems to be completely missing from the log.
 
Status
Not open for further replies.
Top