Skip to content

1 out of 2049 subtasks failed. Please try again. #39

Answered by kzawadz
petermarting asked this question in Q&A
Discussion options

You must be logged in to vote

@petermarting I found a solution to this. In /google-photos-deduper/app/lib/duplicate_image_detector.py add the following code after line 112 so it sits just after media_item = self.media_items[i]

if "storageFilename" not in media_item: logging.warning(f"Missing 'storageFilename' in media_item: {media_item}") continue # Skip this item or handle it differently

Then rerun docker-compose up, and now all should be OK.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@kzawadz
Comment options

Answer selected by petermarting
@petermarting
Comment options

@aleon1220
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants