Search results not found

SearchResult {
query: '10s timer',
source: 'unknown',
tracks: [],
loadType: 'empty',
playlistInfo: undefined,
error: null
}
SearchResult {
query: '10s timer',
source: 'unknown',
tracks: [],
loadType: 'empty',
playlistInfo: undefined,
error: null
}
2025-05-16T19:15:18.338+09:00 INFO 16876 --- [Lavalink] [ XNIO-1 task-3] l.server.player.AudioLoaderRestHandler : Got request to load for identifier "ytsearch:10s timer"
2025-05-16T19:15:18.364+09:00 INFO 16876 --- [Lavalink] [ XNIO-1 task-3] l.server.io.RequestLoggingFilter : GET /v4/loadtracks?identifier=ytsearch%3A10s+timer, client=0:0:0:0:0:0:0:1
2025-05-16T19:15:18.338+09:00 INFO 16876 --- [Lavalink] [ XNIO-1 task-3] l.server.player.AudioLoaderRestHandler : Got request to load for identifier "ytsearch:10s timer"
2025-05-16T19:15:18.364+09:00 INFO 16876 --- [Lavalink] [ XNIO-1 task-3] l.server.io.RequestLoggingFilter : GET /v4/loadtracks?identifier=ytsearch%3A10s+timer, client=0:0:0:0:0:0:0:1
Solution:
Thanks i solve this problem ❤️
Jump to solution
11 Replies
Jasper
JasperOP3w ago
I'm trying to create a player, search for a track, and play it, but the track value is empty. Node version: 22.15.1 Djs version: 14.17.3 moonlinkjs version: 4.6.3 lavalink version: 4.0.8
1Lucas1.apk
1Lucas1.apk3w ago
Are you using the lavalink plugin or youtube-plugin?
Jasper
JasperOP3w ago
I’m going to follow the Lavalink example configuration as is and haven’t modified anything.
https://lavalink.dev/configuration/index.html
I don't know if it's helpful, but I'm sending you additional logs
[info] 2025-05-16T14:28:11.656.198414700Z | [COMMAND] :: ukong0324 -> play (query: 10s timer)
SearchResult {
query: '10s timer',
source: 'unknown',
tracks: [],
loadType: 'empty',
playlistInfo: undefined,
error: null
}
[debug] 2025-05-16T14:28:11.856.398500400Z | [CLIENT] :: [WS => Shard 0] An invalid payload was sent to Discord.
[debug] 2025-05-16T14:28:11.857.399501600Z | [CLIENT] :: [WS => Shard 0] Destroying shard
Reason: none
Code: 4002
Recover: Resume
[debug] 2025-05-16T14:28:11.857.400073200Z | [CLIENT] :: [WS => Shard 0] Connection status during destroy
Needs closing: false
Ready state: 3
[debug] 2025-05-16T14:28:12.361.904256200Z | [CLIENT] :: [WS => Shard 0] Connecting to wss://gateway-us-east1-b.discord.gg?v=10&encoding=json
[debug] 2025-05-16T14:28:12.405.948314700Z | [CLIENT] :: [WS => Shard 0] Waiting for event hello for 60000ms
[debug] 2025-05-16T14:28:12.643.186073400Z | [CLIENT] :: [WS => Shard 0] Preparing first heartbeat of the connection with a jitter of 0.6941272255281015; waiting 28632ms
[debug] 2025-05-16T14:28:12.645.187663200Z | [CLIENT] :: [WS => Shard 0] Resuming session
resume url: wss://gateway-us-east1-b.discord.gg
sequence: 8
shard id: 0
[debug] 2025-05-16T14:28:12.837.379929000Z | [CLIENT] :: [WS => Shard 0] Resumed and replayed 2 events
[info] 2025-05-16T14:28:11.656.198414700Z | [COMMAND] :: ukong0324 -> play (query: 10s timer)
SearchResult {
query: '10s timer',
source: 'unknown',
tracks: [],
loadType: 'empty',
playlistInfo: undefined,
error: null
}
[debug] 2025-05-16T14:28:11.856.398500400Z | [CLIENT] :: [WS => Shard 0] An invalid payload was sent to Discord.
[debug] 2025-05-16T14:28:11.857.399501600Z | [CLIENT] :: [WS => Shard 0] Destroying shard
Reason: none
Code: 4002
Recover: Resume
[debug] 2025-05-16T14:28:11.857.400073200Z | [CLIENT] :: [WS => Shard 0] Connection status during destroy
Needs closing: false
Ready state: 3
[debug] 2025-05-16T14:28:12.361.904256200Z | [CLIENT] :: [WS => Shard 0] Connecting to wss://gateway-us-east1-b.discord.gg?v=10&encoding=json
[debug] 2025-05-16T14:28:12.405.948314700Z | [CLIENT] :: [WS => Shard 0] Waiting for event hello for 60000ms
[debug] 2025-05-16T14:28:12.643.186073400Z | [CLIENT] :: [WS => Shard 0] Preparing first heartbeat of the connection with a jitter of 0.6941272255281015; waiting 28632ms
[debug] 2025-05-16T14:28:12.645.187663200Z | [CLIENT] :: [WS => Shard 0] Resuming session
resume url: wss://gateway-us-east1-b.discord.gg
sequence: 8
shard id: 0
[debug] 2025-05-16T14:28:12.837.379929000Z | [CLIENT] :: [WS => Shard 0] Resumed and replayed 2 events
1Lucas1.apk
1Lucas1.apk3w ago
You need to install the youtube-plugin plugin There is no example there
Jasper
JasperOP3w ago
oh...
1Lucas1.apk
1Lucas1.apk3w ago
https://discord.com/channels/990369410344701964/1334182969107284000 Update to the latest version and follow the steps
Jasper
JasperOP3w ago
Okay i will try
Jasper
JasperOP3w ago
Did I fail if I get this error? I have finished install youtube-plugin and linking Google, but the above error occurs
1Lucas1.apk
1Lucas1.apk3w ago
Update the plugin, this application.yml has been there for a while, and the plugin has already been updated
Solution
Jasper
Jasper3w ago
Thanks i solve this problem ❤️

Did you find this page helpful?