Help me with Unraid docker jellyfin, cant connect or NET CORE problem

Is there anyone meet the same problem? cant connect docker jellyfin, and check logs below:
It seems lack of .NET Core??? if this, how to install it on UNRAID?

User uid: 99
User gid: 100

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 30-config: executing…
[cont-init.d] 30-config: exited 0.
[cont-init.d] 40-gid-video: executing…
[cont-init.d] 40-gid-video: exited 0.
[cont-init.d] 99-custom-scripts: executing…
[custom-init] no custom files found exiting…
[cont-init.d] 99-custom-scripts: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Failed to load �ob, error: /usr/lib/jellyfin/bin/libhostfxr.so: file too short

The library libhostfxr.so was found, but loading it from /usr/lib/jellyfin/bin/libhostfxr.so failed

It’s working fine here.
Post your docker run command.

here’s the command, pls help checking it.

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name=‘jellyfin’ --net=‘bridge’ -e TZ=“Asia/Shanghai” -e HOST_OS=“Unraid” -e ‘NVIDIA_VISIBLE_DEVICES’=’’ -e ‘PUID’=‘99’ -e ‘PGID’=‘100’ -p ‘8096:8096/tcp’ -p ‘8920:8920/tcp’ -p ‘1900:1900/udp’ -v ‘/mnt/user/Downloads/movie/’:’/movies’:‘rw’ -v ‘/mnt/user/Downloads/tv/’:’/tv’:‘rw’ -v ‘/mnt/user/Downloads/music/’:’/music’:‘rw’ -v ‘/mnt/user/appdata/jellyfin’:’/config’:‘rw’ --device=’/dev/dri/’ ‘linuxserver/jellyfin’
4574ead194866da720e6ae66d98546df7a7626b655e8456fcac5693ea97db0a3

The command finished successfully!

sorry after checked in jellyfin console, i found these files are 0 size, is it normal or linuxserver jellyfin image problem?

-rw-r–r-- 1 root root 0 Apr 27 03:25 libclrjit.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libcoreclr.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libcoreclrtraceptprovider.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libdbgshim.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libe_sqlite3.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libhostfxr.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libhostpolicy.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libmscordaccore.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libmscordbi.so
-rw-r–r-- 1 root root 0 Apr 27 03:25 libSkiaSharp.so

It looks like your docker.img might be corrupt or maybe your cache drive is full. Check that and if it’s not full or none errors found when scrubbing the docker.img, delete the existing image and install it again.