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

Switch to alternative lavalink youtube source #1604

Closed

Conversation

emeric-morency
Copy link

@emeric-morency emeric-morency commented Jun 29, 2024

This pull request...

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

Description

Replace the current Youtube player dependecy with lavalink's alternative Youtube source (https://github.com/lavalink-devs/youtube-source)

Purpose

This fixed the "sign in" issue for my local bot (single Discord server, bot being hosted on a VM on my LAN, so definitely not running at scale). YMMV I would guess, if it's a Youtube denylist thing then it's just a matter of time before my IP is re-denylisted, but we've been running with that for the past week and a half and haven't had issues yet.

Relevant Issue(s)

This PR closes issue #1588

<version>1.0.4</version>
<groupId>dev.lavalink.youtube</groupId>
<artifactId>v2</artifactId>
<version>b2c8c070cdc4caa1fa93d0d7ac3f9d468bfa27a8-SNAPSHOT</version>
Copy link
Author

@emeric-morency emeric-morency Jun 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reference, I found this version in an issue comment in their repo

Latest tag is 1.3.0, I can switch from the commit SNAPSHOT version to 1.3.0 if you prefer (even though it doesn't have the cookies fix), I didn't test it however as I didn't initially plan to open a PR with it.

@shiglet
Copy link

shiglet commented Jul 5, 2024

Is it possible to have a release with this changes pls ?

@MichailiK MichailiK self-requested a review July 5, 2024 16:26
@Gobidev
Copy link

Gobidev commented Jul 7, 2024

I tested this and still get the same login error

@emeric-morency
Copy link
Author

I tested this and still get the same login error

Considering this, I'll close this PR and re-open one if the alternate Youtube source tags a release with a full fix

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.

"Sign in to confirm you’re not a bot." error with YouTube videos
3 participants