Jellyfin Forum
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*
-rwxr--r-- 1 jellyfin chris     12709888 Apr 15 11:05 jellyfin.db*
-rwxr--r-- 1 jellyfin jellyfin     32768 Apr 15 11:10 jellyfin.db-shm*
-rwxr--r-- 1 jellyfin jellyfin   4124152 Apr 15 11:07 jellyfin.db-wal*
-rwxr--r-- 1 jellyfin chris    365871104 Apr 15 10:55 library.db*
-rwxr--r-- 1 jellyfin jellyfin 244551680 Jan 25 16:19 library.db.bak1*
-rwxr--r-- 1 jellyfin jellyfin    720896 Apr 15 11:01 library.db-shm*
-rwxr--r-- 1 jellyfin jellyfin 134217728 Apr 15 11:01 library.db-wal*
-rw-r--r-- 1 jellyfin chris      8900608 Nov 18 16:42 newsletters.db
-rw-r--r-- 1 jellyfin chris       999424 Apr 15 07:51 playback_reporting.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
total 100
drwxr-xr-x 25 jellyfin chris    4096 Apr 14 06:03  ./
drwxr-xr-x 10 jellyfin chris    4096 Oct  4  2024  ../
drwxr-xr-x  2 jellyfin jellyfin 4096 Feb 25 06:00  AniDB_10.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  AniDB_8.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  AniDB_9.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  Bookshelf_11.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct 26 18:59  Bookshelf_12.0.0.0/
drwxr-xr-x  2 jellyfin jellyfin 4096 Mar 20 13:43 'Chapter Creator_0.4.2.0'/
drwxr-xr-x  2 jellyfin jellyfin 4096 Feb 11 11:29 'Chapter Segments Provider_3.0.0.0'/
drwxr-xr-x  3 jellyfin chris    4096 Mar 20 13:43  configurations/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024 'Cover Art Archive_8.0.0.0'/
drwxr-xr-x  2 jellyfin jellyfin 4096 Mar 20 13:43 'Intro Skipper_1.10.10.15'/
drwxr-xr-x  2 jellyfin jellyfin 4096 Mar 29 13:28 'Intro Skipper_1.10.10.17'/
drwxr-xr-x  2 jellyfin chris    4096 Oct 29 10:22  LrcLib_2.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024 'Open Subtitles_20.0.0.0'/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024 'Playback Reporting_15.0.0.0'/
drwxr-xr-x  2 jellyfin jellyfin 4096 Apr 14 06:03 'Playback Reporting_16.0.0.0'/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  Reports_17.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024 'Subtitle Extract_4.0.0.0'/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  TheTVDB_13.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct  5  2024  TheTVDB_15.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct 30 06:00  TheTVDB_16.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Oct 31 06:00  TheTVDB_17.0.0.0/
drwxr-xr-x  2 jellyfin chris    4096 Nov  3 13:10  TheTVDB_18.0.0.0/
drwxr-xr-x  2 jellyfin jellyfin 4096 Feb 25 06:00  TheTVDB_19.0.0.0/



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.