• 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 Apina-32

  1. A

    DE Spotify Einbindung

    Yeahh.... I kind of suspected that might be the issue. I guess you could try changing to a different IP. Or you could try to use a proxy server to forward the requests.
  2. A

    DE Spotify Einbindung

    Honestly no idea. Did you select the Web API when creating the developer app? Have you checked that you don't have any spaces in front of or after the client id/secret? Also if you're familiar with this stuff you could test if you can get the access token manually using your client id and...
  3. A

    DE Spotify Einbindung

    I assume you updated the script? That's a 403 forbidden error, meaning that if everything else works, your client id or secret is invalid. I just tested the script again and it still works for me.
  4. A

    DE Spotify Einbindung

    It's working now. Well, at least for me...
  5. A

    DE Spotify Einbindung

    Apparently spotify has changed how the access token flow works... It should work now. Edit: There are still some issues...
  6. A

    DE Spotify Einbindung

    The error you're receiving indicates that it's failing to call the Spotify API. All I can think of is either your Client ID or Secret is wrong. Do other songs work? Do you get any errors in the sinusbot logs on the admin page?
  7. A

    DE Spotify Einbindung

    Have you set the spotify client id and secret in the settings?
  8. A

    DE Spotify Einbindung

    Does playing youtube videos with !yt (or similar command) work? Can you play the YT video for that song with !yt? Based on experience, it seems that sinusbot just can't play certain videos no matter how many times you try. Other videos should still work though. If that's the case, then it's not...
  9. A

    DE Spotify Einbindung

    Yes. It's now on the GitHub. The Spotify API is limited to the top 5 tracks from the artist though. I'm not able to test it myself at all, since I don't currently have sinusbot installed. Hope it works :)
  10. A

    DE Spotify Einbindung

    It's either failing to search the YouTube API or it's failing to play the video. Have you added your YouTube API key in the settings? Are you able to play youtube videos with your sinusbot install?
  11. A

    DE Spotify Einbindung

    The newest version should output `Error while getting track: ${err}, id: ${id}` when it's not working. If you aren't getting the id in the error message, then you're likely using an older version of the script.
  12. A

    DE Spotify Einbindung

    Hi. I updated the script to hopefully fix the issue. It was parsing the command incorrectly if it was sent from teamspeak3. Can you test and confirm if the new version works?
  13. A

    DE Spotify Einbindung

    I made this script a while ago that does just that. https://github.com/sruusk/sinusbot-scripts/blob/master/spotify-playlist-yt.js
  14. A

    TTS Causing audio to overlap

    How: When playing a track, use the TTS feature either with !say or through the web and then switch tracks. What: It plays the TTS normally but does not stop playing the first track. This causes two songs/tracks to play at the same time, on top of each other. SinusBot: 1.0.1 OS: Debian 11 Logs...
Top