How to fix this error?
Pls help

21 Replies
Hello, did you put the packetUpdate function listening to the djs raw event?

Added.
Could you send me the play codes and the main parts of moonlink? For example the constructor, etc.

The bot showed that it was connected to a voice channel, but it wouldn't connect.
In the constructor could you show me the sendPayload?
GitHub
moonlink.js/testBot/bot.js at v4 Ā· Ecliptia/moonlink.js
MoonLink.js is a simple package for lavalink client, perfect for you to create your discord bot with songs, and very simple and easy to use. - Ecliptia/moonlink.js

GG @dilshan_ka, you just advanced to level 1!
this.manager = new Manager({
nodes: this.config.Nodes,
sendPayload: (guildId, payload) => {
const guild = this.guilds.cache.get(guildId);
if (guild) guild.shard.send(JSON.parse(payload));
},
defaultVolume: 100,
options: {
NodeLinkFeatures: true,
previousInArray: true,
logFile: {
log: true,
path: "moonlink.log",
}
},
});
Try this change
Ok
Working now, thank you.
š
There is another problem, what is the reason why the track is not playing?

Lavalink server error. encoded null

youtube plugin broke atm
you can use the snapshot though, it's working at the moment.

looks like you have to use oAuth, you'll need to get a refresh token.
try this application.yml, it will walk you through in lavalink how to get your refresh token. Once you get your refresh token, you can change the oauth part and restart lavalink:
I'd use a burner account though, don't sign in with your main gmail/youtube
updated the yml to use the snapshot that's working atm, sorry forgot about that
Pls code update :hi:
@1Lucas1.apk
hi
Use the official version they released
Solution