Yucked/Victoria

[ BUG ] Doesnt fire the TrackEndEvent and TrackStartEvent

Closed this issue · 5 comments


Describe the bug/issue.

Doesnt fire the TrackEndEvent and TrackStartEvent on this soundcloud track. ( https://soundcloud.com/thegreatnepyrus/mario-and-luigi-bowsers-inside-story-music-ost-04-boss-battle ).
This for example ( https://soundcloud.com/kifbenderclassical/mario-and-luigi ) works fine.
With youtube, youtube music or twitch it works perfectly fine.

Stacktrace / Screenshots

When debugging yourself, you can attach screenshots of Autos/Locals tabs in Visual Studio.

It plays but doesnt fire TrackStartedEvent and when its finished it doesnt fire TrackEndEvent.
It doesnt fire TrackException or TrackStuckEvent either

What have you tried? Is it only for that song? Does Lavalink fire the event? Does the event show up in Victoria’s log event? Does it throw any exception? Please provide information, I can’t debug your code for you.

I made breakpoints to see if the events get fired but there dont.
Its only for that song, all the other songs from soundcloud, youtube, twitch and youtube music I tried are firing the events as the should.
Lavalink fires the event and it shows up in the log.
It only throws an exception in lavalink. See pictures

Thats when i play the song that doesnt work
Screenshot 2022-01-07 213914

Thats a random other song from soundcloud
Screenshot 2022-01-07 214053

Increase BufferSize in your LavaConfig

Okay thanks :)