2024-10-19, 06:24 PM
With the available information, I can't really say anything conclusive other than, perhaps, it is struggling to bind to the network interface.
You can try enabling debug logging BRIEFLY. It is extremely verbose.
Open up /.config/jellyfin/config/logging.default.json and modify these lines near the top.
Replace Information and Warning with Debug. Save the file and then restart Jellyfin. Once the startup complete you will switch them back to their original values. Once you save the file, the change in logging should happen immediately. No need to restart jellyfin again.
Once you've done that, post your logs either to pastebin.com, if they are small enough, or zip the log file and attach it to a forum post.
You can try enabling debug logging BRIEFLY. It is extremely verbose.
Open up /.config/jellyfin/config/logging.default.json and modify these lines near the top.
Code:
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Warning",
"System": "Warning"
}
Replace Information and Warning with Debug. Save the file and then restart Jellyfin. Once the startup complete you will switch them back to their original values. Once you save the file, the change in logging should happen immediately. No need to restart jellyfin again.
Once you've done that, post your logs either to pastebin.com, if they are small enough, or zip the log file and attach it to a forum post.