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

Exception: {"Could not extract video author."} #239

Closed
zjjohncq opened this issue Nov 23, 2021 · 1 comment
Closed

Exception: {"Could not extract video author."} #239

zjjohncq opened this issue Nov 23, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@zjjohncq
Copy link

Version

ver 1.8.3

Details

when download playlist : https://www.youtube.com/playlist?list=PLxpE_d3Yh0l9xKJwdhzDzMc23JOZdbTwg
get exception at

YoutubeDownloader.dll!YoutubeDownloader.Services.QueryService.ExecuteQueryAsync(YoutubeDownloader.Models.Query query) Line 66 C#
var videos = await _youtube.Playlists.GetVideosAsync(query.Value);

Exception
  | Message | "Could not extract video author."
stackTrace
at YoutubeExplode.Playlists.PlaylistClient.d__4.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Playlists\PlaylistClient.cs:line 115
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore1.GetResult(Int16 token) at YoutubeExplode.Playlists.PlaylistClient.<GetVideoBatchesAsync>d__4.System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(Int16 token) at YoutubeExplode.Utils.Extensions.AsyncEnumerableExtensions.<SelectManyAsync>d__12.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Utils\Extensions\AsyncEnumerableExtensions.cs:line 32
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at YoutubeExplode.Utils.Extensions.AsyncEnumerableExtensions.d__12.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Utils\Extensions\AsyncEnumerableExtensions.cs:line 32 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore1.GetResult(Int16 token)
at YoutubeExplode.Utils.Extensions.AsyncEnumerableExtensions.d__12.System.Threading.Tasks.Sources.IValueTaskSource<System.Boolean>.GetResult(Int16 token) at YoutubeExplode.Utils.Extensions.AsyncEnumerableExtensions.<ToListAsync>d__31.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Utils\Extensions\AsyncEnumerableExtensions.cs:line 51
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at YoutubeExplode.Utils.Extensions.AsyncEnumerableExtensions.d__31.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Utils\Extensions\AsyncEnumerableExtensions.cs:line 51 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Threading.Tasks.ValueTask1.get_Result()
at System.Runtime.CompilerServices.ValueTaskAwaiter1.GetResult() at YoutubeExplode.Common.BatchItemExtensions.<CollectAsync>d__01.MoveNext() in D:\a\YoutubeExplode\YoutubeExplode\YoutubeExplode\Common\IBatchItem.cs:line 30
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Threading.Tasks.ValueTask1.get_Result() at System.Runtime.CompilerServices.ValueTaskAwaiter1.GetResult()
at YoutubeDownloader.Services.QueryService.d__3.MoveNext() in C:\Applications\youtubeDownloadFromGitHub\YoutubeDownloader-1.8.3\YoutubeDownloader\Services\QueryService.cs:line 66
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at YoutubeDownloader.Services.QueryService.<ExecuteQueriesAsync>d__4.MoveNext() in C:\Applications\youtubeDownloadFromGitHub\YoutubeDownloader-1.8.3\YoutubeDownloader\Services\QueryService.cs:line 99 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at YoutubeDownloader.ViewModels.RootViewModel.d__37.MoveNext() in C:\Applications\youtubeDownloadFromGitHub\YoutubeDownloader-1.8.3\YoutubeDownloader\ViewModels\RootViewModel.cs:line 162

Steps to reproduce

download playlist :
https://www.youtube.com/playlist?list=PLxpE_d3Yh0l9xKJwdhzDzMc23JOZdbTwg

@zjjohncq zjjohncq added the bug Something isn't working label Nov 23, 2021
@zjjohncq
Copy link
Author

This is because of the extracted play list did not exclude the deleted videos which cause the problem

@Tyrrrz Tyrrrz closed this as completed in 8ec245f Dec 18, 2021
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

1 participant