Not finding soundcloud link using nodelink

Normal soundcloud searches work just fine but when you paste a link it shows these errors: Bot:
TypeError: Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
What the Bot is referring to:
const res = await client.moon.search({
query: `${request}`,
source: "soundcloud",
requester: message.author
});
//Other random code here...
//
player.queue.add(res.tracks[0]);
const res = await client.moon.search({
query: `${request}`,
source: "soundcloud",
requester: message.author
});
//Other random code here...
//
player.queue.add(res.tracks[0]);
NodeLink (Not really an error but this is what it shows) :
[loadTracks]: Loaded undefined from https.
[loadTracks]: Loaded undefined from https.
3 Replies
MEE6
MEE6•11mo ago
GG @mistafried, you just advanced to level 2!
mistafried
mistafriedOP•11mo ago
this is only happening after i just switched from lavalink to nodelink
harsh-harlequin
harsh-harlequin•11mo ago
- This was escalated to NodeLink help Further information is on PerformanC guild #performanc-help

Did you find this page helpful?