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

Recent content by Zahzi

  1. Zahzi

    Bug Can't get webstream working

    @flyth any updated ETA? Thanks ;)
  2. Zahzi

    Bug Can't get webstream working

    Same issue here.
  3. Zahzi

    Bug Can't get webstream working

    I'm having the same issue. https://forum.sinusbot.com/threads/cant-get-webstream-from-api.4269/
  4. Zahzi

    Solved API Login

    From /api/v1/botId For example: curl http(s)://server:port/api/v1/botId {"defaultBotId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx","rnd":"","pub":"xxxxxxx"} "defaultBotId" is the botId. I don't see this documented at https://www.sinusbot.com/api/ for some reason. @flyth?
  5. Zahzi

    Bug Can't get webstream working

    Operating System: Ubuntu 16.04 SinusBot Version: 0.10.7-a91e4b6 TS3 Version: 3.0.19.4 Problem Description Since the update to this version a few days ago I have not been able to get the http webstream using the API. Using the Sinusbot-API-PHP class, I'm able to get the webstream token as well...
  6. Zahzi

    Solved API Login

    Was using instance id. This worked. Thanks ;)
  7. Zahzi

    Solved API Login

    Running curl with verbose mode shows 401 Unauthorized for info. Login shows forbidden.
  8. Zahzi

    Solved API Login

    I'm not getting any response from the server using this. I have tried on a fresh install using the install script on Ubuntu 16. I am also getting no response from /api/v1/bot/login. The page is blank in browser as CURL doesn't return any response.
  9. Zahzi

    EN [BETA] SinusBot Webstream

    Should be resolved.
  10. Zahzi

    EN [BETA] SinusBot Webstream

    Okay. Not sure off the top of my head why opera isn't compatible. I'll look into it further when I have time. Issue.
  11. Zahzi

    EN [BETA] SinusBot Webstream

    Hmm. Okay. From what I've just read about that error is that it can be caused by my empty() function in older versions of PHP (what version are you running?) I've removed those and restructured the code a bit. You can pull getSongURL.php from the dev branch again. I noticed you've created...
  12. Zahzi

    EN [BETA] SinusBot Webstream

    I think I may have fixed it by adding some checks to make sure the artist is actually valid. Please update your getSong.php and getSongURL.php from the dev branch on the GitHub page. Let me know if this fixes it. Assuming it doesn't, please send me your error log again with the updated code.
  13. Zahzi

    EN [BETA] SinusBot Webstream

    http://xkamikaze.de/tsbot/control/stream1/getSongURL.php seems to be throwing an error. Any chance you could send me your PHP error log after trying to call this? I'm thinking the error is being caused by one of the functions in getSong.php because getImg.php is also not working properly, and...
  14. Zahzi

    EN [BETA] SinusBot Webstream

    Can you provide me with the steps to replicate that issue? I installed SinusBot and the webplayer on a fresh Ubuntu16.04 VPS, and it seemed to load the song name just fine. Also, is it just the song name that's not loading, or does the image not load as well (it defaults to a music note).
  15. Zahzi

    EN [BETA] SinusBot Webstream

    I rewrote this webstream plugin to make it prettier, and have more functionality. Github: https://github.com/Zahzi/SinusBot-Stream Features - Stream music from your SinusBot bot bots in your browser - Webpage using Bootstrap and VideoJS - Displays album art from cached file or from youtube...
Top