player.connect() not working
It seems that player.connect() dosen't work in the current version, even though it returns a true
17 Replies
this has been checked with the example script provided on the moolink.js website
no errors are returned
are you using
player.setVoiceChannelId(voiceChannel.id)
before player.connect()
?The examples in the docs have some problems, you can use the Github testBot which are working correctly.
Tomorrow or the day after morning I will correct them
its set when creating the player

thank you
A possible issue is the JSON.parse is missing in sendPayload

that seems to be the issue
i have a another one to follow up
GG @Chresh, you just advanced to level 1!
there in send from shard
send(JSON.parse(payload))
did that as it is in the test bot
it works
i have another issue related to lavalink/nodelink
not for this issue though
what's the other issue
lavalink/nodelink throws an error when loading a song
it was possible to solve by using a public node
ah, I don't use nodelink but I know there's been issues with it lately
i solved the issue by upgrading the version of the youtube source version in lavalink
yeah you'll have to do that quite often. The youtube plugin breaks pretty often