Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • 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 CubE135

  1. CubE135

    could not decode downloader output: json: cannot unmarshal number 127.37 into Go struct field YTDLFormat.abr of type int

    Check the error logs of the Sinusbot. It might tell you whats wrong.
  2. CubE135

    could not decode downloader output: json: cannot unmarshal number 127.37 into Go struct field YTDLFormat.abr of type int

    Are you using the latest youtube-dl? Also, consider switching to yt-dlp. It is much better/faster.
  3. CubE135

    Issue with the latest youtube-dl

    I Alos have this exact problem. Just downloaded yt-dlp and set the path in the config. Now i get this error:
  4. CubE135

    Issue with the latest youtube-dl

    Could you by chance give me instructions on how to install python3 in my sinusbot docker container? I tried but failed doing so :P
  5. CubE135

    1.0 TrackHistory - Bug Fixes

    Bug Fixes: Fixes sorting in Webinterface Table Added Support for Discord
  6. CubE135

    1.0 TrackHistory 1.1

    TrackHistory A Sinusbot Script that keeps a history of all played tracks displayed in a beautiful Webinterface. Installation (English) Download the latest version here: Download Unarchive the .zip or .tar.gz and put the contents into the Sinusbot "scripts"-Folder (the trackhistory.js and the...
  7. CubE135

    Control Bot via Website?

    Hey, im currently looking for a solution to control the bot (Manage users/channel) via my own website. Is there a way to do that? Best Regards CubE
  8. CubE135

    DE Wie nutze ich .seek() ?

    Du hast natürlich vollkommen recht, danke sehr :P
  9. CubE135

    DE Wie nutze ich .seek() ?

    Hallo, ich habe versucht einen skip command zu machen, der eine definierte Anzahl von Sekunden des Tracks überspringt. Dazu habe ich folgendes geschrieben: if (words[0] == 'skip') { if (words[1]){ var amount = words[1]...
  10. CubE135

    Speech Recognition?

    @flyth Seems like there are more than 2-3 requests ;)
  11. CubE135

    Solved help with coding script

    Ohh, ofc! :D Misread that :P
  12. CubE135

    Solved help with coding script

    Ok, try this: var prefix = "!"; var words = []; if (msg.startsWith(prefix)){ msg = msg.slice(prefix.length); words = str.split(" "); if (words[0] == 'abrazo') { if (words[1]){ chatChannel(words[1]+' hugged '+words[1]); } } }
  13. CubE135

    Solved help with coding script

    If i am understanding you correctly, you could just use startsWith or slice instead of doing ev.msg == '!abrazo'
  14. CubE135

    Solved Move Sinusbot Directory + Subdomain

    Selbstverständlich habe ich ein gültiges Zertifikat von Cloudflare. Ich kann auch bestätigen dass dieses Zertifikat funktionsfähig ist. (Website die auf dem gleichen Server läuft ist durch das Zertifikat als Sicher dargestellt) Nur beim Sinusbot Webinterface scheint es nicht zu funktionieren...
  15. CubE135

    Solved Move Sinusbot Directory + Subdomain

    Just moved everything, works perfectly ;) @irgendwer Genau das habe ich versucht, allerdings wird mir das Webinterface nun als unsicher angezeigt, obwohl ich den SSL Part genau wie beschrieben gemacht habe ;)
Top