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

    Why is this code snippet not working anymore?

    It is a normal array of client objects :) But its not multidimensional. Multidimensional would be example[1][1]
  2. Xuxe

    Why is this code snippet not working anymore?

    function getClients() { var channel; var channels, clients = []; channels = sinusbot.getChannels(); for (var i = 0; i < channels.length; i++) { channel = channels[i]; for (var x = 0; x < channel.clients.length; x++) {...
  3. Xuxe

    Help Me / Langage French

    The Sinusbot not supports 32 bit, you need a 64-Bit System.
  4. Xuxe

    Jup find ich fair. - Back to topic. At the moment you can't get more Instances. See the FAQ for...

    Jup find ich fair. - Back to topic. At the moment you can't get more Instances. See the FAQ for Infos.
  5. Xuxe

    Music Lagg

    Hi, increase the SampleInterval instead of lower it. This should may help :)
  6. Xuxe

    funktioniert, aber irgendwie auch nicht

    Hi, such mal nach “Read me before you post“ da steht alles drin was wir brauchen. Ich bin mir allerdings Relativ sicher das es kein Bug ist, im FAQ steht was 'someone told me to fix my file permissions' das zunächst mal versuchen :P Der Bot hat nix mit php zutun, Upload Limit steht in der...
  7. Xuxe

    VirtualBox Linux

    Grafische brauchst du nicht, Standard Systemtools + SSH genügt. Dein Screenshot das sieht eher aus das der beim Booten schon hängt, fehlender Grub oder sowas. -> https://www.howtoforge.com/tutorial/debian-8-jessie-minimal-server/
  8. Xuxe

    Lieder laggen und werden übersprungen

    Höher. Wie viele Instanzen laufen den? 2? - Mir scheint die CPU Recht Schwach. - Ich weiß nicht exakt wie das Youtube Streaming Feature funktioniert ich denke das aber YoutubeDL im Background läuft und da durch schlechte CPU Performance die Musik dann laggt.
  9. Xuxe

    it won't download correctly?

    hey, which os? Windows? - Run it in a CMD Window and show what happends. I think you miss the Teamspeak 3 Client.
  10. Xuxe

    Musikbot

    Einfach wie bei Youtube, !yt <soundcloudurl> sollte funktionieren.
  11. Xuxe

    Webinterface

    Für mehrere User wirst du es nicht unbedingt überarbeiten können weil einfach gar keine Backend-Schnittstellen dafür da sind. Sprich du müsstest dir mit der Community Edition da komplett was eigenes Bauen alles was soweit für mehrere User gedacht ist ist auch im Webinterface implementiert. Aber...
  12. Xuxe

    Sinusbot Geht nicht

    Diese Version ist nicht länger Supported.
  13. Xuxe

    DE [Request] "Warn / Problem Nachricht"

    Heyho, Wenn der Nutzer keine Rechte hat kommt eine antwort. Für nicht vorhandene Commands weiß nicht ob das sinn macht, wenn würde ich eher die Standard Hilfe ausgeben und das ist eher was für den Bot Core. :p
  14. Xuxe

    Understanding API

    The server forces ssl and redirect to the https url. You need a special ffmpeg version with ssl for that. I test it in the next days and publish the pre-build library :) or you build ffmpeg by your self but keep in mind we can not support this yet.
  15. Xuxe

    Solved How to run on startup

    As i sayd already in the Chat use: https://forum.sinusbot.com/resources/linux-bootscript-for-the-sinusbot.6/ this works if you configure it right...
  16. Xuxe

    Understanding API

    The problem with MyInstants is SSL not a API Parameter. The plugin param can be always null if you want to stream a http url. - The ffmpeg library currently not supports https:// urls.
  17. Xuxe

    Wie viele Instanzen hast du laufen? Also bei mir kommen die 20% bei 2 Instanzen zustande durch...

    Wie viele Instanzen hast du laufen? Also bei mir kommen die 20% bei 2 Instanzen zustande durch den Audio Filter den ich anhabe der macht 16% :) - was mich bei dir Wundert das die Client Prozesse so ausrasten mit jeweils 20% ^^ Sag mir nochmal die exakte Bot Version und welche Scripte du nutzt.
  18. Xuxe

    Siousbot, Seite lädt nicht.

    Hi, Welcher Browser? Was hast du bereits versucht? Der Einzeiler hat soviel Informationsgehalt wie RTL :rolleyes: - Teste nen anderen Browser - Lösch mal deinen Cache, Chrome z.B muckt gern mal rum was Caching angeht :confused:
  19. Xuxe

    Add MySQL support

    I don't think that the Bot Core gets MySQL Support you could write a Web API for example with PHP or Nodejs and use the Bot Http Calls :) http://blog.modulus.io/build-your-first-http-server-in-nodejs https://github.com/felixge/node-mysql - very simple :rolleyes:
  20. Xuxe

    2 Bots auf einem Server laufen lassen und Sampling

    Aloha, erste mal Windows 7 Server? ^^ Windows 7 ist nen Desktop OS nix Server. Dann habe ich dir gestern im Chat bereits gesagt das auch wir ohne Logs (Loglevel 10) nicht viel machen können außer spekulieren, lies dir "Read me before you post" durch und gib uns die benötigten Infos bitte. Ich...
Top