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

"Move to Trash" #71

Closed
Monica6128 opened this issue Nov 3, 2024 · 6 comments · Fixed by #73
Closed

"Move to Trash" #71

Monica6128 opened this issue Nov 3, 2024 · 6 comments · Fixed by #73
Assignees
Labels
bug Something isn't working

Comments

@Monica6128
Copy link

Monica6128 commented Nov 3, 2024

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
Copy link

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
Copy link

neydor21 commented Nov 5, 2024

Im facing the same issues as well.

@dakshsharma96
Copy link

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

@mtalcott mtalcott added the bug Something isn't working label Nov 9, 2024
@mtalcott mtalcott self-assigned this Nov 9, 2024
@Monica6128
Copy link
Author

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

@mtalcott
Copy link
Owner

mtalcott commented Nov 9, 2024

Hi all - this should be fixed by #73. Please pull the latest and confirm it resolves the issue for you.

@neydor21
Copy link

neydor21 commented Nov 9, 2024

Working For me now! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants