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

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

Closed
4 of 6 tasks
MistressPlague opened this issue Jun 10, 2024 · 4 comments
Labels

Comments

@MistressPlague
Copy link

MistressPlague commented Jun 10, 2024

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

  • 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 package
  • 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
@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 10, 2024

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

@MistressPlague
Copy link
Author

It does. I tested.

@Tyrrrz
Copy link
Owner

Tyrrrz commented Jun 28, 2024

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

@Tyrrrz
Copy link
Owner

Tyrrrz commented Aug 7, 2024

Closing as I can't reproduce and thus investigate.

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