-
-
Notifications
You must be signed in to change notification settings - Fork 332
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
Jellyfin needs cache invalidated #688
Comments
Jellyfin log after clearing %appdata% . |
Great workaround! Definitely a bug I've been struggling with thank you for finding it. |
Related: jellyfin/jellyfin-web#5729 |
Ran into this issue today. Deleting "%LOCALAPPDATA%\Jellyfin Media Player" fixed the issue. Attached below log files from before and after deleting the above folder. Only things I notice in the log files is a ChunkLoad error in the before. |
I'm guessing the fix here would be the same in jellyfin-web, either don't use the cache when calling the |
Ran into this yesterday after updating the server to 10.10.3. The installed Media player (v1.11.1) was buggy and the files were playing with just the audio, no video, an a frozen client displaying the main page. Deleting |
Since the Jellyfin Player relies on external jellyfin-web the web data seems to be cached.
If the server is not updated this is not an issue.
However if the server is updated the interface breaks is various ways.
In the jellyfin player under overview->Server
it still shows the old web-Version (in my case 10.9.3) even though jellyfin-server was updated to 10.9.6 and jellyfin-web also on 10.9.6.
(I confirmed that via Firefox)
Connecting works fine but playback is broken, no video plays, only audio. Then the player completely freezes.
Server works fine on all other players (androidtv, android, firefox webinterface)
The fix is to delete:
C:\Users\user\AppData\Local\JellyfinMediaPlayer
and
C:\Users\user\AppData\Local\Jellyfin Media Player
My guess is JF Client does never validate if cache data is still valid to use.
JellyfinMediaPlayer.log
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Working interface
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: