You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The past few weeks the scanner kept crashing with this UI message: Media scan terminated unexpectedly (Scanning Progress). After examining the logs I noticed that it terminated at the same file each time: lms | [25-06-03 14:02:23.1890] Slim::Utils::Scanner::Local::new (935) Handling new audio track file:///music/music1/Norah%20Jones/Come%20Away%20With%20Me%20-%20Norah%20Jones%20[2013]%20[Universal%20Music%20Digital%20Services]%20[24B%20192%20kHz]/06.%20Norah%20Jones%20-%20Shoot%20the%20Moon.flac.
When running ffprobe on the file, it returned errors and Navidrome refused to play the file. After deleting the file in question Lyrion completed the scan without issue. Unfortunately, I did not have the foresight to keep this file so I am unable to provide it for this issue.
I am opening this issue to request that errors such as this do not interrupt the scanner and/or the error be included in the log so its easier to find the problem. I am guessing the issue is the scanner exits before collecting the error ffprobe returns? I spent more time than I would like to admit trying to determine if it was my machine, NFS connection, docker compose, etc and I would guess this is not an uncommon issue. Or I am the oddball 😆
To Reproduce
Steps to reproduce the behavior:
Have corrupted FLAC file
Run clean or new file scan
Media scan terminated unexpectedly (Scanning Progress)
Expected behavior
Scan completes. If there is a problematic file, an error is logged and reported in the UI without interrupting the scan.
System Information (please complete the following information):
OS on which you're running LMS: Debian Host - Docker Container
Describe the bug
The past few weeks the scanner kept crashing with this UI message:
Media scan terminated unexpectedly (Scanning Progress)
. After examining the logs I noticed that it terminated at the same file each time:lms | [25-06-03 14:02:23.1890] Slim::Utils::Scanner::Local::new (935) Handling new audio track file:///music/music1/Norah%20Jones/Come%20Away%20With%20Me%20-%20Norah%20Jones%20[2013]%20[Universal%20Music%20Digital%20Services]%20[24B%20192%20kHz]/06.%20Norah%20Jones%20-%20Shoot%20the%20Moon.flac
.When running
ffprobe
on the file, it returned errors and Navidrome refused to play the file. After deleting the file in question Lyrion completed the scan without issue. Unfortunately, I did not have the foresight to keep this file so I am unable to provide it for this issue.I am opening this issue to request that errors such as this do not interrupt the scanner and/or the error be included in the log so its easier to find the problem. I am guessing the issue is the scanner exits before collecting the error
ffprobe
returns? I spent more time than I would like to admit trying to determine if it was my machine, NFS connection, docker compose, etc and I would guess this is not an uncommon issue. Or I am the oddball 😆To Reproduce
Steps to reproduce the behavior:
Media scan terminated unexpectedly (Scanning Progress)
Expected behavior
Scan completes. If there is a problematic file, an error is logged and reported in the UI without interrupting the scan.
System Information (please complete the following information):
Additional context
server.log
scanner.log
The text was updated successfully, but these errors were encountered: