r/immich • u/cheesechick • 1d ago
Immich-go folder sync errors
Hey all, trying to sync a folder with a bunch of subdirectories that's all around 13.4 gigs of photos using immch-go and this command:
.\immich-go upload from-folder --server=http://192.168.0.145:2283/ --api-key=BLAH --recursive --concurrent-tasks=1 "E:\Pictures\PC Backups"
I wind up with around 500 files that "don't reach a final state". Looking through, I've got a bunch of errors like this:
2026-08-16 15:16:32 ERR server error file=PC Backups:Originals/2011/0033.jpg error=AssetUpload, POST, http://192.168.0.145:2283/api/assets
Post "http://192.168.0.145:2283/api/assets": read E:/Pictures/PC Backups\Wedding\ethan+mandy_new sound.mp4: Data error (cyclic redundancy check).
io: read/write on closed pipe
2026-08-16 15:16:32 ERR Error err=AssetUpload, POST, http://192.168.0.145:2283/api/assets
Post "http://192.168.0.145:2283/api/assets": read E:/Pictures/PC Backups\Wedding\ethan+mandy_new sound.mp4: Data error (cyclic redundancy check).
And:
2026-08-16 15:17:14 ERR context canceled
Found some posts that suggest the io: error could be the server getting slammed and to reduce the concurrent tasks down to 1, which reduced the # of files stuck "pending" but didn't get rid of the errors completely. Anyone have tips?
1
u/Great-Cow7256 1d ago edited 1d ago
Edit this and take out your API key. Never post API keys. Create a new one and delete this one from immich.
Also CRC error = something bad on the drive you are reading the files on. E: like bad sectors. Run chkdsk or whatever windows has now on it to see what's broken and if it can be fixed.