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

Search results

  1. kanalumaddela

    Bot wont start

    First update all your packages apt-get update apt-get upgrade apt-get dist-update Make sure you stop all important services (apache, nginx, mysql, etc.) Then update your OS to Debian 8 (8.6 is the latest) nano /etc/apt/sources.list Replace any repos for wheezy with jessie (debian 8) deb...
  2. kanalumaddela

    Bot wont start

    Beta versions of sinusbot expire after a defined time. It's basically a sign to update to the latest version. cd /opt/ts3soundboard curl -O https://www.sinusbot.com/pre/sinusbot-0.9.12.3-36fce3c.tar.bz2 tar -xjvf sinusbot-0.9.12.3-36fce3c.tar.bz2...
  3. kanalumaddela

    Solved TSClient quit - 0.9.8

    Solution: (future people who see this should not be running v0.9.8) https://github.com/flyth/ts3soundbot/wiki/Installation---Debian-&-Ubuntu-(v0.9.8) under the troubleshooting section. LC_ALL="en_US.UTF-8" xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac Yes.
  4. kanalumaddela

    ducking doesn't work

    If you have it at 100%, you're saying that the music will be at 100% (meaning it won't change) when someone talks. Lower the percentage to 60% for ex, to hear the volume decrease.
  5. kanalumaddela

    Solved TSClient quit - 0.9.8

    Don't use an old version. https://forum.sinusbot.com/resources/sinusbot-beta.3/
  6. kanalumaddela

    Instances does not connect

    Is the server running on the same machine as the bot?
  7. kanalumaddela

    Bug getBotId() returns wrong id

    New scripting engine has it. https://www.sinusbot.com/docs/scripting/ And no, there is no publicly available version out using it.
  8. kanalumaddela

    Solved Song won't play when radio is in idle mode

    A radio constantly plays so of course songs in the queue won't play. You have to either use !next or use a voteskip script (https://forum.sinusbot.com/resources/next-track-please.23/), so users can play their queued songs.
  9. kanalumaddela

    TS3Client Quit

    Let's try to run the latest version please. Clear your current installation. Versuchen wir, die neueste Version zu starten. Löschen Sie die aktuelle Installation https://forum.sinusbot.com/resources/sinusbot-beta.3/
  10. kanalumaddela

    Bot wont start

    It's just deleting the sinusbot folder since it runs off of that and that only.
  11. kanalumaddela

    Bot wont start

    Did you clear your previous installation of sinusbot before updating to the latest?
  12. kanalumaddela

    Bot wont start

    https://www.sinusbot.com/pre/sinusbot-win-0.9.15.exe
  13. kanalumaddela

    EN Event like OnFileEnd?

    From the scripting api documented @ Help -> Scripting
  14. kanalumaddela

    Welcome Script (Voice)

    Do you have a tts set in the bot? https://forum.sinusbot.com/threads/text-to-speech-apis-for-sinusbot.500/
  15. kanalumaddela

    Hellp me

    I think this error comes from not copying the teamspeak plugin located in the plugins folder of the bot. Copy the plugin in plugins/ to TeamSpeak3-Client-linux_xxx/plugins/
  16. kanalumaddela

    Bug Music search

    I have found the web interface search to be confusing. I don't know how it searches or what it searches through since it gives multiple songs which contain none of the phrases that was inputted.
  17. kanalumaddela

    EN [Question]Setting channel admin

    Nope, there is no support for adding users to channel groups (yet).
  18. kanalumaddela

    Feature Saving songs to a specific folder

    This could either be an instance setting or maybe added to the script API where you can choose where songs are saved to. I would rather see this in the scripting API as it gives a wider range of uses. An example could be 2 public bots where you want to separate the songs downloaded from one...
  19. kanalumaddela

    Bug Forgot Login Credentials

    https://forum.sinusbot.com/threads/read-me-before-you-post.115/
  20. kanalumaddela

    EN Youtube video name/length

    A primary example of this usage would be for making sure users don't play videos that are extremely long such as 1 hr, 10 hrs, 24 hrs, etc. If, when making the script, would it fall into category of youtube's api and what part of the API should be looked into to pull information such as that.
Top