martinpro1000

Results 6 comments of martinpro1000

I also created that way: ```java for (int i = 0; i < 65406; i++) { String text = NativeKeyEvent.getKeyText(i); if (!text.startsWith("Unknown")) { disableKey.getItems().add(text); hashMap.put(text, i); } } ```

So that is the stack trace I get from the load Failed method: ```com.sedmelluq.discord.lavaplayer.tools.FriendlyException:__ Loading information for a YouTube track failed. at com.sedmelluq.discord.lavaplayer.tools.ExceptionTools.wrapUnfriendlyExceptions(ExceptionTools.java:44) at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager.loadTrackWithVideoId(YoutubeAudioSourceManager.java:220) at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager$LoadingRoutes.track(YoutubeAudioSourceManager.java:232) at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager$LoadingRoutes.track(YoutubeAudioSourceManager.java:228) at...

Can confirm that others also get that exception.

Is problem in our code or not?

Thanks for response. So the fix is to use the forked version. I don't know why Lavaplayer stopped working suddently, but I will try to use the forked version and...

For me the bot just started working again today, maybe youtube fixed something?