I
Immich2y ago
Keavon

Sony ARW images and MP4 AVC1 videos don't upload

I just installed Immich so I'm using 1.68.0. I was excited to read that 1.63.0 added Sony ARW support. But now I'm trying to drag an ARW photo, or MP4 video encoded with AVC1, from my Sony A7iii camera and it's not doing anything. I can, however, upload a random JPEG image. After dropping the Sony files, the drop indicator goes away but the upload process never happens.
13 Replies
Alex Tran
Alex Tran2y ago
There is a bug with the current release that the uppercase extension isn’t uploaded from the web interface It has been fixed and will be in the next release Are those file extensions uppercase?
Keavon
KeavonOP2y ago
_A7_1345.ARW I assume you mean the .ARW part being uppercase, so yes. Do you have a rough estimate for how long until the next release is out? If it's a few days I might just wait, otherwise does the CLI importing method provide a workaround for this issue?
Alex Tran
Alex Tran2y ago
just a few days or maybe even tomorrow
Keavon
KeavonOP2y ago
Great, thanks, probably easier for me to wait. Cheers! @Alex I decided to try out the CLI. I mounted my folder through the docker-compose setup and confirmed I can cd and ls the files in /mnt/Photography.
immich upload --key [my API key] --server http://192.168.1.100:2283/api --recursive /mnt/Photography/_RAW\ Photographs/2015-05-23\ My\ Photos
immich upload --key [my API key] --server http://192.168.1.100:2283/api --recursive /mnt/Photography/_RAW\ Photographs/2015-05-23\ My\ Photos
But I'm getting "No local assets found, exiting":
Checking connectivity with Immich instance...
Server status: OK
Checking credentials...
Login status: OK
Successful authentication for user [my email address]
Indexing local assets...
No local assets found, exiting
Checking connectivity with Immich instance...
Server status: OK
Checking credentials...
Login status: OK
Successful authentication for user [my email address]
Indexing local assets...
No local assets found, exiting
Could that also be caused by the uppercase .ARW filenames? This folder just has a whole bunch of raw files starting with DSC00423.ARW and a few sidecar files DSC00441.xmp mixed in.
Alex Tran
Alex Tran2y ago
No, we haven't updated the CLI to accept .arw format yet let me do that quickly
Keavon
KeavonOP2y ago
Ah, I see! So the web upload is the only way currently?
Alex Tran
Alex Tran2y ago
let me release the CLI and you can use it new version of the CLI is out, please use npm i -g immich to update to 0.40.0 it should work now
Keavon
KeavonOP2y ago
Thanks. But now I'm getting spammed with
Alex Tran
Alex Tran2y ago
hmm 1 sec 0.40.1 should be up in a few
Keavon
KeavonOP2y ago
So npm i -g immich again shortly?
Alex Tran
Alex Tran2y ago
It is published does it work correctly now?
Keavon
KeavonOP2y ago
Nice, thank you! That worked perfect. And I see 1.69 is out too, so I'll try out the drag-and-drop upload now too. Working nicely now, thank you!

Did you find this page helpful?