cykotix
IImmich
•Created by cykotix on 2/14/2023 in #help-desk-support
EntityNotFoundError
I originally successfully imported all my files using the CLI tool. Many of the more recent photos were still on my iPhone. The app says there are 389 assets, 117 Backup, 272 Remaining. Everytime I go into the app, it appears to go through my entire Photo library and uploading them. When it finally gets to the first photo taken on the device, it just sits on 100% infinitely.
In addition to that, watching my immich_server logs, each file appears to be outputting something like the following:
79 replies
IImmich
•Created by cykotix on 1/28/2023 in #help-desk-support
CLI Import - Gateway Timeout
I was able to successfully import most of my files but there are about 200 or so that the CLI import tool isn't happy about. I'm going to venture a guess it has something to do regarding the size of the files.
I
cd
to my directory of folders/files I want to upload and run: docker run -it --rm -v "$(pwd)":/import ghcr.io/immich-app/immich-cli:latest upload --key <redacted> --server https://photos.domain.com/api -t 10
. It runs for awhile and eventually outputs a bunch of `504 Gateway Time-out. The server didn't respond in time." Any ideas how I can fix this? It's probably hitting an upload size limit.42 replies