Error at Nodes.Name
AlfianRafli opened this issue · 1 comments
AlfianRafli commented
thaddeuskkr commented
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));