Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.95k stars 493 forks source link

YoutubeExplode.Exceptions.YoutubeExplodeException: Channel page is broken. Please try again in a few minutes. #793

Closed MistressPlague closed 3 months ago

MistressPlague commented 4 months ago

Version

v6.3.16

Platform

.NET Framework v4.7.2 / Windows 10

Steps to reproduce

Try to use:

var YTClient = new YoutubeClient ();
var channel = await YTClient.Channels.GetAsync("UC_je6fYFlPvswP9doc2JFWg");

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.d4.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

Tyrrrz commented 4 months ago

YouTube sometimes tends to return broken responses. Does the issue persist after some time?

MistressPlague commented 4 months ago

It does. I tested.

Tyrrrz commented 4 months ago

I couldn't reproduce the issue with the channel ID you provided

Tyrrrz commented 3 months ago

Closing as I can't reproduce and thus investigate.