solomon
solomon
IImmich
Created by solomon on 4/14/2025 in #help-desk-support
Lots of problems uploading a bunch of photos into an album
I tried to upload a couple thousand old images into Immich. I created a new album and uploaded them via the web interface into that album. If I upload any other way there is no way to find the recently uploaded files to add them into the album. Before uploading I made sure to verify the Date/Time Original EXIF data on all the images. I uploaded the files to the album in batches. They seemed to get organized by month correctly in the album view. However, if I inspect the individual image metadata in the album most have their dates off by one. I assume this is due to some incorrect timezone information and isn't the end of the world but I would like to fix it. The much bigger issue is that at some point something happened, perhaps a batch process in immich, that modified all the creation dates and suddenly all the images were marked as on the same date. There was no way I could manually correct all those images so I erased all the images from the album and tried to start from scratch. Now some images are uploading successfully again and populating the album but immich is claiming a bunch are already in the album and wont upload them. I confirmed they are definitely not there.
4 replies
IImmich
Created by solomon on 5/11/2023 in #help-desk-support
404 from immich server container root
I'm trying to run Immich without docker-compose (I'm on nixos) so the issues I am having may be fairly unique. I've got all the containers running with a docker bridge network:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c458b2e04ebe ghcr.io/immich-app/immich-proxy:release "/docker-entrypoint.…" About a minute ago Up About a minute 0.0.0.0:8084->8080/tcp, :::8084->8080/tcp immich_proxy
3717f5fbe02a immich_microservices:release "/bin/sh start-micro…" About a minute ago Up About a minute immich_microservices
a132ae32ffdf immich_server:release "/bin/sh start-serve…" About a minute ago Up About a minute immich_server
0e9f227e5fd2 immich_web:release "/bin/sh entrypoint.…" About a minute ago Up About a minute immich_web
a1bf90792048 ghcr.io/immich-app/immich-machine-learning:release "gunicorn src.main:s…" About a minute ago Up About a minute immich_machine_learning
d118a92ecc0b typesense/typesense:0.24.0 "/opt/typesense-serv…" 54 minutes ago Up 54 minutes 8108/tcp typesense
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c458b2e04ebe ghcr.io/immich-app/immich-proxy:release "/docker-entrypoint.…" About a minute ago Up About a minute 0.0.0.0:8084->8080/tcp, :::8084->8080/tcp immich_proxy
3717f5fbe02a immich_microservices:release "/bin/sh start-micro…" About a minute ago Up About a minute immich_microservices
a132ae32ffdf immich_server:release "/bin/sh start-serve…" About a minute ago Up About a minute immich_server
0e9f227e5fd2 immich_web:release "/bin/sh entrypoint.…" About a minute ago Up About a minute immich_web
a1bf90792048 ghcr.io/immich-app/immich-machine-learning:release "gunicorn src.main:s…" About a minute ago Up About a minute immich_machine_learning
d118a92ecc0b typesense/typesense:0.24.0 "/opt/typesense-serv…" 54 minutes ago Up 54 minutes 8108/tcp typesense
No errors in the container logs. Inside the proxy container I can I get a 404 on localhost:8080 and when curling the Immich Server container, but its ping endpoint succeeds:
➜ docker exec -it c458b2e04ebe /bin/sh
$ curl localhost:8080
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
$ curl immich_server:3001/
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"
$ curl immich_server:3001/server-info/ping
{"res":"pong"}
➜ docker exec -it c458b2e04ebe /bin/sh
$ curl localhost:8080
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"}
$ curl immich_server:3001/
{"statusCode":404,"message":"Cannot GET /","error":"Not Found"
$ curl immich_server:3001/server-info/ping
{"res":"pong"}
55 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
1536 files stuck in `upload/`
I have a bunch of images stuck in the upload/ folder. I have tried running STORAGE TEMPLATE MIGRATION but it has no effect. I'm not sure what additional information I can provide to assist debugging.
26 replies
IImmich
Created by solomon on 5/10/2023 in #help-desk-support
Photos not uploading from android up
I have the Recent folder on my Android phone selected for backup. I have tried to start the backup several times. The android app reports:
Total: 3779 assets
Backup: 183 assets
Remainder: 3596
Total: 3779 assets
Backup: 183 assets
Remainder: 3596
If I look at the Immich web app I can only see 176 images actually showing up from my phone. There are also 1573 images in the upload/ folder. Are files moved out of there when they are imported?
2 replies