Closed MistressPlague closed 3 months ago
YouTube sometimes tends to return broken responses. Does the issue persist after some time?
It does. I tested.
I couldn't reproduce the issue with the channel ID you provided
Closing as I can't reproduce and thus investigate.
Version
v6.3.16
Platform
.NET Framework v4.7.2 / Windows 10
Steps to reproduce
Try to use:
Details
YoutubeExplode.Exceptions.YoutubeExplodeException: Channel page is broken. Please try again in a few minutes. at YoutubeExplode.Channels.ChannelController.d2.MoveNext() in /_/YoutubeExplode/Channels/ChannelController.cs:line 30
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at YoutubeExplode.Channels.ChannelController.d_3.MoveNext() in //YoutubeExplode/Channels/ChannelController.cs:line 42
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at YoutubeExplode.Channels.ChannelClient.d 4.MoveNext() in /_/YoutubeExplode/Channels/ChannelClient.cs:line 73
--- End of stack trace from previous location where exception was thrown ---
I confirmed manually the channel page still works, and has og:url in its source.
As for expectations, I don't feel the need this needs filled in, of course I would expect no exception and a returned value.
Checklist