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

About 70% of playlist "failed" downloading #609

Open
4 of 6 tasks
m1zr opened this issue Feb 6, 2025 · 5 comments
Open
4 of 6 tasks

About 70% of playlist "failed" downloading #609

m1zr opened this issue Feb 6, 2025 · 5 comments
Labels
bug Something isn't working

Comments

@m1zr
Copy link

m1zr commented Feb 6, 2025

Version

1.14.2

Platform

Win 10

Steps to reproduce

Attempted to download a playlist with about 30 videos, about 7 of them downloaded the rest failed to download.

Details

I tried to see if there are any updates, there are none.

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 this bug is reproducible on the latest version of the application
  • I have provided all the information needed to reproduce this bug as efficiently as possible
  • I have sponsored this project
  • I have not read any of the above and just checked all the boxes to submit the issue
@m1zr m1zr added the bug Something isn't working label Feb 6, 2025
@Tyrrrz
Copy link
Owner

Tyrrrz commented Feb 6, 2025

What error are you having? Hover over the "Failed" text and click it to copy the message.

@m1zr
Copy link
Author

m1zr commented Feb 6, 2025

System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at YoutubeExplode.Videos.Streams.StreamClient.TryGetContentLengthAsync(IStreamData streamData, String url, CancellationToken cancellationToken) in //YoutubeExplode/Videos/Streams/StreamClient.cs:line 82
at YoutubeExplode.Videos.Streams.StreamClient.GetStreamInfosAsync(IEnumerable1 streamDatas, CancellationToken cancellationToken)+MoveNext() in /_/YoutubeExplode/Videos/Streams/StreamClient.cs:line 115 at YoutubeExplode.Videos.Streams.StreamClient.GetStreamInfosAsync(IEnumerable1 streamDatas, CancellationToken cancellationToken)+System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult()
at YoutubeExplode.Utils.Extensions.AsyncCollectionExtensions.ToListAsync[T](IAsyncEnumerable1 source) in /_/YoutubeExplode/Utils/Extensions/AsyncCollectionExtensions.cs:line 49 at YoutubeExplode.Utils.Extensions.AsyncCollectionExtensions.ToListAsync[T](IAsyncEnumerable1 source) in /
/YoutubeExplode/Utils/Extensions/AsyncCollectionExtensions.cs:line 49
at YoutubeExplode.Videos.Streams.StreamClient.GetStreamInfosAsync(VideoId videoId, PlayerResponse playerResponse, CancellationToken cancellationToken) in //YoutubeExplode/Videos/Streams/StreamClient.cs:line 230
at YoutubeExplode.Videos.Streams.StreamClient.GetStreamInfosAsync(VideoId videoId, CancellationToken cancellationToken) in /
/YoutubeExplode/Videos/Streams/StreamClient.cs:line 275
at YoutubeExplode.Videos.Streams.StreamClient.GetManifestAsync(VideoId videoId, CancellationToken cancellationToken) in /_/YoutubeExplode/Videos/Streams/StreamClient.cs:line 304
at YoutubeDownloader.Core.Downloading.VideoDownloader.GetDownloadOptionsAsync(VideoId videoId, Boolean includeLanguageSpecificAudioStreams, CancellationToken cancellationToken) in D:\a\YoutubeDownloader\YoutubeDownloader\YoutubeDownloader.Core\Downloading\VideoDownloader.cs:line 26
at YoutubeDownloader.Core.Downloading.VideoDownloader.GetBestDownloadOptionAsync(VideoId videoId, VideoDownloadPreference preference, Boolean includeLanguageSpecificAudioStreams, CancellationToken cancellationToken) in D:\a\YoutubeDownloader\YoutubeDownloader\YoutubeDownloader.Core\Downloading\VideoDownloader.cs:line 37
at YoutubeDownloader.ViewModels.Components.DashboardViewModel.EnqueueDownload(DownloadViewModel download, Int32 position)

@Tyrrrz
Copy link
Owner

Tyrrrz commented Feb 6, 2025

If you attempt to download those videos directly (not part of a playlist), does that work?

@m1zr
Copy link
Author

m1zr commented Feb 6, 2025

I picked one of the failed vids and its popping up with an error (can't copy it).

Here's the play list and single vid url for testing:
playlist: https://www.youtube.com/playlist?list=PLIAO2T5dSfa225c8mTbPg3MIkhvk2ALgN
single vid: https://www.youtube.com/watch?v=ZbHLNinXy9E

@fanfanAmen
Copy link

I try playlist is the same,failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants