coxtor
IImmich
•Created by coxtor on 9/14/2023 in #help-desk-support
Increase import / upload timeout via option in CLI tool
It would be cool to be able to configure the timeout depending on where it times out as an option for slow filesystems such as webdav. For example, I am importing my images as read only via webdav in a seafile backend.
Using the CLI many uploads work fine, however quite a few time out too:
thumbnail for asset a21a7a90-c4d5-430b-b445-0064747c7990
immich_microservices | [Nest] 7 - 09/14/2023, 3:57:49 PM ERROR [JobService] Unable to run job handler: Error: Connection terminated due to connection timeout
immich_microservices | [Nest] 7 - 09/14/2023, 3:57:49 PM ERROR [JobService] Error: Connection terminated due to connection timeout
immich_microservices | at Connection.<anonymous> (/usr/src/app/node_modules/pg/lib/client.js:132:73)
immich_microservices | at Object.onceWrapper (node:events:628:28)
immich_microservices | at Connection.emit (node:events:514:28)
immich_microservices | at Socket.<anonymous> (/usr/src/app/node_modules/pg/lib/connection.js:63:12)
immich_microservices | at Socket.emit (node:events:514:28)
immich_microservices | at TCP.<anonymous> (node:net:323:12)
immich_microservices | [Nest] 7 - 09/14/2023, 3:57:49 PM ERROR [JobService] Object:
immich_microservices | {
immich_microservices | "id": "80ed1677-13d3-4a99-a841-b676e18d6bb7",
immich_microservices | "source": "upload"
immich_microservices | }
immich_microservices |
immich_microservices |
7 replies
IImmich
•Created by coxtor on 9/13/2023 in #help-desk-support
Import External photos bad request unsupported filetype
I am trying to import my external library using the bulk upload tool. However it appears that the paths get messed up somehow. For some reason all slashes are removed according to the upload log.
I upload using this command:
immich upload --recursive --import --key <key> --server http://192.168.178.97:3001 /media/data/Bilder/
Docker-Compose for both server and microservices:
volumes:
- ${UPLOAD_LOCATION}:/usr/src/app/upload
- /media/data/Bilder/:/media/data/Bilder/:ro
After indexing and completing the upload I get an error for every file (89K) that was supposed to be uploaded looking like this (see attached file).
I have added the path : /media/data/Bilder/ to the user in the UI
This has worked on a previous installation and I don't see whats going wrong. I am able to see and browse the data in the container too. I have also already tried running the command from the container too.
32 replies
IImmich
•Created by coxtor on 9/2/2023 in #help-desk-support
Hi all,
I lost my database due to a blunder. Now I have setup the immich install again using docker compose with the same config I had with the same upload location. How can I tell immich to just rescan the alrady populated uploadlocation where all my pictures have been all the time?
3 replies
IImmich
•Created by coxtor on 7/25/2023 in #help-desk-support
What does Generate All Thumbnails actually do?
I have about 85k pictures in my database. In the adminsection I clicked generate all thumbnails after I clicked missing. Now I have 96k waiting elements in the job. Are all thumbnails being regenerated? Is this intended? This question holds for all jobs.
2 replies