Closed TicTecOfficial closed 1 year ago
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.
It should look similar to this:
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.
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.
p.s. sorry to keep disturbing you btw, promise this will be the last one until my curiousity breaks the app again joy
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.
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.
It should look similar to this:
this is my layout!
also, the error log looks something like:
kotlin.NotImplementedError: Key: 'Playlists', Type: OWN_CHANNEL, Source lang: en
at com.toasterofbread.spmp.resources.uilocalisation.LocalisedYoutubeString.getLocalised(Unknown Source:215)
at com.toasterofbread.spmp.resources.uilocalisation.LocalisedYoutubeString.getString(Unknown Source:0)
at com.toasterofbread.spmp.ui.component.MediaItemLayout.
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 😂