-
-
Notifications
You must be signed in to change notification settings - Fork 670
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
Invalid status code for video page response: 429 #369
Comments
Fred |
or can you please give us the option to maybe load in our own httpClient with cookies, or some way to load in cookies and simulate a logged in youTube session, I'm currently like on a indefinite 429 error however in most cases I just throw cookies at the problem and simulate myself begin logged in and still even at this moment even though lavalink is throwing back a "This IP address has been blocked by YouTube (429)." error i'm using as I type this the youtubeExplode api with a custom httpclient loaded with custom cookies to bypass the error and stream days on end. |
If YouTube is returning status code 429 it means that your IP is getting ratelimited. You can get around this by using multiple IP addresses, e.g. a large IPv6 block.
Recommended reading:
https://github.com/freyacodes/Lavalink/blob/master/ROUTEPLANNERS.md
https://blog.arbjerg.dev/2020/3/tunnelbroker-with-lavalink
Please ask for help in our Discord channel rather than using this issue tracker.
The text was updated successfully, but these errors were encountered: