Error after last update: getaddrinfo ENOTFOUND immich-machine-learning

After the last update I get this error when trying to search in the web interface. I followed the instructions and updated both the compose and env file accordingly. There also seems to be an error when trying to encode clip as you can se, these might be related, i don't know. Any help would be appreciated!
No description
8 Replies
Cagemaster
CagemasterOP3y ago
This is my typesense compose part:
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TS_DATA_LOCATION}:/data
typesense:
container_name: immich_typesense
image: typesense/typesense:0.24.0
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}
- TYPESENSE_DATA_DIR=/data
logging:
driver: none
volumes:
- ${TS_DATA_LOCATION}:/data
And my ENV file:
TYPESENSE_API_KEY=some-random-text
TS_DATA_LOCATION=/mnt/user/appdata/immich/typesense
TYPESENSE_API_KEY=some-random-text
TS_DATA_LOCATION=/mnt/user/appdata/immich/typesense
Kryptonian
Kryptonian3y ago
Are you using 1.51.1 of web too?
bo0tzz
bo0tzz3y ago
Do you have the microservices container enabled and running?
Cagemaster
CagemasterOP3y ago
Everything should have been updated when rebuilding the container. All containers seem to be running.
bo0tzz
bo0tzz3y ago
It's complaining about not being able to reach the ml container. That usually means it's either not running, or something is misconfigured in the docker networking
Cagemaster
CagemasterOP3y ago
Ah, I see now that the ML container is restarting over and over. I don’t know why though. immich-immich-microservices-1 5fd89be583e2 altran1502/immich-machine-learning:release "/bin/sh ./entrypoin…" About an hour ago Restarting (2) 47 seconds ago
bo0tzz
bo0tzz3y ago
It's still using the old entrypoint for the ml container, which was changed several updates ago You might want to compare your whole compose file against the latest release and make sure it's all up to date
Cagemaster
CagemasterOP3y ago
Ah thank you I updated the compose file and there was a lot of things that needed updating. This solved the issue. Thank you

Did you find this page helpful?