You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables# The location where your uploaded files are stored
UPLOAD_LOCATION=./photos
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
IMMICH_VERSION=release
# Connection secrets for postgres and typesense. You should change these to random passwords
TYPESENSE_API_KEY=[redacted]
DB_PASSWORD=[redacted]
# The values below this line do not need to be changed###################################################################################
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis
Reproduction steps
1. search for an object
2. error 500
Additional information
No response
The text was updated successfully, but these errors were encountered:
Your machine-learning container is probably having the issue of not being able to download the models; please see this discussion to fix it. #4117 (comment)
The bug
As you can see i have quite a lot of cats pictures
But when i search it returns error 500
If i search without clips it founds some images, but only a small portion
This makes me think it could be an issue with resnet-50
The OS that Immich Server is running on
Arch Linux
Version of Immich Server
v1.82.1
Version of Immich Mobile App
v1.82.0
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
1. search for an object 2. error 500
Additional information
No response
The text was updated successfully, but these errors were encountered: