Skip to content
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

Update lavaplayer youtube source to 1.5.2 #1655

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

MichailiK
Copy link
Collaborator

This pull request...

  • Fixes a bug
  • Introduces a new feature
  • Improves an existing feature
  • Boosts code quality or performance

Description

Updates the youtube source to the latest 1.5.2 version

Purpose

Fixes 403 issues people are encountering as YouTube has changed the cipher script... again.

Relevant Issue(s)

Fixes #1651

@jagrosh jagrosh added this to the 0.4.4 milestone Aug 7, 2024
@Bandanakeks
Copy link

Is there a way to get the build of this without waiting for merge?

@10Maximus10
Copy link

10Maximus10 commented Aug 8, 2024

Is there a way to get the build of this without waiting for merge?

Compile it yourself
Install maven then use this command to compile it "mvn --batch-mode --update-snapshots verify"

@versionDefect
Copy link

that worked. thanks!

@Err2101
Copy link

Err2101 commented Aug 10, 2024

do you have any more info on how to compile from source? I downloaded the repository and updated pom.xml but not sure how to compile it to a jar file.

@versionDefect
Copy link

do you have any more info on how to compile from source? I downloaded the repository and updated pom.xml but not sure how to compile it to a jar file.

basically what the previous person said, install maven on to your system, i used apt get on my ubuntu VM. Clone the repo, and run the command. don't over think it

@Err2101
Copy link

Err2101 commented Aug 10, 2024

Thanks this worked! for any newbies like me, after you clone the repository and the maven command, you will use the /target/JMusicBot-Snapshot-All.jar file to run JMusicBot.

@twl-surrogate
Copy link

Is there a way to get the build of this without waiting for merge?

Compile it yourself Install maven then use this command to compile it "mvn --batch-mode --update-snapshots verify"

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.709 s
[INFO] Finished at: 2024-08-12T12:20:35-05:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project JMusicBot: Could not resolve dependencies for project com.jagrosh:JMusicBot:jar:Snapshot: Failed to collect dependencies at com.jagrosh:jda-utilities:pom:3.0.5 -> com.jagrosh:jda-utilities-command:jar:3.0.5: Failed to read artifact descriptor for com.jagrosh:jda-utilities-command:jar:3.0.5: Could not transfer artifact com.jagrosh:jda-utilities-command:pom:3.0.5 from/to central (https://jcenter.bintray.com): Transfer failed for https://jcenter.bintray.com/com/jagrosh/jda-utilities-command/3.0.5/jda-utilities-command-3.0.5.pom 502 Bad Gateway -> [Help 1]

@jagrosh jagrosh merged commit 859e5c5 into master Aug 12, 2024
3 checks passed
@jagrosh jagrosh deleted the fix/lavaplayer-yt-source-1.5.2 branch August 12, 2024 17:28
ElerWohlmuthFH pushed a commit to ElerWohlmuthFH/MusicBot that referenced this pull request Sep 20, 2024
clifford64 added a commit to clifford64/MusicBot that referenced this pull request Sep 21, 2024
Update lavaplayer youtube source to 1.5.2 (jagrosh#1655)
MichailiK added a commit to MichailiK/MusicBot that referenced this pull request Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bot doesn't play music at all
8 participants