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

"The following content is not available on this app." #647

Closed
codedbycurtis opened this issue Aug 3, 2022 · 2 comments · Fixed by #648
Closed

"The following content is not available on this app." #647

codedbycurtis opened this issue Aug 3, 2022 · 2 comments · Fixed by #648

Comments

@codedbycurtis
Copy link
Contributor

Version

6.2.0

Details

When playing a video, occasionally the message "The following content is not available on this app. Watch this content on the latest version of YouTube" will appear. It does not seemed to be linked to any specific videos, and only occurs every 10 or so videos.

It seems this is occurring due to an outdated client version being sent with the request.

Steps to reproduce

  1. Create a YoutubeClient.
  2. Use YoutubeClient.Videos.Streams.GetManifestAsync with any video ID.
  3. Get the URL from one of the muxed streams (although I believe this issue also occurs with audio/video-only streams) and begin playback.
  4. You may need to do this up to 20 times to get the message to appear.
@Tyrrrz
Copy link
Owner

Tyrrrz commented Aug 3, 2022

Probably need to update client version strings everywhere to whatever is latest: https://github.com/Tyrrrz/YoutubeExplode/search?q=clientVersion

Should be easy PR if so

@codedbycurtis
Copy link
Contributor Author

Unfortunately, changing the ANDROID client version to 17.29.35 (which is the latest according to APKPure) doesn't seem to have made much of a difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants