Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It tries to replace different photo if file name has brackets #681

Open
nkrk opened this issue Feb 8, 2025 · 1 comment
Open

It tries to replace different photo if file name has brackets #681

nkrk opened this issue Feb 8, 2025 · 1 comment

Comments

@nkrk
Copy link

nkrk commented Feb 8, 2025

I see this messages in log
2025-02-08 09:02:19 INF server's asset upgraded with the input file.FileName=takeout-20250110T061340Z-001:Takeout/Google Фото/Photos from 2013/FILE0003(2).MOV file.FileDate=2025-01-10 06:21:05 file.Description= file.Title=FILE0003.MOV file.FileSize=1345565230 file.ID= file.CaptureDate=2013-12-24 13:25:18 file.Trashed=false file.Archived=false file.FromPartner=false file.Favorite=false file.Stars=0 file.Latitude=0.xxxxx file.Longitude=0.xxxxx reason=An asset with the same name:"FILE0003.MOV" and date:"2013-12-24 13:25:18" but with smaller size:82.7 MB exists on the server. Replace it.

It is 2 totally different files and sizes but Immich-go replaced file
An asset with the same name:"FILE0003.MOV" and date:"2013-12-24 13:25:18"
by FILE0003(2).MOV file.FileDate=2025-01-10 06:21:05 file.Description= file.Title=FILE0003.MOV file.FileSize=1345565230

As I see it compare by file.title it looks as issue

And it seems to me second issue, maybe it is same maybe not
Immich-go RC always stuck if happens
2025-02-08 09:09:50 ERR upload error file=takeout-20250110T061340Z-001:Takeout/Google Фото/Photos from 2013/FILE0014(3).MOV error=AssetUpload, POST, http://192.168.2.6:2283/api/assets
Post "http://192.168.2.6:2283/api/assets": dial tcp 192.168.2.6:2283: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Last stable version skip errors and continue working
Honestly I don't know why this errors happens

@nkrk
Copy link
Author

nkrk commented Feb 8, 2025

I uses v0.23.0-RC11 (previous RC seems works same)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant