DokiDerg
DokiDerg
IImmich
Created by DokiDerg on 5/23/2025 in #help-desk-support
Machine Learning URL?
Thank you
8 replies
IImmich
Created by DokiDerg on 5/23/2025 in #help-desk-support
Machine Learning URL?
Im running unraid with docker containers Im not sure about my ml container, never had one before and it worked, is there one built into immich or do i need to get one It did confuse me that it just magically worked before, but i wasnt gonna question it, as it made it easier, do you happen to jnow the git link for a recommended one
8 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
thank you, that worked amazinginly, ill need to modifiy it to keep the file creation time from the original, but thats not that difficult to do
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
i gotta head to bed, its getting pretty late my time, thank you for the help, i think you put me on the right path to solve it, and hopefully i can tomorrow, because it seems like its not sending headers now after doing a custom content type so if i can send the headers correctly, then it should work
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
good catch though
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
No description
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
weird
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
so i think that worked? and i just have something else wrong maybe
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
i get all these errors
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
"deviceAssetId must be a string", "deviceAssetId should not be empty", "deviceId must be a string", "deviceId should not be empty", "fileCreatedAt must be a Date instance", "fileCreatedAt should not be empty", "fileModifiedAt must be a Date instance", "fileModifiedAt should not be empty"
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
well now it gives boundry not found, so thats progress, not sure if its backward or forward progress, but its something
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
content type may not have been added, which is weird because i thought i read it was, let me see if it fixes it
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
i double checked in wireshark to make sure it added that kinda stuff, i can check again to see if it matches what yours has
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
its part of c# MultipartFormDataContent it automatically adds that stuff
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
made sure i send every single REQUIRED item, apikey also is sent
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
then it gets added in content.Add(fileContent, "assetData", "...")
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
its turning it into binary, to send along with post data
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
File.OpenRead(path)
36 replies
IImmich
Created by DokiDerg on 5/19/2025 in #help-desk-support
Trouble when sending POST through API
unfortunately, after creating a file with no spaces, it did the same thing
36 replies