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

Sephi314

New Member
Hi,

How can I auto start instances?
Not the bot service only but the bot services+my two instances @ reboot
Actually, my ts server and my jts bot are auto launched after every reboot.
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Normally all instances are autostarting. Which Version of the bot do you have?
 

Sephi314

New Member
Nvm, my instances start @reboot.
I had just try restart the service and this doesn't autostart instances But it's ok.

I use the latest version get by the autoinstall script on debian.
By the way, I got two errors :
  1. Error when I want upload an avatar to my instance
    Code:
    Could not upload avatar: HTTP returned an error: Timeout while waiting for callback; Code: 500; Message: Timeout while waiting for callback
  2. Error when the instance try to modify description
    Code:
    Could not send description command
 

Sephi314

New Member
Any help someone?
By the way, I want to delay the start of the sinusbot because sometimes @reboot, the service is not start after teamspeak-server and like that, my bots are not online on the TS.
I have try theses cmd to remove and add it again :
  • update-rc.d sinusbot remove
  • update-rc.d -f sinusbot remove
  • sudo update-rc.d sinusbot remove
  • sudo update-rc.d -f sinusbot remove
No one working, the service is still with (+) in service --status-all.
I'm on debian 8.
 

icarus

Member
Nvm, my instances start @reboot.
I had just try restart the service and this doesn't autostart instances But it's ok.

I use the latest version get by the autoinstall script on debian.
By the way, I got two errors :
  1. Error when I want upload an avatar to my instance
    Code:
    Could not upload avatar: HTTP returned an error: Timeout while waiting for callback; Code: 500; Message: Timeout while waiting for callback
  2. Error when the instance try to modify description
    Code:
    Could not send description command

the autostart must be in a crontab ....
when you start the sinusbot your instances will start automatically.

For error "Could not upload avatar: HTTP returned an error: Timeout while waiting for callback; Code: 500; Message: Timeout while waiting for callback" try to delete your bot's avatar from your ts3Client on your PC using "Remove avatar" (whit your right click).
and for it "Could not send description command" you must have a privileges...

i hope i help you !
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
The better way for services in init.d, is to add them to the rc. The easiest way for this is to install rcconf. Then you have a "graphical" Interface for that. You can select the sinusbot and click OK.
Code:
apt-get install rcconf
rcconf
 
Status
Not open for further replies.
Top