Johan
Johan
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
Thanks @bo0tzz for helping! 💪 Its frying my CPU right now 🙂
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
I did via docker compose restart, or should I remove the containers and start new ones?
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
Is that normal?
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
Used the example.env, with my DB user/pw and an custom TYPESENSE_API_KEY, but still no object processing. The micro processing container still logs this:
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Unable to run job handler: Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
immich_microservices | at internalConnect (node:net:1066:16)
immich_microservices | at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
immich_microservices | at node:net:1250:9
immich_microservices | at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Object:
immich_microservices | {
immich_microservices | "id": "2fd47f0b-1b15-491e-838e-429c616f43e4"
immich_microservices | }
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Unable to run job handler: Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
immich_microservices | at internalConnect (node:net:1066:16)
immich_microservices | at defaultTriggerAsyncIdScope (node:internal/async_hooks:464:18)
immich_microservices | at node:net:1250:9
immich_microservices | at process.processTicksAndRejections (node:internal/process/task_queues:77:11)
immich_microservices | [Nest] 1 - 06/06/2023, 8:33:16 AM ERROR [JobService] Object:
immich_microservices | {
immich_microservices | "id": "2fd47f0b-1b15-491e-838e-429c616f43e4"
immich_microservices | }
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
Man, I feel stupid 🙈 URL !=boolean Hmm, after adding the default user to the variable, doing a compose restart, it gives a 502. The log shows
immich_proxy | 2023/06/06 08:03:17 [error] 42#42: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 172.20.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.20.0.6:3000/favicon.ico", host: "immich.2411.duckdns.org", referrer: "https://<myurl>/"
immich_proxy | 2023/06/06 08:03:17 [error] 42#42: *105 connect() failed (111: Connection refused) while connecting to upstream, client: 172.20.0.1, server: , request: "GET /favicon.ico HTTP/1.1", upstream: "http://172.20.0.6:3000/favicon.ico", host: "immich.2411.duckdns.org", referrer: "https://<myurl>/"
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
Ah! So, comment/remove it?
13 replies
IImmich
Created by Johan on 6/6/2023 in #help-desk-support
Clean install of 1.60, no object/face detection
My .env is:
DB_DATABASE_NAME=immich
DB_HOSTNAME=immich_postgres
DB_PASSWORD=[....]
DB_USERNAME=[....]
DISABLE_REVERSE_GEOCODING=true
IMMICH_MACHINE_LEARNING_URL=true
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_WEB_URL=http://immich-web:3000
PUBLIC_LOGIN_PAGE_MESSAGE="Welkom!"
REDIS_HOSTNAME=immich_redis
TYPESENSE_API_KEY=some-random-text
TYPESENSE_ENABLED=true
UPLOAD_LOCATION=/data/photos/immich/
DB_DATABASE_NAME=immich
DB_HOSTNAME=immich_postgres
DB_PASSWORD=[....]
DB_USERNAME=[....]
DISABLE_REVERSE_GEOCODING=true
IMMICH_MACHINE_LEARNING_URL=true
IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_WEB_URL=http://immich-web:3000
PUBLIC_LOGIN_PAGE_MESSAGE="Welkom!"
REDIS_HOSTNAME=immich_redis
TYPESENSE_API_KEY=some-random-text
TYPESENSE_ENABLED=true
UPLOAD_LOCATION=/data/photos/immich/
The compose is exact copy of the release one (I pull that with every update), with the addition of:
networks:
default:
external: true
name: nginx
networks:
default:
external: true
name: nginx
13 replies