Facial recognition running, but no results displayed
Facial recognition jobs will appear to be running, but no face results will be displayed in the app. I have typesense disabled in my .env file as it is apparently not compatible with my CPU. The only relevant information in my logs are below, from the microservice container.
Request #1698434784819: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1698434784819: Sleeping for 4s and then retrying request...
Request #1698434784819: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1698434784819: Sleeping for 4s and then retrying request...
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Unable to run job handler (recognizeFaces/recognize-faces): Error: getaddrinfo ENOTFOUND typesense
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Error: getaddrinfo ENOTFOUND typesense
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Object:
{
"id": "acbc40ad-b50a-4903-aaee-50825632db70"
}
Request #1698434784819: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1698434784819: Sleeping for 4s and then retrying request...
Request #1698434784819: Request to Node 0 failed due to "ENOTFOUND getaddrinfo ENOTFOUND typesense"
Request #1698434784819: Sleeping for 4s and then retrying request...
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Unable to run job handler (recognizeFaces/recognize-faces): Error: getaddrinfo ENOTFOUND typesense
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Error: getaddrinfo ENOTFOUND typesense
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26)
[Nest] 7 - 10/27/2023, 7:27:29 PM ERROR [JobService] Object:
{
"id": "acbc40ad-b50a-4903-aaee-50825632db70"
}
3 Replies
Atm Typesense is required for face recognition to work
Does "encode clip" also require typesense, that's throwing an error also
at ChildProcess._handle.onexit (node:internal/child_process:294:12)
[Nest] 7 - 10/27/2023, 8:53:58 PM ERROR [JobService] Object:
{
"id": "4f9ae4cf-4644-4949-81a7-ff34ff5c7bfb"
}
[Nest] 7 - 10/27/2023, 8:55:42 PM ERROR [JobService] Unable to run job handler (videoConversion/video-conversion): Error: ffprobe exited with code 1
ffprobe version 6.0-Jellyfin Copyright (c) 2007-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x45210190180] moov atom not found
upload/library/Sahara/2020/2020-11-09/VID_20201109_154430.mp4: Invalid data found when processing input
at ChildProcess._handle.onexit (node:internal/child_process:294:12)
[Nest] 7 - 10/27/2023, 8:53:58 PM ERROR [JobService] Object:
{
"id": "4f9ae4cf-4644-4949-81a7-ff34ff5c7bfb"
}
[Nest] 7 - 10/27/2023, 8:55:42 PM ERROR [JobService] Unable to run job handler (videoConversion/video-conversion): Error: ffprobe exited with code 1
ffprobe version 6.0-Jellyfin Copyright (c) 2007-2023 the FFmpeg developers
built with gcc 12 (Debian 12.2.0-14)
configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-libdrm --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libsvtav1 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-opencl --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc
libavutil 58. 2.100 / 58. 2.100
libavcodec 60. 3.100 / 60. 3.100
libavformat 60. 3.100 / 60. 3.100
libavdevice 60. 1.100 / 60. 1.100
libavfilter 9. 3.100 / 9. 3.100
libswscale 7. 1.100 / 7. 1.100
libswresample 4. 10.100 / 4. 10.100
libpostproc 57. 1.100 / 57. 1.100
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x45210190180] moov atom not found
upload/library/Sahara/2020/2020-11-09/VID_20201109_154430.mp4: Invalid data found when processing input
The simple answer is yes it does, however that error has nothing to do with either clip or typesense, it's about a corrupted video file