• 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

    Linux|Grafische oberfläche einsehen

    Nein, wie bereits gesagt kannst du nicht. Der Sinusbot macht das alles Intern. Wofür brauchst du das überhaupt? Man sollte bewusst da nicht zwischen Funken.
  2. Xuxe

    API (not) a bug (POST)

    Try to remove "tsuid", test is a invalid Value. - and Privileges maybe also "Privileges" want a bitmask: https://en.wikipedia.org/wiki/Mask_(computing)
  3. Xuxe

    API (not) a bug (POST)

    I removed the Token, this is your login Token. Required for all other calls. You need to add this token as Header -> Authorization: bearer YOURTOKENHERE TO ALL OTHER CALLS THEN LOGIN.
  4. Xuxe

    API (not) a bug (POST)

    I linked you the Documentation, the JSON must be sent in the Body. This is basic Programming Knowledge. I don't know which language you use so i can't help. How i said use google, if you know how it works basicly in your language you know also how it works with the Sinusbot.
  5. Xuxe

    API (not) a bug (POST)

    Ask google, keyword your programming language + JSON. This should not be so hard. Also there are tons of JSON Validators ;)
  6. Xuxe

    API (not) a bug (POST)

    PHP: $myJson = "{\"mystring\": \"Hello World.\"}"; $array = json_decode($myJson, true); var_dump($array); echo json_encode($array);
  7. Xuxe

    Bot Verbindet sich nicht

    2016-05-15T18:21:29+02:00 TS>/opt/sinusbot/teamspeak3-client/ts3client_linux_amd64: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' https://forum.sinusbot.com/threads/glibc_2-14-not-found.1594/#post-8710
  8. Xuxe

    API (not) a bug (POST)

    Read the Documentation, the whole API want's JSON. You need a other Content Type: application/json And you need to encode your data as json. The bot ID is never 1, the Bot ID is a hash (You get it from /api/v1/botId) https://www.sinusbot.com/api/
  9. Xuxe

    Error Connection refused

    Der Bot wurde Neugestartet und läuft auch? -> netstat -tulpn
  10. Xuxe

    Ubuntu xinit

    Nabend, Erstmal: bitte hör auf alles als Bug zu Flaggen. DANKE. Dann zu deinem Problem: xinit hat nichts mit screen zutun das sind 2 verschiedene Programme. Aus deinem anderen Post geht hervor du hast das Installer Script genutzt, ergo alles müsste Installiert sein und du brauchst dafür auch...
  11. Xuxe

    EN Sinusbot Installer Script

    Wie auch immer. Der Punkt ist es liegt nicht am Script. Es gäbe wenn mehr Beschwerden, ich würde wenn auch die Probleme haben ;) Ich mag nich sagen du hast komplett unrecht, man kann immer was besser machen ;) Aber wenn nen Fass aufgemacht wird sollte man was Handfestes haben. Und wer Angst hat...
  12. Xuxe

    EN Sinusbot Installer Script

    Ich hab es jetzt aus spaß selber Probiert: Also ich hab meine MariaDB noch, komisch? Dann würde ich mal Ordnung in deinen Sources.lists machen. Das MariaDB kein Std Package ist ist mir bekannt ich nutze nur MariaDB ^^ Das es mit bestehenden Systemen Fehler geben kann, soll möglich sein man...
  13. Xuxe

    EN Sinusbot Installer Script

    Bin ich mir ziemlich 100% sicher, das das Script nicht MariaDB gegen MySQL tauscht. - Sollte, ich sage 'sollte' das passieren, ist das Bullshit von Debian wenn der durch nen dist-upgrade MariaDB raus kickt.
  14. Xuxe

    EN Sinusbot Installer Script

    Danke ich habe die Bash gelesen ;) Wie dir der andere Kollege jetzt mehr mals schon mit geteilt hat wird es ohne hin abgefragt, ob apt-get da jetzt was ausspuckt oder nicht. Seit wann zur Hölle, installiert apt einfach andere Pakete?! - Wenn ich MariaDB drauf habe Updated er diese und...
  15. Xuxe

    EN Sinusbot Installer Script

    Kein Hoster sollte so ein Script brauchen. - Die haben vernünftige Deploy Systeme u.a Pupet und co ;) Und wer sich nicht vorher anschaut was er nutzt ist ohne hin selber schuld. Da du ja so ein Profi bist, sollte dir bekannt sein das man vor dem Installieren von Paketen eigentlich immer...
  16. Xuxe

    could u help me?

    Redownload the Archive.
  17. Xuxe

    Solved Ton unterbricht kurz und Probleme mit dem TS3 Client

    Es hat sich bis jetzt noch NIE über einen Bug der Art beschwert. - Ich nehme mal an das es dann Netzwerkseitig ist bei dir auf dem Server. Wie auch immer zu deinem anderen Problem? Gab es da verbesserung?
  18. Xuxe

    Solved Ton unterbricht kurz und Probleme mit dem TS3 Client

    Moin, Mit den icons behaupte ich mit ziemlicher Sicherheit das es an deinem Server liegt ;) Zu den Laggs, erhöhe mal das SampleInterval in deiner config.ini - die kommen durch aus von schlechter CPU Performance. Aber bitte nicht höher als 400.
  19. Xuxe

    Feature Query Access For sinusbots

    Its no matter if you run for example a getChannels with a Query Connection as backend or a Teamspeak3 Client? The result is the same. Automation is controlled by your Application / Script not by the Backend. You do nothing "faster", as a end User you call the same Functions.
  20. Xuxe

    Feature Query Access For sinusbots

    Hey you as a: Should know all features from the Query also possible throught the Normal Client ;) So it makes no sense to make duplicate? But yet are not all functions from the Client ready for the Scripting.
Top