shipgirlproject / Shoukaku

A stable, powerful and updated wrapper around Lavalink
https://guide.shoukaku.shipgirl.moe/
MIT License
273 stars 84 forks source link

Error at Nodes.Name #169

Closed AlfianRafli closed 6 months ago

AlfianRafli commented 8 months ago

everything is correct but there is an error like this. why is that? Screenshot_20240101-141030

thaddeuskkr commented 7 months ago

if this happens to still be an issue, you need to give more information than that - e.g. the code that you're trying to run.

though from that error message it seems to be that you did not handle shoukaku's error event (which you should - as stated by this section of the readme). this wouldn't really be an issue provided there weren't any errors emitted by shoukaku, but since you need that information, i suggest you do that first :)

// ALWAYS handle error, logging it will do
shoukaku.on("error", (_, error) => console.error(error));