![]() |
Perpetual loading icon won't actually load anything - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Perpetual loading icon won't actually load anything (/t-perpetual-loading-icon-won-t-actually-load-anything) |
Perpetual loading icon won't actually load anything - slowswimmer1224 - 2025-02-26 My Jellyfin (v 10.10.6 run through Docker on Ubuntu server) stopped loading all media today. I am stuck on a screen with a perpetual loading icon. I can go into the dashboard manager and make changes but cannot get any media to load for any user. I've tried stopping, removing, and re-installing, but to no success. Originally, my mounted drive seemed to have changed names (Internal to Internal1). It has since been re-mounted at the correct location. Here is a link to my log file, which was too large to upload to the forum: https://filebin.net/y3oy719r09zl4fbh Any help would be appreciated. RE: Perpetual loading icon won't actually load anything - TheDreadPirate - 2025-02-26 Looks like you are software transcoding, but the transcode is failing. Can you share the ffmpeg log? Can you also share your hardware specs and the docker config for the jellyfin container? RE: Perpetual loading icon won't actually load anything - slowswimmer1224 - 2025-02-26 See the attached file. Jellyfin 10.10.6 (Docker) Linux Mint 22.1 Xia Intel Xeon E5-2640 32GB RAM 500GB Samsung SSD for OS 4x4TB HDD RAID 5 storage docker run \ --detach \ --name=jellyfin \ --net=host \ --restart=unless-stopped \ --volume /home/user/jellyfin/config ![]() --volume /home/user/jellyfin/cache ![]() --volume /media/user/Internal ![]() jellyfin/jellyfin:latest RE: Perpetual loading icon won't actually load anything - theguymadmax - 2025-02-26 (2025-02-26, 06:28 PM)slowswimmer1224 Wrote: My Jellyfin (v 10.10.6 run through Docker on Ubuntu server) stopped loading all media today. I am stuck on a screen with a perpetual loading icon. I can go into the dashboard manager and make changes but cannot get any media to load for any user. Code: [code][2025-02-26 18:00:57.401 +00:00] [ERR] [129] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False What did you set your library path as? It looks like you set the root folder as your path. |