simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.63k stars 49 forks source link

Device UUID is not set #140

Closed mmomjian closed 8 months ago

mmomjian commented 8 months ago

The function SetDeviceUUID is never called, and thus the UUID from the command line is not passed when uploading. It's also possible there is an issue with case, as it seems there is a mix of the variable deviceUUID and DeviceUUID. Unfortunately I think this is beyond my level of knowledge in golang.

mmomjian commented 8 months ago

cc: #139

Thank you for your project @simulot , I know you probably didn't expect for it to become so popular!