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

"Move to Trash" #71

Closed Monica6128 closed 1 week ago

Monica6128 commented 2 weeks ago

Do I have to click "move to trash" on every photo delete? I am getting the message that they are failing to delete whether I click it manually or not. Did I miss something?

eddiehorng commented 2 weeks ago

I have the same experience, but click on "move to trash" manually should work. document.querySelector('[jsshadow] [autofocus]') doesn't find "move to trash" button, maybe photos frontend is changed recently?

neydor21 commented 1 week ago

Im facing the same issues as well.

dakshsharma96 commented 1 week ago

Yes I dealt with this issue as well; it's not great. So I used the following script on my Mac when it's idle (overnight)

repeat tell application "System Events" keystroke return end tell delay 5 end repeat

Monica6128 commented 1 week ago

Oh - I am on PC. Hopefully it can be figured out.

mtalcott commented 1 week ago

Hi all - this should be fixed by https://github.com/mtalcott/google-photos-deduper/pull/73. Please pull the latest and confirm it resolves the issue for you.

neydor21 commented 1 week ago

Working For me now! Thanks