pdulvp / jellyfin-qnap

Jellyfin server packaging for QNAP NAS
https://jellyfin.org
505 stars 33 forks source link

10.9.0版本更新后存在首页空白的问题,以及临时解决方案 #79

Closed moseeking closed 5 months ago

moseeking commented 5 months ago

设备:TS-453D 上个版本(10.8.13-1)直接安装更新后,存在直接打开首页是空白的问题,找到jellyfin下相关联的issue,希望能同步解决下。

临时解决方案:打开qpkg安装目录/jellyfin/jellyfin/bin/jellyfin.runtimeconfig.json文件,将"System.Globalization.Invariant": true改为false,jellyfin控制台里关闭服务器,然后nas重新打开jellyfin服务即可,无须重新安装。 image

pdulvp commented 5 months ago

Oh ok, It's probably due to a non english qnap platform. When it was on false it was raising another issue that was preventing Jellyfin to launch. https://github.com/pdulvp/jellyfin-qnap/issues/13

I will try without it then if it is now working properly.

Izumiko commented 5 months ago

System.Globalization.Invariant seems to be invalid since 10.9 according to Breaking Changes