![]() |
SOLVED: Jellyfin don't works anymore - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: SOLVED: Jellyfin don't works anymore (/t-solved-jellyfin-don-t-works-anymore) Pages:
1
2
|
Jellyfin don't works anymore - Nachtatem - 2025-04-15 After restarting Jellyfin don't works anymore. Every few secconds the container says restarting. Protokol is added. RE: Jellyfin don't works anymore - TheDreadPirate - 2025-04-15 Did you run out of disk space recently? Do you have any plugins that create their own database? RE: Jellyfin don't works anymore - Nachtatem - 2025-04-15 I have more than enough disk space left and have only plugins from known databases. None that created their own. RE: Jellyfin don't works anymore - TheDreadPirate - 2025-04-15 I'm talking about database FILES that a plugin creates. For example, the Playback Reporting plugin and newsletter plugin both create their own database files. Code: chris@rat-trap:/docker/containers/jellyfin-prod-data/config/data$ ll *.db* Your log doesn't fully print all the plugin log info, so I can't be sure what you've shared includes all your plugins. I've seen situations where either the Playback Reporting or Kodi Sync Queue plugin databases were corrupt, but the Jellyfin databases were fine. But the plugin DB being corrupt would prevent the server as a whole from starting. Manually removing the offending plugin(s) would resolve the server startup problem, assuming that it was the plugin database that is corrupt. RE: Jellyfin don't works anymore - Nachtatem - 2025-04-15 I am not sure if I have these plugins installed. When then I don`t use them. How can I check it and remove them without access? RE: Jellyfin don't works anymore - TheDreadPirate - 2025-04-15 Go to where you mounted /config on your host. In that folder there should be a plugins folder. List out the contents of that folder. Code: chris@rat-trap:/docker/containers/jellyfin-prod-data/config/plugins$ ll RE: Jellyfin don't works anymore - Nachtatem - 2025-04-15 This are all my plugins. RE: Jellyfin don't works anymore - TheDreadPirate - 2025-04-15 None of those other plugins create their own database file. So it is likely that your jellyfin or library database is corrupt. You likely need to start fresh or restore from a backup. RE: Jellyfin don't works anymore - Nachtatem - 2025-04-15 How can I restore from a back up? RE: Jellyfin don't works anymore - TheDreadPirate - 2025-04-15 First, do you have a backup of /config? If you do, make another copy of your existing /config folder and simply copy and paste the backup to where you've located /config. |