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!

8 Replies
This is my typesense compose part:
And my ENV file:
Are you using 1.51.1 of web too?
Do you have the microservices container enabled and running?
Everything should have been updated when rebuilding the container. All containers seem to be running.
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
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
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
Ah thank you
I updated the compose file and there was a lot of things that needed updating. This solved the issue. Thank you