xurizaemon
xurizaemon
IImmich
Created by Zhigang on 12/31/2024 in #help-desk-support
Can I load album with code in other website?
I tried my hand at building something for this, and made https://github.com/xurizaemon/eleventy-immich It's very not polished at present, but it might give you ideas to work from if you aren't using Eleventy If you are using Eleventy, then it's a little rough, you'll need to use UUIDs to reference albums and prob hate my default styles for now. It's not as fancy as you might expect from being able to embed a Facebook video or tweet in a page - Immich does have share URLs which might do the trick in an iframe?
4 replies
IImmich
Created by sumnerboy on 12/10/2024 in #help-desk-support
Wrong timezone for photos in the web UI
I'm not sure if it's shown above, if you click into the image info ℹ️ in web Immich, do you see Dec 11 Wed 7:20am GMT+13 as you do in the app screenshot above?
23 replies
IImmich
Created by sumnerboy on 12/10/2024 in #help-desk-support
Wrong timezone for photos in the web UI
(not sure if that would affect app UI and web UI display differently)
23 replies
IImmich
Created by sumnerboy on 12/10/2024 in #help-desk-support
Wrong timezone for photos in the web UI
I wonder if the host environment (swarm) for the containers could be offsetting time as well?
23 replies
IImmich
Created by sumnerboy on 12/10/2024 in #help-desk-support
Wrong timezone for photos in the web UI
Hey there! I'm also in Aotearoa / TZ=Pacific/Auckland and I do not see this issue, both desktop and Android mobile show a photo from today with the same date/time 28 Dec 2024, Sat 12:59 pm GMT+13. Immich is v1.123.0, running via Docker Compose. Photo taken and synced from an Android device.
23 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
Thanks everyone!
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
Yep that looks to have worked! /close
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
I had not tried "download original" so until then I thought I was missing the originals, despite the obvious /thumbs/ in the URL ... doh
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
No description
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
runs GENERATE THUMBNAILS
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
how do I find which DB entry that thumbnail path relates to? is it 609ea77b-873d-483f-ae6e-f506f7cd9c1d? aha found it in assets via id and I can see the original image is at library/admin/2004/2004-02-15/CB24090_CB24090-R4-E118.jpg and exists on disk, cool
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
(no separate microservices container now which I believe is correct)
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
up again, all the right version now :release, but same on the thumbnails
Error: ENOENT: no such file or directory, access 'upload/thumbs/a6b5c3f0-1b7e-41e9-90d7-c3f9c152a705/60/9e/609ea77b-873d-483f-ae6e-f506f7cd9c1d.webp'
seems like the files are not magically restored just cos i restarted lol
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
(does a docker compose down, kills the microservices container, down again to rm the network, docker compose up -d and docker compose logs -f)
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
$ docker ps | grep immich
7acdc53b68ee ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 27 hours ago Up 27 hours (healthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
e72e2ee0b78e ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 27 hours ago Up 27 hours (healthy) immich_machine_learning
753219a8d9d9 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 2 weeks ago Up 2 weeks (healthy) 5432/tcp immich_postgres
26e4de020fe6 redis:6.2-alpine "docker-entrypoint.s…" 2 weeks ago Up 2 weeks (healthy) 6379/tcp immich_redis
6e213cd0459d ghcr.io/immich-app/immich-server:v1.112.0 "tini -- /bin/bash s…" 2 weeks ago Up 2 weeks (healthy) 3001/tcp immich_microservices
$ docker ps | grep immich
7acdc53b68ee ghcr.io/immich-app/immich-server:release "tini -- /bin/bash s…" 27 hours ago Up 27 hours (healthy) 0.0.0.0:2283->2283/tcp, :::2283->2283/tcp immich_server
e72e2ee0b78e ghcr.io/immich-app/immich-machine-learning:release "tini -- ./start.sh" 27 hours ago Up 27 hours (healthy) immich_machine_learning
753219a8d9d9 tensorchord/pgvecto-rs:pg14-v0.2.0 "docker-entrypoint.s…" 2 weeks ago Up 2 weeks (healthy) 5432/tcp immich_postgres
26e4de020fe6 redis:6.2-alpine "docker-entrypoint.s…" 2 weeks ago Up 2 weeks (healthy) 6379/tcp immich_redis
6e213cd0459d ghcr.io/immich-app/immich-server:v1.112.0 "tini -- /bin/bash s…" 2 weeks ago Up 2 weeks (healthy) 3001/tcp immich_microservices
sheesh
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
oh huh i have an ghcr.io/immich-app/immich-server:v1.112.0 container running as immich_microservices while the rest are ghcr.io/immich-app/immich-server:release that seems "funky" 😄
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
hmm maybe? does that sound like it fits the symptoms better? it would be super nice if those missing files were recoverable/discoverable! i see also that some files belong to "node" and others to "root" currently. it's on a FAT32 external HDD I believe. seems to be running as root so I figured no harm having some files as node ... but maybe i'm wrong it's running as root.
19 replies
IImmich
Created by xurizaemon on 12/26/2024 in #help-desk-support
Images mostly missing after update
For GitHub issues, https://github.com/immich-app/immich/discussions/14129 looks similar, and I figure maybe the same - seems plausible that uploads landed in a Docker volume which is now lost? But I can't figure how I would have had Immich storing originals in a volume and generating thumbs in the mounted library.
19 replies