satmandu
IImmich
•Created by satmandu on 2/7/2025 in #help-desk-support
Android: newest pictures from web view not showing up in view
I did a clean install of the Android Immich app from the Immich github release page for 1.125.7, which is the same version as my server.
The web view for my immich instance shows many recent pictures that just do not show up in the Android app.
Photos in the bottom left of the screen has circle spinner spinning.
Postgres is pegged on my server at 100%, so do I just need to wait?
(I do occasionally see "Error while getting remote assets" messages in the app's logs.)
60 replies
IImmich
•Created by satmandu on 1/19/2025 in #help-desk-support
Facial Recognition stopped working
I noticed that face detection has stopped working on my system.
I can go to expore => faces, and see the results of older face detection, but newer pictures don't appear to have any face detection working.
I see this in my logs:
| [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Unable to run job handler (faceDetection/face-detection): Error:>
| [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Error: Machine learning request '{"facial-recognition":{"detecti>
| at MachineLearningRepository.predict (/usr/src/app/dist/repositories/machine-learning.repository.js:41:15)
| at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
| at async MachineLearningRepository.detectFaces (/usr/src/app/dist/repositories/machine-learning.repository.js:50:26)
| at async PersonService.handleDetectFaces (/usr/src/app/dist/services/person.service.js:235:52)
| at async JobService.onJobStart (/usr/src/app/dist/services/job.service.js:148:28)
| at async EventRepository.onEvent (/usr/src/app/dist/repositories/event.repository.js:134:13)
| at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:394:28)
| at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:581:24)
| [Nest] 7 - 01/18/2025, 9:19:28 PM ERROR [Microservices:JobService] Object:
| {
| "id": "0518ac24-b747-484e-962a-2dfa2602750d"
| }
Any ideas on where I should look next? I am able to see pictures in my library just fine.15 replies
IImmich
•Created by satmandu on 1/16/2025 in #help-desk-support
Uploading partner photos/videos and avoiding duplication?
I'm about to start uploading my partner's photos and videos with immich-go from her Google Takeout archive. My plan is to upload everything to her own immich account. Is there a way to have duplicate detection happen in some form before or during upload to avoid duplicate assets being saved to the server?
I see https://github.com/immich-app/immich/discussions/4542 exists.
Since I'm planning on uploading to her own immich account, with an API key generated from that account, I'm assuming that the default behavior will be to do an entirely independent upload that will have no awareness of the files I have uploaded?
Should I just have her share my immich account? Would that be simpler? (And I would get deduplication automatically during the upload?)
8 replies
IImmich
•Created by satmandu on 1/6/2025 in #help-desk-support
docker-compose based memory and cpu limits?
As per https://stackoverflow.com/a/73000142 there are ways in the current docker-compose versions to have memory and CPU limits. Apparently those can be used with older versions of docker-compose if the
--compatibility
flag is used as per https://stackoverflow.com/questions/42345235/how-to-specify-memory-cpu-limit-in-docker-compose-version-3#comment112608532_53057683 .
Has anybody used those?
I'm getting OOM issues on my server, so I thought I would try setting some of those flags. So I am trying adding this to the immich-server
and immich-machine-learning
portions of the docker-compose.yml
file:
This is the systemd service file I am using:
I guess my ultimate question is this: Is there a supported way to add the cpu and memory limits that we could add to the default docker-compose.yml file so that I don't have to maintain a modified version?10 replies