mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: Jellyfin docker crashes when multiple errors occure #5356
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @UniverseDevel on GitHub (Jan 3, 2024).
Please describe your bug
When I scan library with home videos of my daghter, Jellyfin docker crashes and due to restart policy boots right back up. I see no ffmpech logs or any error from ffmpeg that would tell me what the issue might be. Also I am not sure what ffmpeg command is being triggered so cannot test it myself to see the error.
EDIT: It crashed on me recently again and it seems that it is doing this when there are multiple errors in a row. More logs added. This time I was just browsing after watching some videos.
Jellyfin Version
10.8.z
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@felix920506 commented on GitHub (Jan 5, 2024):
What "restart policy" is triggering the restart? out of memory? too high CPU? or what else?
@UniverseDevel commented on GitHub (Jan 5, 2024):
Restart policy in docker starts it up automatically after crash, as it is set to "unless stopped". That means container crashes and docker starts it again as it was not manually stopped. I have no idea what is causing the crash, the logs seem to not contain such information as you can see them attached yourself. There are couple of errors and then container starts booting from scratch because it crashed. Zabbix monitoring sometimes catches that container exited with non-zero exit code.
@felix920506 commented on GitHub (Jan 5, 2024):
You should be able to grab the log files from the file system if you mounted in the relevant paths.
@felix920506 commented on GitHub (Jan 5, 2024):
Also, I noticed that you are using an ancient ffmpeg version. Please install the latest 5.x release from https://github.com/jellyfin/jellyfin-ffmpeg
@jellyfin-bot commented on GitHub (May 5, 2024):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.
@jellyfin-bot commented on GitHub (May 26, 2024):
This issue was closed due to inactivity.