2024-07-12, 10:48 PM
How did you install Jellyfin? Is this a plain Docker container? Or is this the "community app"? If this is a plain docker install, which image? Linuxserver's image or the official image?
Also, what plugins do you have installed?
We can also try enabling debug logging to try to glean more info.
In the container path /config/config/logging.default.json, you want to set the lines near the top to "Debug".
Replicate the problem and share the debug log via pastebin.
Also, what plugins do you have installed?
We can also try enabling debug logging to try to glean more info.
In the container path /config/config/logging.default.json, you want to set the lines near the top to "Debug".
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
"Override": {
"Microsoft": "Debug",
"System": "Debug"
}
},
Replicate the problem and share the debug log via pastebin.