#Emitter memory leak

5 messages · Page 1 of 1 (latest)

hallow quarry
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

fleet isle
#

I use listenners like this :

player.on(AudioPlayerStatus.Playing, () => {
is_playing = true;
});
#

The error does not turn off my bot it's just a warning

pure sequoia
#

Do you add that listener inside another event listener?

#

And the warning is about idle listener, not playing