shipgirlproject/Shoukaku

Error at Nodes.Name

AlfianRafli opened this issue · 1 comments

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

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));