mtalcott / google-photos-deduper

Locally run web app and Chrome extension to remove duplicates from Google Photos
MIT License
208 stars 18 forks source link

Deleting Photo Fails #40

Closed cryptoDevTrader closed 5 months ago

cryptoDevTrader commented 9 months ago

After selecting duplicates and clicking the Delete Duplicates button, a new window is launched with each photo in question, but fails to delete. Inspecting the service worker yields the following error:

service_worker.ts-72f4954d.js:1 navigateAndDelete error Timeout: failed to delete mediaItem <id> within 10s, skipping

It doesn't appear as though the extension is clicking the delete button for some reason. Has Google changed things a bit to make the extension no longer function?

sanjuruk commented 9 months ago

Same issue here.

mtalcott commented 5 months ago

This should be fixed by https://github.com/mtalcott/google-photos-deduper/pull/49. Please pull the latest from main branch and try again!