You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When probing a file with an OGG container, if a video stream is present (typically artwork), the file fails to be resolved with Lavaplayer throwing an exception stating "Unsupported track in OGG stream".
Caused by: java.lang.IllegalStateException: Unsupported track in OGG stream.
at com.sedmelluq.discord.lavaplayer.container.ogg.OggTrackLoader.detectCodec(OggTrackLoader.java:60)
at com.sedmelluq.discord.lavaplayer.container.ogg.OggTrackLoader.loadTrackBlueprint(OggTrackLoader.java:31)
at com.sedmelluq.discord.lavaplayer.container.ogg.OggAudioTrack.process(OggAudioTrack.java:37)
The text was updated successfully, but these errors were encountered:
When probing a file with an OGG container, if a video stream is present (typically artwork), the file fails to be resolved with Lavaplayer throwing an exception stating "
Unsupported track in OGG stream
".The text was updated successfully, but these errors were encountered: