We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm not sure if this is a problem with my setup or something changed recently with immich causing this to break.
I'm unable to delete duplicates
command run: ./immich-go -server https://photos.domain.com -key=xxxxxx duplicate -yes;
./immich-go -server https://photos.domain.com -key=xxxxxx duplicate -yes;
output:
There are 2 copies of the asset PXL_20230525_191133138.JPG, taken on 2023-05-25T15:11:33-04:00 delete PXL_20230525_191133138 3072x4080, 2.1 MB, /photos/library/admin/2023/2023-05-25/PXL_20230525_191133138.jpg keep PXL_20230525_191133138 3072x4080, 3.6 MB, /photos/library/admin/2023/2023-05-25/PXL_20230525_191133138+1.jpg Asset removed Can't delete asset: DeleteAsset, DELETE, https://photos.domain.com/api/asset, 204 No Content EOF EOF There are 2 copies of the asset PXL_20230627_223044297.MP.JPG, taken on 2023-06-27T18:30:44-04:00 delete PXL_20230627_223044297.MP 2464x3280, 3.0 MB, /photos/library/admin/2023/2023-06-27/PXL_20230627_223044297.MP.jpg keep PXL_20230627_223044297.MP 2464x3280, 4.0 MB, /photos/library/admin/2023/2023-06-27/PXL_20230627_223044297.MP+1.jpg Asset removed Can't delete asset: DeleteAsset, DELETE, https://photos.domain.com/api/asset, 204 No Content EOF EOF There are 2 copies of the asset PXL_20230703_231427911.MP.JPG, taken on 2023-07-03T19:14:27-04:00 delete PXL_20230703_231427911.MP 4080x3072, 3.9 MB, /photos/library/admin/2023/2023-07-03/PXL_20230703_231427911.MP.jpg keep PXL_20230703_231427911.MP 4080x3072, 5.5 MB, /photos/library/admin/2023/2023-07-03/PXL_20230703_231427911.MP+1.jpg Asset removed Can't delete asset: DeleteAsset, DELETE, https://photos.domain.com/api/asset, 204 No Content EOF EOF
The text was updated successfully, but these errors were encountered:
API change? I need to check it this weekend
Sorry, something went wrong.
a3d39b6
Indeed, behavior changed.
No branches or pull requests
I'm not sure if this is a problem with my setup or something changed recently with immich causing this to break.
I'm unable to delete duplicates
command run:
./immich-go -server https://photos.domain.com -key=xxxxxx duplicate -yes;
output:
The text was updated successfully, but these errors were encountered: