DokiDerg
IImmich
•Created by DokiDerg on 5/23/2025 in #help-desk-support
Machine Learning URL?
After updating to version 1.133.0, machine learning was disabled, i then enabled it, and it stopped working, i have tried the following urls
(10.0.0.63 is local ip, port 6379 is redis, which google said it helps)
i then get the following error in the console
8 replies
IImmich
•Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
I am trying to make a program to automatically sort my steam screenshots into respective folders, but am having trouble with uploading from c#
currently it just returns "Field Name Missing" and 400 (bad request)
in short, i double checked all the document required arguments, and have deviceAssetId, deviceId, fileCreatedAt, fileModifiedAt, isFavorite, assetData
there is no errors in the console, and it seems if i change the filename for assetData to anything else, it gives an error for unsupported type, so i belive this is correct
code (its sloppy because i was trying to get it to work before cleaning it)
Init code
Post Code
36 replies
IImmich
•Created by DokiDerg on 5/17/2025 in #help-desk-support
Custom Share URL
I would like, whenever i share a file, to put it in an isolated url, that does not depend on immich api, so i dont expose those calls to the public
I was wondering if there was a way to copy shared files to a different directory, or some file i can parse for a custom solution, thank you
13 replies