sedmelluq / lavaplayer

Audio player library for Discord
Apache License 2.0
959 stars 247 forks source link

Cant Play YouTube Videos #549

Closed scolastico closed 3 years ago

scolastico commented 3 years ago

Hi, if i try to play a youtube video it doesnt works anymore. It worked a few weeks and scince a days it show's following error: https://haste.scolasti.co/upoyuvaqaf.pl

My Source Code: https://github.com/scolastico/disc0rd.exe/blob/hotfix-music-player/src/main/java/com/scolastico/discord_exe/etc/musicplayer/MusicPlayer.java

I allready tryd to update the player but nothing changed on the error.

Portagoras commented 3 years ago

Are you on the newest version? Cause that fixed it for me, I think.

scolastico commented 3 years ago

Yes im on 1.3.55

        <dependency>
            <groupId>com.sedmelluq</groupId>
            <artifactId>lavaplayer</artifactId>
            <version>1.3.55</version>
        </dependency>
scolastico commented 3 years ago

Oh i found the problem: IntelliJ didn't updated it properly. I needed to delete the cache and reinstall the maven dependencies...