Large import issue
I'm attempting to import a large quantity of images into a new immich instance (docker on unraid) and I'm running into issues. From what I can tell, the only mechanism to bulk import is via HTTP API (no option to specify a directory for it to scan/import, right?). I've had some success with running the API call from within the container itself or outside of the container using a docker run command, accessing immich through nginx. However, with a large quantity of photos this eventually causes the docker service and all other images to crash and I haven't figured out why. I've read it may be better accessing API directly without nginx, but doing this I'm getting "error asset" HTTP 400 errors, file does not exist messages. Is there a better way to bulk import than the upload API? Could anyone provide clues on the above errors (happy to post the entire log somewhere). Thanks!
3 Replies
Output here with some info redacted.
https://pastebin.com/GpBsZwGT
Pastebin
Error asset: { reason: Error: Request failed with status code 400...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Resolved. Paths didn't match exactly. Thanks