trackEnd event isn't fired after bot is dc'd and rejoins
For some reason the trackEnd event isn't fired in lavadeno if the bot was manually disconnected (by an admin) and then starts playing in the channel again, using lavadeno 3.2.3 (latest on deno.land), and harmony (from github not deno.land). Issue persists on both latest lavalink 3.5.1 and cog creators lavalink 3.4.0_1350 (tried cog creators as I thought it was a lavalink issue not lavadeno)
2 Replies
hm
i might've over looked something
I'll check the code soon, just woke up
Figured out the issue, it was because I wasn't adding event listeners if the player already existed. For some reason the nodes weren't getting deleted when i called .destroy() (possibly because I didn't await? idk)