I have already installed immich 2 times and after 3 days of scanning my 125,000 photos and videos it started to slow down and now it no longer starts. The log continues to play
Request #1702741917355: Request to Node 0 failed due to "undefined Request failed with HTTP code 503 | Server said: Not Ready or Lagging"
Request #1702741917355: Sleeping for 4s and then retrying request...
Now I'm using immich as a home assistant plugin but the behavior was the same even when installed with docker compose
Can anyone help me?
#Not Ready or Lagging
1 messages · Page 1 of 1 (latest)
:wave: Hey @wicked kraken,
Thanks for reaching out to us. Please follow the recommended actions below; this will help us be more effective in our support effort and leave more time for building Immich
.
References
- Container Logs:
docker compose logsdocs - Container Status:
docker compose psdocs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy
- Typesense: You can't fix this. Just wait until we get rid of it. Sorry.
Checklist
- :blue_square: I have verified I'm on the latest release(note that mobile app releases may take some time).
- :blue_square: I have read applicable release notes.
- :blue_square: I have reviewed the FAQs for known issues.
- :blue_square: I have reviewed Github for known issues.
- :blue_square: I have tried accessing Immich via local ip (without a custom reverse proxy).
- :blue_square: I have uploaded the relevant logs, docker compose, and .env files using the buttons below or the
/uploadcommand. - :blue_square: I have tried an incognito window, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable
(an item can be marked as "complete" by reacting with the appropriate number)
If this ticket can be closed you can use the /close command, and re-open it later if needed.
Please provide the asked information
can you upload your docker-compose file?
have you follow the instructions in the latest release note?
You are absolutely right, right now I'm using the Alexbelgium add-on for HomeAssistant (https://github.com/alexbelgium/hassio-addons/tree/master/immich) which doesn't use docker compose for installation. However, I also tried to use the installation via docker compose and unfortunately I had similar problems: after a couple of days after installation I got a 503 error when I clicked the search button. I think I have some blocking images
The top command reports that typesense-serve uses a lot of cpu, it is often above 150% cpu
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1459820 baddy 20 0 6336560 1.2g 22160 S 216.9 5.3 6:38.63 typesense-serve
if you think it is necessary for debugging I will install immich using docker, but it may take a few days to reconstruct the error in that environment
The latest release got rid of typesense, so you should try updating
We removed typesense because of a lot of the problems it causes, including this one. If you update to the latest version you will no longer see this problem
I will try, thank you