I
Immich2y ago
satish

Errors since upgrading to 1.56.x

Getting the following errors in logs :
14 Replies
bo0tzz
bo0tzz2y ago
Try deleting your model cache folder and restarting
satish
satishOP2y ago
how would i do that i dont see any model-cache folder
bo0tzz
bo0tzz2y ago
Do you have a cache volume defined for the machine_learning container?
satish
satishOP2y ago
immich-machine-learning: container_name: immich_machine_learning image: ghcr.io/immich-app/immich-machine-learning:release volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload - model-cache:/cache env_file: - .env environment: - NODE_ENV=production networks: immich-network: restart: always
bo0tzz
bo0tzz2y ago
model-cache
This is a docker volume. Can you try stopping the stack, deleting that volume, and then starting again?
satish
satishOP2y ago
how do i delete that volume ? sorry.. this ? /var/lib/docker/volumes/immich-app_model-cache ? just delete that folder?
bo0tzz
bo0tzz2y ago
docker volume rm
satish
satishOP2y ago
docker volume rm immich-app_model-cache Error response from daemon: remove immich-app_model-cache: volume is in use - [a60c2972729221beff206ce9d84a2b8d1e46288136d5676d83c6a2ef618247fd]
bo0tzz
bo0tzz2y ago
You need to stop the stack first
satish
satishOP2y ago
its stopped
bo0tzz
bo0tzz2y ago
Did you use docker compose stop or docker compose down?
satish
satishOP2y ago
docker compose down re ran.. it worked
satish
satishOP2y ago
re-running facial recog.. i think its working now thanks

Did you find this page helpful?