Git Product home page Git Product logo

Comments (28)

topi314 avatar topi314 commented on August 16, 2024 66

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

from lavalink.

BENx2115 avatar BENx2115 commented on August 16, 2024 8

I have tested this Lavalink for a week now and it works without any problems.

from lavalink.

Fyphen1223 avatar Fyphen1223 commented on August 16, 2024 8

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...

from lavalink.

chrislopez24 avatar chrislopez24 commented on August 16, 2024 6

There’s also a PR yt-dlp/yt-dlp#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

from lavalink.

supern64 avatar supern64 commented on August 16, 2024 6

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

from lavalink.

KasaiKonoru avatar KasaiKonoru commented on August 16, 2024 4

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?

from lavalink.

devoxin avatar devoxin commented on August 16, 2024 3

FWIW, there are also jars available within the Lavalink Discord.

from lavalink.

WeeeeeeeeeeS avatar WeeeeeeeeeeS commented on August 16, 2024 2

usa.log
spring.log

I am facing the same issue (2 regions)

from lavalink.

supern64 avatar supern64 commented on August 16, 2024 1

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

from lavalink.

devoxin avatar devoxin commented on August 16, 2024 1

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.

from lavalink.

KasaiKonoru avatar KasaiKonoru commented on August 16, 2024

same :c

from lavalink.

Cyanoure avatar Cyanoure commented on August 16, 2024

Same issue

from lavalink.

barateza avatar barateza commented on August 16, 2024

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)
Error log

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 iv-org/invidious#3822

from lavalink.

OxydeDev1789 avatar OxydeDev1789 commented on August 16, 2024

I too am having this problem

from lavalink.

xDroflLOL avatar xDroflLOL commented on August 16, 2024

May look similar to iv-org/invidious#3822

...and yt-dlp/yt-dlp#9554

from lavalink.

Kamilake avatar Kamilake commented on August 16, 2024

maybe the Android client used (Innertube??) got flagged by YouTube

lavalink-devs/lavaplayer#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.

from lavalink.

berithpy avatar berithpy commented on August 16, 2024

Not sure if related but this happened to me while playing a youtube playlist

from lavalink.

supern64 avatar supern64 commented on August 16, 2024

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...

from lavalink.

ProfessorFartsalot avatar ProfessorFartsalot commented on August 16, 2024

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.

from lavalink.

ZeyoYT avatar ZeyoYT commented on August 16, 2024

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'

from lavalink.

ProfessorFartsalot avatar ProfessorFartsalot commented on August 16, 2024

Thank you so so much

from lavalink.

ZeyoYT avatar ZeyoYT commented on August 16, 2024

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

from lavalink.

Fyphen1223 avatar Fyphen1223 commented on August 16, 2024

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!

from lavalink.

CPS7 avatar CPS7 commented on August 16, 2024

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

from lavalink.

Fyphen1223 avatar Fyphen1223 commented on August 16, 2024

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

from lavalink.

gsorensen avatar gsorensen commented on August 16, 2024

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.

from lavalink.

Fyphen1223 avatar Fyphen1223 commented on August 16, 2024

Here's the link for the official JAR
https://discord.com/channels/1082302532421943407/1082303817686732881/threads/1231672788914274354

from lavalink.

topi314 avatar topi314 commented on August 16, 2024

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

from lavalink.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.