#spotify link no match found
1 messages · Page 1 of 1 (latest)
2024-01-27T14:48:01.878Z INFO 28 --- [ XNIO-1 task-3] l.server.io.RequestLoggingFilter : PATCH /v4/sessions/1jzqy7omjmen8fhg/players/1135543409680076881, client=, payload={"voice": {"token": "5e50b6cdf314aca3", "endpoint": "frankfurt10148.discord.media:443", "sessionId": "ab5e31802d1d6082f2c32440e33bc7f9"}}
2024-01-27T14:48:05.047Z INFO 28 --- [ XNIO-1 task-3] l.server.player.AudioLoaderRestHandler : Got request to load for identifier "ytsearch:ytmearch:A L E X - Zeldas Lullaby"
2024-01-27T14:48:05.304Z INFO 28 --- [ XNIO-1 task-3] lavalink.server.player.AudioLoader : No matches found
2024-01-27T14:48:05.360Z INFO 28 --- [ XNIO-1 task-3] l.server.io.RequestLoggingFilter : GET /v4/loadtracks?identifier=ytsearch:ytmearch:A%20L%20E%20X%20-%20Zeldas%20Lullaby, client=
spotify link no match found
Did you add the Lavasrc plugin?
Also why are you searching for ytsearch:ytmsearch:
You can only specify one or the other, not both
yea idid change this ma bad this is previous log
nope it wasnt need it till this happened
Spotify isn't supported by Lavalink out-of-the-box, you'll need a plugin to provide support for Spotify
i did put spotify api in the code
like, in your client?
Then it's up to your implementation to resolve those spotify links into something playable
iit not the code problem im sure cuase it wasnt like that until i used the latest lavalink 4
and i also have another bot using lavalink 3 and there is no problem in that but in this version i get this err
I'm having a bit of trouble understanding exactly what the problem is.
Is it that you can't resolve spotify links into youtube tracks or that the spotify link itself is not being matched in your client?
sorry ma english is not really good when come to explain somthing
so the code is working fine its playing youtube link souncloud link and other
but when i use the spotfiy link something like this https://open.spotify.com/track/3dQR7lwVcVvRBzrR03ELzd?si=hINPKE5dTBy-wZ3pja9JXA&context=spotify%3Asearch%3Alullaby%2Balex
i get that err no match found
This sounds like an issue with your client implementation then
oh okay thanks any solution you might suggest?
Nothing without any code or up-to-date logs
can i give you the source code?
Sure
here
did you check it?
I'm looking
okay thanks
GET /v4/loadtracks?identifier=ytsearch:ytmearch:A%20L%20E%20X%20-%20Zeldas%20Lullaby
I mean
you have double search things in the url
that's not how it works
ytsearch:ytmearch:
topi
@drowsy hound Is this the error you're getting then?
oh, reading is hard
:^)
nop in the bot am not getting any err
the bot join and says added the song
but not playing anything
and then i check the log
#testing message
I would begin by adding print statements then to see how far it's getting. Make sure to log the results of function calls too, so e.g.
search = await self._node.get_tracks(...)
print(search)
if not search:
...
already established possible client error
but also same https://serux.pro/4ba52f0683.png