Crasch when scanning library #1141
spiffzilla
started this conversation in
General
Replies: 1 comment
-
Please ignore, problem solved if I keep the import at belov a couple of gigs each time |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please ignore, problem solved if I keep the import at belov a couple of gigs each time
I get this error when scanning a mp3:s for a fresh install, any ideas?
It's a standard installation on Unraid, nothing changed from default
I got lots of errors before, but that was m4a files.. contiunues to break on mp3:s... not all though, keep moving them away from the folder and restarting...
...
...
...
..
[2022-11-11 18:43:24] ERROR: [MediaFileScanner] TypeError: Cannot read properties of undefined (reading 'setEncoding') : "/audiobooks/__Hörda/Alliance-Union Universe/Alliance-Union Universe - The Company Wars [01] Downbelow Station/Alliance-Union Universe - The Company Wars [01] Downbelow Station [01]/Alliance-Union Universe - The Company Wars [01] Downbelow Station [01-05].mp3"
[2022-11-11 18:43:24] ERROR: [MediaFileScanner] TypeError: Cannot read properties of undefined (reading 'setEncoding') : "/audiobooks/__Hörda/Alliance-Union Universe/Alliance-Union Universe - The Company Wars [01] Downbelow Station/Alliance-Union Universe - The Company Wars [01] Downbelow Station [01]/Alliance-Union Universe - The Company Wars [01] Downbelow Station [01-06].mp3"
/server/libs/njodb/index.js:103
throw error;
^
Error: spawn ffprobe EMFILE
at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -24,
code: 'EMFILE',
syscall: 'spawn ffprobe',
path: 'ffprobe',
spawnargs: [
'-hide_banner',
'-loglevel',
'fatal',
'-show_error',
'-show_format',
'-show_streams',
'-show_programs',
'-show_chapters',
'-show_private_data',
'-print_format',
'json',
'/audiobooks/__Hörda/Neal Stephenson - Anathem - Unb/Anathem - Unb-012.mp3'
]
}
Beta Was this translation helpful? Give feedback.
All reactions