JvdMaat
IImmich
•Created by JvdMaat on 9/28/2023 in #help-desk-support
Metadata not loaded for library file
Awesome. After I update, should I run the Extract Metadata for All, or would just Missing do the trick?
8 replies
IImmich
•Created by JvdMaat on 9/28/2023 in #help-desk-support
Metadata not loaded for library file
Found the error:
[Nest] 8 - 10/02/2023, 11:17:50 AM ERROR [JobService] Unable to run job handler (metadataExtraction/metadata-extraction): QueryFailedError: invalid input syntax for type timestamp with time zone: "0NaN-NaN-NaNTNaN:NaN:NaN.NaN+NaN:NaN"
[Nest] 8 - 10/02/2023, 11:17:50 AM ERROR [JobService] QueryFailedError: invalid input syntax for type timestamp with time zone: "0NaN-NaN-NaNTNaN:NaN:NaN.NaN+NaN:NaN"
8 replies
IImmich
•Created by JvdMaat on 9/28/2023 in #help-desk-support
Metadata not loaded for library file
Yeah, that isn't doing anything. I'll wait for the next version to see if that resolves things.
8 replies
IImmich
•Created by JvdMaat on 8/17/2023 in #help-desk-support
Message history
Just to update on the 504 error. I had mapped the /usr/src/app/upload folder to a NAS, so after uploading from the browser, during the write operation to the /upload folder, it only got about 1GB before the browser gave a 504 error. I updated the volumes as follows:
volumes:
- ${IMMICH_PATH}:/usr/src/app/upload
- /opt/immich/upload:/usr/src/app/upload/upload
Which puts the library on the NAS, but the upload folder (which seems to be temp storage for the storage template migration) on the local disk, so the 4GB file was able to upload.
2 replies
IImmich
•Created by JvdMaat on 8/16/2023 in #help-desk-support
Existing docker compose stack interference
I finally figured out how to fix this. I updated the immich-proxy environments to:
- IMMICH_SERVER_URL=http://immich_server:3001
- IMMICH_WEB_URL=http://immich_web:3000
This will use the docker internal DNS to get the correct container and port. (This should maybe be the default URLs in the docker-compose.yml file)
14 replies
IImmich
•Created by JvdMaat on 8/16/2023 in #help-desk-support
Existing docker compose stack interference
.env file (relevant section)
14 replies
IImmich
•Created by JvdMaat on 8/16/2023 in #help-desk-support
Existing docker compose stack interference
docker ps output
14 replies
IImmich
•Created by JvdMaat on 8/16/2023 in #help-desk-support
Existing docker compose stack interference
And the immich section from my docker-compose.yaml
14 replies