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.
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"...
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...
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?
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)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.