-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
400 Bad request since 26/11/2024 #844
Comments
I have this issue too. |
Hello, @Tyrrrz I appreciate the hard work and dedication you put into maintaining this project. I wanted to bring to your attention a critical issue that has been affecting the functionality of the library since 26/11/2024. The error message "Response status code does not indicate success: 400 (Bad Request)" is causing significant disruptions, particularly on server environments. Given the widespread impact and the number of users affected, I kindly request that this issue be prioritized for a prompt resolution. Your timely intervention would greatly benefit the community relying on this library. Thank you for your understanding and support. |
I am facing the same issue on a .net 8 / debian server setup with latest version of YouTube Explode 6.5.0 (was happening also on 6.4.3). It used to work in the past but it's probably just another attempt of youtube to block the downloads. System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request). without cookies I get back this error: YoutubeExplode.Exceptions.VideoUnavailableException: Video 'v_JMkscQuGY' is not available. From local machine it works properly but not on the server |
Do you see this on specific videos? I can't reproduce the issue |
Attempt to download the video using a VPN set to Germany; an error message should appear. |
Version
6.4.4
Platform
.NET 7 / Windows server
Steps to reproduce
System.AggregateException: One or more errors occurred. (Response status code does not indicate success: 400 (Bad Request).)
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 400 (Bad Request).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at YoutubeExplode.Videos.VideoController.GetPlayerResponseAsync(VideoId videoId, CancellationToken cancellationToken) in /_/YoutubeExplode/Videos/VideoController.cs:line 97
Hello !
This
Just appears since today. I was using youtube explode since a few months without any issue (im passing session cookie)
Its working on my local computer. But i got this error on my server since today.
До біса Росія btw
Details
Error while getting manifest
My problem appears here :
var streamManifest = await youtube.Videos.Streams.GetManifestAsync(video.Id); var streamInfo = streamManifest .GetAudioOnlyStreams() .MaxBy(x => x.Bitrate);
The text was updated successfully, but these errors were encountered: