![]() |
Media cards on android are broken since 10.9.7 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Media cards on android are broken since 10.9.7 (/t-media-cards-on-android-are-broken-since-10-9-7) |
Media cards on android are broken since 10.9.7 - Dzvon2 - 2024-06-27 With the most recent update, tapping any media card on Android is no longer working. I can long press on the cards, but just doing a normal tap no longer works. I can click the play button on a media card in the Continue Watching section and it will play as expected. When I try to navigate to a library from the hamburger side menu, the title in the header changes, but it never actually navigates anywhere. I am going to look at the release code diff and see if anything sticks out, but also wanted to post and see if anyone else is experiencing this or has any immediate ideas what the issue could be.
RE: Media cards on android are broken since 10.9.7 - TheDreadPirate - 2024-06-27 On a browser, go into Dashboard > Devices and delete the session for your Android device. This will force you to log back in on your phone but it may resolve your issue. I had a similar issue with Jellyfin Media Player and this worked for me. Thanks to @Efficient_Good_5784 for the solution. RE: Media cards on android are broken since 10.9.7 - CeruleanRed - 2024-06-30 Hi, I've run into this issue as well, I've tried deleting all the sessions for every device, to no success. I'm seeing this issue both on the desktop client on windows, and on the android client. I will try to debug this a bit further to see if I can come up with what exactly is failing. RE: Media cards on android are broken since 10.9.7 - TheDreadPirate - 2024-06-30 (2024-06-30, 04:06 PM)CeruleanRed Wrote: Hi, I've run into this issue as well, I've tried deleting all the sessions for every device, to no success. I'm seeing this issue both on the desktop client on windows, and on the android client. I will try to debug this a bit further to see if I can come up with what exactly is failing. Do you have a custom theme? RE: Media cards on android are broken since 10.9.7 - CeruleanRed - 2024-06-30 So after searching for a little bit, I think I have found a more reliable solution. The fix is to clear the cache of whatever app you are using. So in my case: - Windows: Delete C:\Users\{USER}\AppData\Local\JellyfinMediaPlayer and Jellyfin Media Player - Android: Could be different based on device, but in my case it was going to the jellyfin app in settings, selecting storage, and using the clear cache button I think this issue might be related to https://github.com/jellyfin/jellyfin-media-player/issues/688, because as soon as I cleared the cache, everything worked as expected. Could add this info to the GitHub issue as well if someone deems it necessary. |