![]() |
|
MinimServer: startup error - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: MinimServer: startup error (/showthread.php?tid=7294) Pages: 1 2 |
MinimServer: startup error - mminga - 25-07-2024 21:48 Attached the log of my server, how to fix it? RE: MinimServer: startup error - simoncn - 25-07-2024 22:09 Does this happen on just one server? If so, please provide more details about this server (hardware, operating system, etc.) Also, does it happen every time this server is started or only sometimes? RE: MinimServer: startup error - mminga - 25-07-2024 22:18 It is only on one server: Armbian on a Tinkerboard. I solved it by this way here: https://forum.minimserver.com/showthread.php?tid=7257 RE: MinimServer: startup error - simoncn - 26-07-2024 14:52 This problem has been fixed in MinimServer update 253. RE: MinimServer: startup error - mminga - 16-08-2024 08:12 A minor issue, the server is running but I see several crash logs. If required I could give mor examples. Armbian on a Tinkerboard. RE: MinimServer: startup error - simoncn - 16-08-2024 10:12 This message means MinimServer had a problem reading an audio file. Please upload the file 2024_06_22/Bilder und Videos/VID_20240622_195204781.mp4 to my FTP server so that I can find and fix the problem. I will send you a PM with the server details. RE: MinimServer: startup error - mminga - 19-08-2024 17:51 OK it is a video file, check your PM. Is it possible to exclude file-types e.g. *.mp4? RE: MinimServer: startup error - simoncn - 20-08-2024 07:34 Thanks for this. I will look at the file to see what is happening. For a video file, MinimServer tries to read the audio information only and skip over the video information. This can be tricky because the format of a video file is much more complex than an audio file. You can exclude all .mp4 files from MinimServer scanning by setting the excludePattern property to this: *.mp4 RE: MinimServer: startup error - mminga - 21-08-2024 19:43 Dear Simon, today I had again the issue the server was not able to start, see attached log. In excludePattern, I did the following: *.mp4,*.m4v,*.avi RE: MinimServer: startup error - simoncn - 21-08-2024 21:24 This is not related to the problem with video files. Are you running MinimServer update 253 or an earlier version? |