-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Logging into YouTube/Google account and clicking on its icon in the top right results in a "Not implemented Playlist blah blah" error #61
Comments
I can't reproduce this on my end, could you upload the error log please? I'm guessing the issue is probably due to something in your YouTube music profile layout that I haven't implemented in the app yet, because it doesn't appear in my profile. If you can, could you add a screenshot of what the page looks like on the official YouTube music app/website when you go to 'Your channel'? Zoom out to get the whole page if you can. If you'd rather not send a screenshot, describing the layout should be fine as well. |
Yeah, that's a known issue that I don't think I can fix. The UI freezes because it runs in the main thread (which is what crashes), but the music keeps playing because it runs in another thread. The UI should start working again if you close the app and open it again.
No worries! I really appreciate the bug reports, this is the first time anyone's opened issues on one of my own projects which is really nice. I'm working on this app in most of my spare time anyway so it's good to have extra stuff to fix. |
this is my layout! |
also, the error log looks something like: kotlin.NotImplementedError: Key: 'Playlists', Type: OWN_CHANNEL, Source lang: en |
Thanks for the info, should work now. |
I also would like to add that after the error log appears and i exit it, the UI doesn't respond to any touches but music still plays.
p.s. sorry to keep disturbing you btw, promise this will be the last one until my curiousity breaks the app again 😂
The text was updated successfully, but these errors were encountered: