-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] : Problematic YouTube player script /s/player/3bb1f723/player_ias.vflset/es_ES/base.js detected #1783
Comments
Got the same error while trying to play youtube urls but from what my very quick and not so thorough tests shown it works fine on SoundCloud, Bandcamp and twitch |
Same problem. I tested on the local Linux server and on the Windows desktop, without success. |
Updating lavalink youtube source to latest (1.11.1) resolves this problem. |
So I grabbed 2 different version from 2 different forks that had the version in the pom.xml updated to use 1.11.1 and it gives the same error. |
I am also encountering the same error using the updated branch #1772, even with the change it still won't work. |
Works! But use lavalink 1.11.2 |
How? I'm a Genuine noob lol |
Compile with the specified changes using maven. |
|
Thank you, this worked! |
Actually my hero, also finally figured out docker too in the process LOL |
I think i did something wrong because the bot still isnt working with youtube and Ive installed docker, added the ytpotoken and ytvisitordata to the congig.txt and entered in the tokens that i got and its still not working. Anyone got a screenshot of how its supposed to look in the config.txt or like a video showing how to do it? |
@Killstreaks-lab You downloaded 0.4.3.2 from Sevile's fork? Mine works just fine. Heres what my config.txt looks like I just added it to the end and everything worked right away |
Has there been a small update because mine is just 0.4.3 not 0.4.3.2, mine could be slightly outdated I'll have to check when I get home |
No, 0.4.3.2 is a fork from another user in this thread. If you scrolled up a bit, the link is posted like 3 times already |
Thanks alot I'm gonna grab it today when I get home and see if that works appreciate the help |
Yo thanks man that worked really appreciate the help |
I set it up locally in Docker and it was working perfectly fine but when I deployed it to AWS im getting to following error: com.sedmelluq.discord.lavaplayer.tools.FriendlyException: This video requires login |
There is have any video how to do it? I just tried it but its not worked. I should be do something wrong. |
Did you download 0.4.3.2 from that link? Because for me I was still trying to use 0.4.3, if your still using that one even if you add the new code it still won't work |
Yes mate i just removed it and installed new one, which is |
I have the same issue, not sure how to fix it. Namely:
|
Jar File not opening anymore is anybody had this issue before? |
Try this |
doesnt fix "this video requires login" issue. |
@SeVile your repo doesn't a section for issues, would you be able to turn it on? I understand if not |
done |
Тут вже виправлена проблема з програванням музики з YouTube просто завантажте та запустіть, більше нічого робити не треба. |
It works! Is there non-translated version? |
На жаль немає, но я думаю що розробники цього проєкту побачать це виправлення, і викладуть обнову у себе англійською мовою. |
Bug Description
When y try to play any song the bot connects to the channel but the doesent play anything
Steps to Reproduce
Play any song
Expected Result
Play songs
Debug Output
[ERROR] [SignatureCipherManager]: Problematic YouTube player script /s/player/3bb1f723/player_ias.vflset/es_ES/base.js detected (issue detected with script: no actions match). Dumped to C:\Users\eric\AppData\Local\Temp\lavaplayer-yt-player-script7268486632726946257.js
[19:09:14] [ERROR] [LocalAudioTrackExecutor]: Error in playback of wccRif2DaGs
com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Something broke when playing the track.
at com.sedmelluq.discord.lavaplayer.tools.ExceptionTools.wrapUnfriendlyExceptions(ExceptionTools.java:45)
at com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor.execute(LocalAudioTrackExecutor.java:121)
at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.lambda$executeTrack$2(DefaultAudioPlayerManager.java:339)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Must find action functions from script: /s/player/3bb1f723/player_ias.vflset/es_ES/base.js
at dev.lavalink.youtube.cipher.SignatureCipherManager.extractFromScript(SignatureCipherManager.java:235)
at dev.lavalink.youtube.cipher.SignatureCipherManager.getCipherScript(SignatureCipherManager.java:195)
at dev.lavalink.youtube.clients.skeleton.NonMusicClient.loadTrackInfoFromInnertube(NonMusicClient.java:74)
at dev.lavalink.youtube.clients.skeleton.StreamingNonMusicClient.loadFormats(StreamingNonMusicClient.java:35)
at dev.lavalink.youtube.track.YoutubeAudioTrack.loadBestFormatWithUrl(YoutubeAudioTrack.java:183)
at dev.lavalink.youtube.track.YoutubeAudioTrack.processWithClient(YoutubeAudioTrack.java:109)
at dev.lavalink.youtube.track.YoutubeAudioTrack.process(YoutubeAudioTrack.java:71)
at com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor.execute(LocalAudioTrackExecutor.java:109)
... 4 common frames omitted
[19:09:14] [ERROR] [AudioHandler]: Track wccRif2DaGs has failed to play
com.sedmelluq.discord.lavaplayer.tools.FriendlyException: Something broke when playing the track.
at com.sedmelluq.discord.lavaplayer.tools.ExceptionTools.wrapUnfriendlyExceptions(ExceptionTools.java:45)
at com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor.execute(LocalAudioTrackExecutor.java:121)
at com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager.lambda$executeTrack$2(DefaultAudioPlayerManager.java:339)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.IllegalStateException: Must find action functions from script: /s/player/3bb1f723/player_ias.vflset/es_ES/base.js
at dev.lavalink.youtube.cipher.SignatureCipherManager.extractFromScript(SignatureCipherManager.java:235)
at dev.lavalink.youtube.cipher.SignatureCipherManager.getCipherScript(SignatureCipherManager.java:195)
at dev.lavalink.youtube.clients.skeleton.NonMusicClient.loadTrackInfoFromInnertube(NonMusicClient.java:74)
at dev.lavalink.youtube.clients.skeleton.StreamingNonMusicClient.loadFormats(StreamingNonMusicClient.java:35)
at dev.lavalink.youtube.track.YoutubeAudioTrack.loadBestFormatWithUrl(YoutubeAudioTrack.java:183)
at dev.lavalink.youtube.track.YoutubeAudioTrack.processWithClient(YoutubeAudioTrack.java:109)
at dev.lavalink.youtube.track.YoutubeAudioTrack.process(YoutubeAudioTrack.java:71)
at com.sedmelluq.discord.lavaplayer.track.playback.LocalAudioTrackExecutor.execute(LocalAudioTrackExecutor.java:109)
... 4 common frames omitted
Additional Info
No response
Checklist
JMusicBot Version
0.4.3
The text was updated successfully, but these errors were encountered: