jobs Stuck
All of my jobs seem to be stuck. I uploaded a lot of files manually since I didn’t want to deal with CLI bulk upload, and it got stuck processing (active and waiting numbers weren’t going down). I restarted the docker containers and now waiting is 0 but active is still not moving. Did I mess up my setup?
Maybe I’ll redo everything with the CLI.
39 Replies
Check the logs of your microservices container to make sure it's running
Showed 60%+ cpu for micro services, when I tried to open logs through docker it exited with an error saying database is locked. Trying a restart of my Synology now.
“Failed to initialize logging driver: database is locked”
Is that in the immich log? That sounds like a docker or synology error
Docker log. I’ll troubleshoot some more tonight.
It appears stuck but just the CPU from machine learning hogged everything
started over from scratch and was in the middle of processing 48000 files with the CLI bulk upload. looks like it kept getting disconnected and then the microservices process stopped. when i try to restart it, i get this error.
Try deleting the microservices container and all its volumes. It's picked up some bad state
remove the redis container as well
That shouldn't be needed I think
This is just the geocoder data being bad
Renamed /docker/immich/micro/cities500, repulled the image, restarted the container. Seems to be progressing now. Thanks.
spoke too soon. started running then stopped again
Same error again?
similar error, different line. was "Deuchendorf" before, now it's "Edesheim"
Did you do the rename while the container was still running? If so try again but stop the container first
it was stopped. i'll try again.
you mean microservices, container, right?
Yeah
ran for about three minutes, error at different line
"Yegor’yevsk"
I think you raised this issue before? I recalled seeing the issue with this specific location
Very strange that it keeps doing this
nope. this is the first few times i'm trying immich
first time installing on Sunday
No chance you happen to have another copy of the microservices container running or something?
That's the only way I can imagine this happening multiple times in a row
just one copy
I have a feeling that the location with the
'
in its name causing confusion with the csv parser that the library is usingI don't think so, if that was the case then it'd be breaking for other people as well
I'm pretty sure this is the broken file issue we see regularly, but I don't get why it keeps happening after clearing
What system are you running Immich on? @Bleh5
Synology NAS docker
and running Docker-compose, correct?
not sure?
Do you follow a guide on how to install?
Can you point us to the guide?
Marius Hosting
How to Install Immich on Your Synology NAS
Trustworthy expert guide to your Synology NAS.
That's a pretty old guide
i changed to this if it matters:
immich-machine-learning:
image: bertmelis1/immich-machine-learning-noavx:release
After you have portainer installed, can you try to use this guide instead? https://immich.app/docs/install/portainer
Portainer | Immich
Install Immich using Portainer's Stack feature.
i'm using portainer. sure.
No that shouldn't cause the error you see since it is machine-learning
Up and running per that guide, and reuploading files. Will report back if it gets stuck anywhere.