mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
Cannot watch videos or explore libraries after upgrading server to 10.10.4 #6680
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UntouchedWagons on GitHub (Jan 24, 2025).
Description of the bug
After upgrading to Server 10.10.4 I cannot watch videos, explore libraries or even access the admin dashboard On my PC or android phone using the official apps.
In the phone app if I try to play a tv show the next episode in the series is shown in Next Up with nothing playing, on my desktop I'll get the episode's thumbnail but nothing plays.
Everything works through the web UI.
In the server logs I do see this:
I did try uninstalling Kodi Sync Queue and logging out and back in which helped on my PC but not on my phone.
Reproduction steps
What is the current bug behavior?
Videos do not play with a non-descript "Playback failed due to a fatal player error" being given, when trying to view a library or access the admin dashboard nothing happens.
What is the expected correct behavior?
Video plays or I get the library listing
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
10.10.4
Specify the build version
10.10.4
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
@ruiribeiro2010 commented on GitHub (Jan 25, 2025):
Hi, the same thing happened to me.
After updating to version 10.10.4, I can't watch on my Android phone. The interface is buggy.
compliments
@gnattu commented on GitHub (Jan 25, 2025):
The OP’s issue is due to Kodi Sync Queue plugin cannot keep up, and removing that plugin may fix this.
@ruiribeiro2010 commented on GitHub (Jan 25, 2025):
In my case, the GUI, that is, the interface on the Android phone doesn't work, it's buggy, CSS, etc. is all unformatted.
@John9026231 commented on GitHub (Jan 25, 2025):
I have this issue with the player in ubuntu as well. I cannot click into any folders, recently played etc.
https://github.com/user-attachments/assets/140b5e82-a614-40d2-9377-38dd3fe07875
^^^^ although you wouldnt be able to tell, I was pounding left click.
Error message when attempting to access admin dashboard
ChunkLoadError: Loading chunk 72577 failed. (error: http://192.168.1.200:8096/web/72577.dd12c6d4450a3200ea96.chunk.js) at Object.s.f.j (http://192.168.1.200:8096/web/runtime.bundle.js?22b44eb501cfeefd535d:1:48505) at http://192.168.1.200:8096/web/runtime.bundle.js?22b44eb501cfeefd535d:1:1410 at Array.reduce (<anonymous>) at Function.s.e (http://192.168.1.200:8096/web/runtime.bundle.js?22b44eb501cfeefd535d:1:1375) at Object.lazy (http://192.168.1.200:8096/web/main.jellyfin.bundle.js?22b44eb501cfeefd535d:2:396015) at http://192.168.1.200:8096/web/node_modules.%40remix-run.router.bundle.js?22b44eb501cfeefd535d:2:57629 at d (http://192.168.1.200:8096/web/node_modules.%40remix-run.router.bundle.js?22b44eb501cfeefd535d:2:730) at Generator.<anonymous> (http://192.168.1.200:8096/web/node_modules.%40remix-run.router.bundle.js?22b44eb501cfeefd535d:2:2072) at Generator.next (http://192.168.1.200:8096/web/node_modules.%40remix-run.router.bundle.js?22b44eb501cfeefd535d:2:1159) at o (http://192.168.1.200:8096/web/node_modules.%40remix-run.router.bundle.js?22b44eb501cfeefd535d:2:6633)@iamdangry commented on GitHub (Jan 25, 2025):
Adding a +1 to this. What is documented above is the exact same issues I am experiencing. Media Player doesn't function at all since the 10.10.4 update and the web player works for maybe 2mins and then crashes with what is documented above. A restart of the container is required to recover the server
@gnattu commented on GitHub (Jan 25, 2025):
@John9026231 Try clear your browser cache. It is trying to load the resources from the old version.
@budziq commented on GitHub (Jan 25, 2025):
App on Android 14 phone stopped being usable with 10.10.4 server. Search bar stopped returning results unless app is freshly started. Almost any interaction with the ui results in empty screen with only top bar present. Reverted server to 10.10.3 and everything works flawlessly.
@ruiribeiro2010 commented on GitHub (Jan 25, 2025):
Hello, exactly.
on my android 14, the same thing, the app starts and opens, but then the GUI gets all buggy without css, etc.
@gnattu commented on GitHub (Jan 25, 2025):
That also sounds like the app is caching the old web client to me. You need to clear the app cache and try again.
Settings > Apps > Jellyfin > Storage and then tap "Clear cache".
@UntouchedWagons commented on GitHub (Jan 25, 2025):
This worked for me, everything's working.