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

403 (Forbidden) #742

Closed
5 tasks done
NetoBatista opened this issue Sep 28, 2023 · 1 comment
Closed
5 tasks done

403 (Forbidden) #742

NetoBatista opened this issue Sep 28, 2023 · 1 comment
Labels

Comments

@NetoBatista
Copy link

Version

6.3.4

Platform

.Net 6.0 / Windows 11

Steps to reproduce

var streamManifest = await _youtube.Videos.Streams.GetManifestAsync(request.UrlYoutube);
var streamInfo = streamManifest.GetMuxedStreams().GetWithHighestVideoQuality();
return await _youtube.Videos.Streams.GetAsync(streamInfo);

Details

Erro: System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden). at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode() at YoutubeExplode.Videos.Streams.StreamClient.GetManifestAsync(VideoId videoId, CancellationToken cancellationToken) in /_/YoutubeExplode/Videos/Streams/StreamClient.cs:line 255

Checklist

  • I have looked through existing issues to make sure that this bug has not been reported before
  • I have provided a descriptive title for this issue
  • I have made sure that that this bug is reproducible on the latest version of the package
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
@Tyrrrz Tyrrrz added invalid and removed bug labels Sep 28, 2023
@Tyrrrz
Copy link
Owner

Tyrrrz commented Sep 28, 2023

Not actionable bug report

@Tyrrrz Tyrrrz closed this as completed Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants