Skip to content

Jellyfin needs cache invalidated #688

Open
@fatexs

Description

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.

To Reproduce
Steps to reproduce the behavior:

  1. run server in old Version
  2. Connect with JF client external
  3. Upgrade Server
  4. Reconnect with client
  5. Interface broken (no video, only audio plays)

Expected behavior
Working interface

Desktop (please complete the following information):

  • OS: Windows 11 23H2
  • Version 10.11.0 / 10.11.1
  • Installation Method windows installer

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions