youngrobot992
youngrobot992
IImmich
Created by youngrobot992 on 10/27/2023 in #help-desk-support
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"
}
4 replies
IImmich
Created by youngrobot992 on 10/23/2023 in #help-desk-support
500 ECONNREFUSED
I am not able to run immich with typesense also enabled, and I have no idea what's preventing this. I am getting the above error when launching the website with typesense enabled. Here is the immich_web container log after attempting to load the webpage with typesense enabled. Listening on 0.0.0.0:3000 [hooks.server.ts] Unable to get my user { message: 'connect ECONNREFUSED 172.18.0.22:3001', code: 'ECONNREFUSED', stack: 'Error: connect ECONNREFUSED 172.18.0.22:3001\n' + ' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)' } [hooks.server.ts]:handle connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts]:handleError connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts] Unable to get my user { message: 'connect ECONNREFUSED 172.18.0.22:3001', code: 'ECONNREFUSED', stack: 'Error: connect ECONNREFUSED 172.18.0.22:3001\n' + ' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)' } [hooks.server.ts]:handle connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts]:handleError connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts] Unable to get my user { message: 'connect ECONNREFUSED 172.18.0.22:3001', code: 'ECONNREFUSED', stack: 'Error: connect ECONNREFUSED 172.18.0.22:3001\n' + ' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)' } [hooks.server.ts]:handle connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts]:handleError connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts] Unable to get my user { message: 'connect ECONNREFUSED 172.18.0.22:3001', code: 'ECONNREFUSED', stack: 'Error: connect ECONNREFUSED 172.18.0.22:3001\n' + ' at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1595:16)' } [hooks.server.ts]:handle connect ECONNREFUSED 172.18.0.22:3001 [hooks.server.ts]:handleError connect ECONNREFUSED 172.18.0.22:3001
4 replies
IImmich
Created by youngrobot992 on 10/4/2023 in #help-desk-support
Search function returns an error
Every time I try to use any search function I get the error: Please check your network connection, make sure the server is reachable and app/server versions are compatible. Typesense container seems to be running without error, where should I continue looking?
15 replies