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.
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