2024-08-23, 05:24 PM
Try the following.
1) Increase the log level to debug. /config/logging.default.json and replace "Warning" and "Information" with "Debug". The change in logging should take affect immediately. Repeat the problem and share the new log.
2) Spin up an another container, but use the official image. jellyfin/jellyfin:latest
3) Install Jellyfin directly on Debian. We have a script to automate that process.
1) Increase the log level to debug. /config/logging.default.json and replace "Warning" and "Information" with "Debug". The change in logging should take affect immediately. Repeat the problem and share the new log.
2) Spin up an another container, but use the official image. jellyfin/jellyfin:latest
3) Install Jellyfin directly on Debian. We have a script to automate that process.
Code:
curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash