M*C*O
M*C*O
They have instructions in the readme: https://github.com/Walkyst/lavaplayer-fork#maven-package
There's no 1.4.0 in this repo, are you sure you're not using https://github.com/Walkyst/lavaplayer-fork ? (If you aren't, make sure you do, this repo is dead. Also update to 1.4.2)
#155 #519 #600 PS: this repo hasn't seen any work in soon-to-be 2 years, use https://github.com/Walkyst/lavaplayer-fork instead
no, you still need to write your own solution as mentioned in the other issues.
#711 TL;DR: Voicechannels are broken, update JDA.
Looks like #700 Either way, use the Walkyst fork:
> lavaplayer.version: 1.3.98-devoxin Check back with lavalink, that fork of LP doesn't live here and has been archived for a while.
You need to register your AudioEventAdapter with the player (called TrackScheduler in the example): https://github.com/sedmelluq/lavaplayer/blob/707771af705b14ecc0c0ca4b5e5b6546e85f4b1c/demo-jda/src/main/java/com/sedmelluq/discord/lavaplayer/demo/jda/GuildMusicManager.java#L25-L26 Unless I missed something you're not doing that anywhere in your code. You just initialize...
To fix this, all you need to is change your lavaplayer dependency. Method 1, using the PR (= basically a user-provided fix that hasn't been accepted yet): - Go to...
> How do I use this to fix the issue? (dont know how to use pull requests) I'm using maven to add lavaplayer as a dependency btw Use jitpack with...