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

    Bug Downloads with HTTPS don't working

    There is resource to fix the problem: https://forum.sinusbot.com/resources/ssl-support.94/
  2. arlextra

    Bug Downloads with HTTPS don't working

    Hello, I use SinusBot Beta 0.9.12-6bb0227 And when I download / !stream / or play URL with api, nothing plays if the link is a HTTPS adress (SSL encryption) Upload page ( :8087/play/upload ) give this error: Unable to download webpage: <urlopen error [Errno 1] _ssl.c:504: error:14077438:SSL...
  3. arlextra

    EN Play song with sfx option through web api ?

    Hello, I saw that the new option has been add to play song "on top" another song (is awesome). Who moreover made a reference to my request: https://forum.sinusbot.com/threads/requests-resume-song-in-a-given-time.1229/ : ) Currently it is used by edit tags. Is that it can be used across the web...
  4. arlextra

    WebStream, ERR_CONNECTION_REFUSED (Solution: check url)

    How does this solve link problem ?
  5. arlextra

    WebStream, ERR_CONNECTION_REFUSED (Solution: check url)

    "127.0.0.1:8087/api/v1[...]" the browser can not understand it add "http" otherwise it will never work "http://127.0.0.1:8087/api/v1[...]"
  6. arlextra

    WebStream, ERR_CONNECTION_REFUSED (Solution: check url)

    Thank, it was wrong in the url.. -- But "Online Webstream" is just a joke (The code was never tested...)
  7. arlextra

    WebStream, ERR_CONNECTION_REFUSED (Solution: check url)

    Hello, I would use the webstream function, but after recovering link audio stream ( https://www.sinusbot.com/api/#api-Streaming-getStream ) Browser make error: "ERR_CONNECTION_REFUSED" I confirm my EnableWebStream = true What I missed?
  8. arlextra

    EN Timer 0.5 second

    It was just for testing. Thanks anyway!
  9. arlextra

    EN Timer 0.5 second

    Hello, As said in the title, I would like to create a script that executes every 0.5 seconds. L'Event "timer" will execute all one second :/ Fonction setTimeout(..... ,500) is not defined. How to do ?
  10. arlextra

    EN [Php / Script ?]

    Thank you a lot ;)
  11. arlextra

    EN [Php / Script ?]

    Hello, me again :p I would want via php (via a web page) to be able to make exactly what makes the command "!stream [ url ]" on teamspeak. For example, I have a web page with an html input and I want via the server php execute the command "!stream [html input]" . I tested: PHP-Class by...
  12. arlextra

    EN Recover the date / time

    Yes, work thank :D
  13. arlextra

    EN Recover the date / time

    Hello, I tried to retrieve the time and date via pre-defined function javascirpt (getTime() or getDate() ) But Sinusbot told that the function is not defined. (I do not too much javascript :/ ) On the API scripting page I have not found a function that allows what I want. She he can recover...
  14. arlextra

    EN Channel Update Error

    Okay :D, then edit showcase.js l.26 // channelUpdate({ id: 100, topic: 'New Topic!' });
  15. arlextra

    EN Channel Update Error

    Hello, I have a problem with the channel update. "chatChannel" works but "channelUpdate" gives me an error in the console. What I have done wrong ? if (config.type == 0) { channelUpdate({ id: 7815, name: 'yolo2' }); chatChannel(ads[ad]); } else {...
  16. arlextra

    TTS-url all is correctly set up and didn't works help

    I find this: http://translate.google.com/translate_tts?tl=[local]&q=[text]&ie=UTF-8&total=1&idx=0&client=t It's work for me, if ever it can help someone :)
  17. arlextra

    TSClient quit - "invalid playback device" [SinusBot 0.9.9]

    Oh, sorry indeed the TS3 paths point in my older ("/opt/ts3soundboard"). Problem solved
  18. arlextra

    TSClient quit - "invalid playback device" [SinusBot 0.9.9]

    I'm download today this version: https://forum.sinusbot.com/resources/beta-0-9-9.3/ And I tested with TS Client 3.0.16 and 3.0.17 with the plugin included in .tar
  19. arlextra

    TSClient quit - "invalid playback device" [SinusBot 0.9.9]

    Hello, I instaled the SinusBot 0.9.9 on my vps but when I start bot on the web interface the console give me an error and the bot don't join Teamspeak server. On the same server I have already installed ts3bot 0.9.5 and 0.9.8 without any problems. 2015/08/30 22:36:00 bd554cda 2d53226f DEBUG...
Top