Can't create a player because of no available nodes
Hey.
Was hoping you could help me figure out why I can't create a player.
When attempting to
manager.players.create({ ... })
, it returns "undefined", and emits the following messages:
Before this, I did manager.init()
, and, as you can see, it has connected to a Lavalink instance:
I can also see that Lavalink has established a connection with my bot:
Solution:Jump to solution
I theoretically released a fix, version 4.60.18, fixing this, but it seems I hadn't actually updated the v4 branch, only 'dev', but now I've published it correctly.
16 Replies
Could you provide me with all the debug logs and all the Lavalink logs before and after, complete.
Here you go
I wanted all possible debug logs, it's incomplete.
Could you elaborate?
Debugging isn't just about this Moonlink thing; all the logs are necessary to understand the process.
For example, like this
Is that something I can listen to like with the "debug" event you are emitting or is this something you want me to add and then send those logs?
So it's missing then, in this case are you using Bun or Deno?
Bun
test the dev version for me: npm install git+https://github.com/Ecliptia/moonlink.js.git#dev
GitHub
GitHub - Ecliptia/moonlink.js: MoonLink.js is a simple package for ...
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. - GitHub - Ecliptia/moonlink.js: MoonLink.js is a simpl...
Yeah, this version works, it seems
GG @fløwzy, you just advanced to level 1!
So it's a Bun thing?
Solution
I theoretically released a fix, version 4.60.18, fixing this, but it seems I hadn't actually updated the v4 branch, only 'dev', but now I've published it correctly.
Ahh. Okay. Thanks, man đ