Closed BENx2115 closed 6 months ago
I am facing the same issue (2 regions)
same :c
Same issue
Same issue here, but I am using Zulu instead.
$ java -version
openjdk version "17.0.10" 2024-01-16 LTS
OpenJDK Runtime Environment Zulu17.48+15-CA (build 17.0.10+7-LTS)
OpenJDK 64-Bit Server VM Zulu17.48+15-CA (build 17.0.10+7-LTS, mixed mode, sharing)
``` 2024-03-29 06:20:59.810 INFO 1247210 --- [ XNIO-1 task-1] l.server.player.AudioLoaderRestHandler : Got request to load for identifier "https://www.youtube.com/watch?v=2gF_ZIBiKOw" 2024-03-29 06:20:59.921 ERROR 1247210 --- [ader-2-thread-1] lavalink.server.player.AudioLoader : Load failed com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Video returned by YouTube isn't what was requested at com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeTrackDetailsLoader.load(DefaultYoutubeTrackDetailsLoader.java:59) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeTrackDetailsLoader.loadDetails(DefaultYoutubeTrackDetailsLoader.java:36) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager.loadTrackWithVideoId(YoutubeAudioSourceManager.java:230) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager$LoadingRoutes.track(YoutubeAudioSourceManager.java:254) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager$LoadingRoutes.track(YoutubeAudioSourceManager.java:250) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeLinkRouter.routeFromUrlWithVideoId(DefaultYoutubeLinkRouter.java:103) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeLinkRouter.routeFromMainDomain(DefaultYoutubeLinkRouter.java:68) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.DefaultYoutubeLinkRouter.route(DefaultYoutubeLinkRouter.java:46) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager.loadItemOnce(YoutubeAudioSourceManager.java:218) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeAudioSourceManager.loadItem(YoutubeAudioSourceManager.java:149) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.checkSourcesForItemOnce(DefaultAudioPlayerManager.java:406) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.checkSourcesForItem(DefaultAudioPlayerManager.java:388) ~[lavaplayer-1.5.3.jar!/:na] at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.lambda$createItemLoader$0(DefaultAudioPlayerManager.java:183) ~[lavaplayer-1.5.3.jar!/:na] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[na:na] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[na:na] at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na] Suppressed: com.sedmelluq.discord.lavaplayer.tools.exception.EnvironmentInformation: lavaplayer.version: 1.5.3 os.arch: amd64 os.name: Linux os.version: 4.18.0-513.11.1.el8_9.x86_64 java.vendor: Azul Systems, Inc. java.version: 17.0.10 java.runtime.version: 17.0.10+7-LTS java.vm.version: 17.0.10+7-LTS ```
May look similar to https://github.com/iv-org/invidious/issues/3822
There is no need to spam this issue with "same"
If you encounter the same issue you can just react to the initial message with a 👍🏻 and not spam peoples notifications
I too am having this problem
May look similar to iv-org/invidious#3822
...and yt-dlp/yt-dlp#9554
There’s also a PR https://github.com/yt-dlp/yt-dlp/pull/9553 in yt-dlp that gets rid of Android client by default to using iOS and web instead
maybe the Android client used (Innertube??) got flagged by YouTube
or maybe not just innertube but any modded Android client
maybe the Android client used (Innertube??) got flagged by YouTube
https://github.com/lavalink-devs/lavaplayer/pull/85
I fixed it as you said, that issue has been fixed in the web player (Still need further testing)
I'm leaving this hotfix hoping it can help you solve that problem.
Not sure if related but this happened to me while playing a youtube playlist
Someone forked Lavalink with Kamilake's patch if one wants to get this up and running before this gets fully fixed. https://github.com/ZeyoYT/Lavalink
Someone forked Lavalink with Kamilake's patch if one wants to get this up and running before this gets fully fixed. https://github.com/ZeyoYT/Lavalink
Do you have it also for lavalink v3 please?
Someone forked Lavalink with Kamilake's patch if one wants to get this up and running before this gets fully fixed. https://github.com/ZeyoYT/Lavalink
Do you have it also for lavalink v3 please?
There's not one I'm aware of but I could see what I can do...
Someone forked Lavalink with Kamilake's patch if one wants to get this up and running before this gets fully fixed. https://github.com/ZeyoYT/Lavalink
Do you have it also for lavalink v3 please?
There's not one I'm aware of but I could see what I can do...
Please, I also use lavalink v3 and this is plaguing me lol. Massive thanks.
Someone forked Lavalink with Kamilake's patch if one wants to get this up and running before this gets fully fixed. https://github.com/ZeyoYT/Lavalink
Do you have it also for lavalink v3 please?
There's not one I'm aware of but I could see what I can do...
Please, I also use lavalink v3 and this is plaguing me lol. Massive thanks.
I have not tested this, but I have applied devoxin's lavaplayer patch to lavalink. I'll be testing if this works in a bit, I just wanted to get this out.
https://github.com/supern64/Lavalink/tree/v3-legacy https://dump.cirnoslab.me/u/Lavalink.jar
FWIW, there are also jars available within the Lavalink Discord.
for those who cannot compile, i have uploaded the lavalink compiled jar, and those who wants to compile it themself
clone , then cd into it and do ./gradlew bootJar
or for windows 'gradlew.bat bootJar'
There is no need to compile. As I have stated, there are jars available within the official Lavalink server that contain a hotfix for this issue.
Thank you so so much
I have tested this Lavalink for a week now and it works without any problems.
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
they have a updated jar in there discord, i recently faced the issue of the patch not working so i downloaded the latest jar from there discord and it seems to be working
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
they have a updated jar in there discord, i recently faced the issue of the patch not working so i downloaded the latest jar from there discord and it seems to be working
Oh, thank you for notifying me!
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
they have a updated jar in there discord, i recently faced the issue of the patch not working so i downloaded the latest jar from there discord and it seems to be working
can you give me the link
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
they have a updated jar in there discord, i recently faced the issue of the patch not working so i downloaded the latest jar from there discord and it seems to be working
can you give me the link
Maybe this https://discord.com/channels/1082302532421943407/1082302533332115539/1223624011569959002
When will this issue get patched officially... Is it already patched? Just not yet releasing a new version? And in my case, ZeyoYT's fix is also not working...
they have a updated jar in there discord, i recently faced the issue of the patch not working so i downloaded the latest jar from there discord and it seems to be working
can you give me the link
Maybe this https://discord.com/channels/1082302532421943407/1082302533332115539/1223624011569959002
To add to this if others end up here whilst troubleshooting, the jar provided in the Discord server solved this issue for me as well, whereas I encountered this specific issue with release 4.0.4.
Here's the link for the official JAR https://discord.com/channels/1082302532421943407/1082303817686732881/threads/1231672788914274354
resolved in https://github.com/lavalink-devs/Lavalink/releases/tag/4.0.5 & https://github.com/lavalink-devs/Lavalink/releases/tag/3.7.12
if you are still hitting this please open an issue here from now on
Description
Since the day before yesterday (March 26th) I've been getting this error more and more often: "Video returned by YouTube isn't what was requested"
To Reproduce
I haven't been able to reproduce the error properly so far. I was listening to music for about an hour and an error occurred that prevented all songs from playing.
(Edit) In the meantime, every 3rd song no longer works
Version info
Client used: lavalink-client (Node.js)
Output of
java -version
:Lavalink Logs: