-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Opening YT Music mix/radio gives "content unavailable" #9536
Opening YT Music mix/radio gives "content unavailable" #9536
Comments
I went back to a tried and tested YT Music Mix: https://www.youtube.com/playlist?list=RDCLAK5uy_lBNUteBRencHzKelu5iDHwLF6mYqjL-JU Then I got surprised and tried another: https://www.youtube.com/playlist?list=RDCLAK5uy_k1VVBVsS6pu1pVkYZK2B0EWic3i4j_TY4 Apparently, Mixes are now regular ol' RDCLAK playlists. @Stypox? |
@opusforlife2 I seem to be getting the same output for those...content unavailable. Underlying error is that the playlist does not exist this time though. |
Mmmh, the playlist provided by @arctic-hen7 is not considered as a playlist by the YouTube website either, while the ones provided by @opusforlife2 do not exist 😅 |
@Stypox I know it's not considered a valid playlist, but it works within the YT watch interface, because it's a mix. The fact that it doesn't work within NewPipe's watch interface would therefore seem to be a bug? If not, how should I be using YT mixes within NewPipe? (I believe they've been noted as a feature several times.) |
@Stypox That's because of the cookie consent. If you don't consent to YouTube history cookies, mixes are not available. |
The Mixes I linked came up in related videos. I suspect they are temporarily generated and deleted over time. |
Can you test the APK in TeamNewPipe/NewPipeExtractor#1013? |
@Stypox I'm still getting that same content unavailable error with that APK, but now with the underlying error that "Consent is required in some countries to view Mix playlists". |
Fixed it for me, at least. "This playlist is unavailable" no more. Now it loads the Music Mix correctly. |
@arctic-hen7 then you are in the EU or some other place where GDPR is enforced, and therefore YouTube requests a consent cookie to view mixes, which is not yet supported by NewPipe (but that's a separate issue). Thanks for reporting anyway! @opusforlife2 great, thanks :-) |
@Stypox Is there already an issue open for the consent cookie, and if so which one? |
TeamNewPipe/NewPipeExtractor#876 and previously TeamNewPipe/NewPipeExtractor#820 |
@Stypox I use a VPN that puts me in the EU, which would explain this. Thanks very much for the fix for mixes though! (I assume this should be left open until TeamNewPipe/NewPipeExtractor#1013 is merged.) |
How do I give consent? In th YouTube app, in the NewPipe app, or on the web? I've tried all settings in the NewPipe and YouTube apps, I've googled it, I haven't found anything useful. YouTube viewing history is already enabled for my account. |
No YouTube cookie consent choice selection is implemented in the app yet. Please open a new issue about this if there is no one which already exists. |
Checklist
Affected version
0.24.1
Steps to reproduce the bug
https://youtube.com/watch?v=<video-id>&list=RDAMVM<video-id>
, in Newpipe's search bar.Expected behavior
The link in the steps to reproduce links to the ever-famous Never Gonna Give You Up, and then attempts to make a YT Music-style mix out of it. Opening this in a browser will show the video and then the next videos in the mix, which are automatically collated by YT.
In NewPipe, the video should play, and the mix should be instantiated as the active playlist.
Actual behavior
A "content unavailable" error is produced.
Screenshots/Screen recordings
No response
Logs
Exception
Crash log
Affected Android/Custom ROM version
Android 12
Affected device model
No response
Additional information
Sharing the link directly from the browser will also trigger this error, though with, for me, a little "Content unavailable" popup message at the bottom of my phone's screen.
Looking at the error log, the error seems to be the same as YT itself issues if you try to go to
https://youtube.com/playlist?list=RDAMVM<video-id>
, that such mix playlists are unviewable. However, when this is part of awatch
URL, YT is able to play the mix as expected. I believe NewPipe should do the same.I have gone through all the errors that seem related to this, and none of them appear to be reporting this exact problem, and none with the current version. If I've missed something, I sincerely apologize!
The text was updated successfully, but these errors were encountered: