emielregis
IImmich
•Created by Mavor on 10/17/2023 in #help-desk-support
After upgrade to v1.82.0 immich is broken (Admin->Repair hangs the server for good)
I can confirm that the repair page hangs everything with 15k photos and a couple hundred videos across 3 users. The server is a potato with an Atom Z-8350 processor, 2G RAM (with a remote ML container). The RAM or CPU are not maxed out, but I suspect disk IO must be. I did not do too much testing since it's a 'production' server and I'll hear complaints if there is downtime lol.
However, I want to voice that this is a feature I've wanted since I started using Immich a few months ago and will make my life so much easier. While teething pains are expected with any 'Repair' feature, I greatly appreciate @jrasm91 for working on this! I'm sorry all you heard so far are complaints of it not working!
104 replies
IImmich
•Created by youngrobot992 on 10/4/2023 in #help-desk-support
Search function returns an error
This happens if the machine learning container is down but ML features are enabled, from my experience.
Check if immich_machine_learning is running using
sudo docker ps
If yes, check the logs
sudo docker logs immich_machine_learning
And lastly, check the URL of the ML container on your web interface -> Admin area ->Machine learning.
By default, it should be http://immich-machine-learning:3003
15 replies
IImmich
•Created by JasonJason on 9/30/2023 in #help-desk-support
Help installing the server and the software
I'm sorry you didn't hear what you were hoping for, and I agree with the other comments. If you're not familiar with maintaining a server, you're at risk of losing all your priceless data.
In the meantime, if you would like to get out of paying for Google Drive/icloud, you may consider buying a Synology Network Attached Storage (NAS) device. They even come with a photos app that streamlines your photo library.
https://www.synology.com/en-global/dsm/feature/photos
If you're interested in learning how to manage a real server, I would recommend you buy a $35 Raspberry Pi 4 and set up Plex Server on it. You're already familiar with Plex, and a Raspberry Pi is probably the most well-documented cheap computer in the world. So if you get stuck on something, there is a 90% chance that googling "your problem + Raspberry Pi" would get you a guide with step-by-step instructions. Good luck!
8 replies
IImmich
•Created by emielregis on 9/12/2023 in #help-desk-support
Library folder permission set to 711 instead of 755
@jrasm91 I cannot reproduce this. I have spent quite a bit of time wondering how this could've happened, and came up with a blank. Hence why I posted my entire microservices log in the hopes that a more experienced Linux ninja might be able to figure it out.
I will keep an eye out for this bug in the future, and open an issue on github if it happens again.
8 replies
IImmich
•Created by emielregis on 9/12/2023 in #help-desk-support
Library folder permission set to 711 instead of 755
Thank you, Mert. I'm hoping that https://github.com/immich-app/immich/pull/3850 might've fixed it. I'll open a github issue if it happens again and I can find some way to consistently reproduce the bug.
8 replies
IImmich
•Created by emielregis on 9/12/2023 in #help-desk-support
Library folder permission set to 711 instead of 755
I think it's possible the culprit might be the "missing file in uploads folder" near the beginning of the logs.
I am, however, completely at sea as to how to pinpoint why this may have happened. All assets were uploaded from the web interface.
8 replies
IImmich
•Created by emielregis on 9/12/2023 in #help-desk-support
Library folder permission set to 711 instead of 755
There are quite a few Redis and Postgres timeouts in the microservices log.
8 replies
IImmich
•Created by naosense on 9/12/2023 in #help-desk-support
Hey, does immich support 32bit os?
7 replies
IImmich
•Created by emielregis on 9/9/2023 in #help-desk-support
Connection timeout in microservices log
There are also several errors because of a missing file in the upload folder, which led me to think it might be the issue you mentioned in the off-topic thread.
[Nest] 7 - 09/10/2023, 2:33:24 AM ERROR [JobService] Error: ENOENT: no such file or directory, stat 'upload/upload/2e110b99-bec8-4004-8f7e-8ace538d4c31/fc2b7470-ad17-4427-9334-d8afb98aa1ac.jpeg'
at Object.statSync (node:fs:1690:3)
at MetadataExtractionProcessor.handlePhotoMetadataExtraction (/usr/src/app/dist/microservices/processors/metadata-extraction.processor.js:268:45)
at async /usr/src/app/dist/domain/job/job.service.js:105:37
at async Worker.processJob (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:346:28)
at async Worker.retryIfFailed (/usr/src/app/node_modules/bullmq/dist/cjs/classes/worker.js:531:24)
[Nest] 7 - 09/10/2023, 2:33:24 AM ERROR [JobService] Object:
{
"id": "94a0fe2b-6051-485a-aabd-af7dc46734de"
}
5 replies
IImmich
•Created by emielregis on 9/9/2023 in #help-desk-support
Connection timeout in microservices log
Docker, Debian 12, 2 GB RAM, 1 GB ZRAM and 1 GB SWAP. Worth noting that the system is nowhere close to out of memory, as long as CLIP embeddings are disabled. The processor is an Intel Atom Z8350.
5 replies
IImmich
•Created by emielregis on 9/9/2023 in #help-desk-support
Connection timeout in microservices log
I'm wondering if it's the issue @Alex mentioned here: https://discord.com/channels/979116623879368755/991643870523830382/1142232314080923818
5 replies
IImmich
•Created by Denizen on 8/31/2023 in #help-desk-support
Microservices "Killed" every minute or so?
Did you figure out a solution to this? I'm seeing the same timeout errors.
3 replies