You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot get manifest of any video on new .NET for Android project.
When calling YoutubeClient.Videos.Streams.GetManifestAsync, YoutubeExplode.Exceptions.VideoUnplayableException is thrown with message 'Video is unplayable. Reason: 'Please sign in'.'
It may be the same cause as #853, but I doubt it because it happens on GetManifestAsync and throws a different exception.
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
The text was updated successfully, but these errors were encountered:
I am seeing the same issue, I am using the library in a Blazor API. I have been getting the error sporadically recently but now on all videos. I think youTube have done something.
Version
v6.5.1
Platform
.NET 9.0/Android
Steps to reproduce
protected override async void OnCreate(Bundle savedInstanceState)
{
activity = this;
}
Details
Cannot get manifest of any video on new .NET for Android project.
When calling YoutubeClient.Videos.Streams.GetManifestAsync, YoutubeExplode.Exceptions.VideoUnplayableException is thrown with message 'Video is unplayable. Reason: 'Please sign in'.'
It may be the same cause as #853, but I doubt it because it happens on GetManifestAsync and throws a different exception.
Checklist
The text was updated successfully, but these errors were encountered: