SkepticMystic
Explore posts from serversIImmich
•Created by SkepticMystic on 1/23/2025 in #help-desk-support
How to POST /assets
I cannot figure this out...
Been trying all day to upload an asset, but can't get past this form boundary error
8 replies
IImmich
•Created by SkepticMystic on 1/23/2025 in #help-desk-support
How to POST /assets
Everything I've read about JS so far says the file needs to go in the main body somehow, using
new FormData()
8 replies
IImmich
•Created by SkepticMystic on 1/23/2025 in #help-desk-support
How to POST /assets
Interesting, thank you. Do you know what the equivalent for
files=files
is in JS fetch
?8 replies
IImmich
•Created by SkepticMystic on 12/31/2024 in #help-desk-support
could not select device driver "nvidia" with capabilities: [[gpu]]
Solution was to do steps 3 and 4 of this SO answer: https://stackoverflow.com/questions/75118992/docker-error-response-from-daemon-could-not-select-device-driver-with-capab
4 replies
IImmich
•Created by SkepticMystic on 12/30/2024 in #help-desk-support
SMTP Settings: Invalid user token (Immich Server Error)
Not sure what changed, but now I get
Failed to verify SMTP configuration
9 replies
IImmich
•Created by SkepticMystic on 12/30/2024 in #help-desk-support
SMTP Settings: Invalid user token (Immich Server Error)
Information
- Nothing out of the ordinary in the docker logs
- Browser dev tools:
POST /api/notifications/test-email
returns 401
9 replies
IImmich
•Created by SkepticMystic on 11/28/2024 in #help-desk-support
Prometheus scraping error: Error scraping target: Get "http://localhost:8081/metrics": dial tcp [::1
Ahh ok, I got it working!
Since they're in different compose files, I do need this
networks
section I posted above. But once that's added, I then have to use the container name, as you suggested6 replies
IImmich
•Created by SkepticMystic on 11/28/2024 in #help-desk-support
Prometheus scraping error: Error scraping target: Get "http://localhost:8081/metrics": dial tcp [::1
I did, yes!
The issue is that the two run in different stacks, so I can't reference it with the container name like normal
6 replies
IImmich
•Created by SkepticMystic on 8/26/2024 in #help-desk-support
How to use whatsapp-media-date-to-exif tool to parse image date
Thank you! 😄
I'll check this out later today/this week
17 replies
IImmich
•Created by SkepticMystic on 8/26/2024 in #help-desk-support
How to use whatsapp-media-date-to-exif tool to parse image date
Alright, thank you
17 replies