When making requests to /v4/loadsearch I constantly get 404 responses. Both the LavaSearch and the LavaSrc plugins are loaded.
curl -v -H "Authorization: ---" "http://localhost:2333/v4/loadsearch?query=ytsearch:rickroll&types=track"
returns 404, same thing with spsearch:
The lavasrc config looks like this:
providers:
- "ytsearch:\"%ISRC%\""
- "ytsearch:%QUERY%"
sources:
spotify: true
applemusic: false
deezer: false
yandexmusic: false
flowerytts: true
youtube: true
spotify:
clientId: "---"
clientSecret: "---"
countryCode: "US"
playlistLoadLimit: 6
albumLoadLimit: 6
flowerytts:
voice: "Eric"
translate: false
silence: 0
speed: 1.0
audioFormat: "ogg_opus"
For LavaSearch I don't have any config but I dodn't found anything about config I would need

