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

    EN How to http request script?

    That's good to know. Thanks for pointing it out! I edited my first answer. Is setting content-length really required when also defining maxSize?
  2. vincolus

    EN How to http request script?

    I am posting this here so it does not get lost in case links expire: sinusbot.http({ method: 'POST', url: 'http://127.0.0.1:8087/api/v1/bot/login', timeout: 6000, maxSize: 1024*1024*5, headers: { "Content-Type": "application/json"...
  3. vincolus

    TS3 SyncWatch - Changed auth mechanism

    i made a major change in authentication; you no longer need to provide the token yourself. the script does it for you. but, you will need to provide a user login and password via config so the script can claim the token itself. my advise: create an extra user just for the purpose with...
  4. vincolus

    EN How to use the HTTP API in an script?

    Example Scenario: I need to log in and retreive the token, which I then pass from my script to my webinterface via url parameters. Because I will need the token for most requests. Does this make sense or is there an easier way?
  5. vincolus

    EN How to http request script?

    this seems to be a jquery function. for that to function, you will have to load the library first
  6. vincolus

    TS3 SyncWatch - small size min-height bugfix

    fixed min-height for the player-iframe (affects mostly mobile devices)
  7. vincolus

    TS3 SyncWatch - minor bugfixes

    minor bugfix regarding - resizing / sizing function - alert style - hiding loading mask on errors
  8. vincolus

    TS3 SyncWatch - Minor Bugfixes and Improvements

    Improved the following things: - general styles - lifecycle - sync algorithm - resizing (no more flickering) - error-handling (no more flickering) - alert markup Added ability to: - disable / pause syncing (at the bottom of the page)
  9. vincolus

    TS3 SyncWatch 1.4-1

    INTRO HOWTO FEATURES COMMANDS TASKS Again, please report bugs! Thanks! Bitte bringt mir alle eure Käfer. Vielen Dank!
Top