Tomato6966 / erela.js

An up to date Lavalink Wrapper, which makes it easy to use Lavalink within your Discord Bot!
Apache License 2.0
50 stars 25 forks source link

LavaSrc Spotify issue #41

Closed binary-blazer closed 12 months ago

binary-blazer commented 12 months ago

Hello. I have an issue with the Spotify source by the LavaSrc package. It always says:

[ ERROR ] Error: Lavalink Node SearchQuerySource: 'spotify' is not available

when I try to play / search a song on Spotify. I already contacted the maintainer of the LavaSrc plugin and he told me that LavaSrc is set up correctly and should work fine so he told me to ask here. Does anymbody know a possible solution?

Tomato6966 commented 12 months ago

use spsearch

binary-blazer commented 12 months ago

use spsearch

can you send me a link to it please?

Tomato6966 commented 12 months ago
manager.search({
   query: "Hello by Adele",
   source: "spsearch"
})

Also you might wna check out my own client which is maintained, efficient, feature rich and op:

This repository isn't maintained anymore