I had an empty trash script that I always used:
on run {input, parameters}
tell application "Finder"
empty the trash
end tell
return input
end run
but now i’m getting an error “error “” number -1721”
Can anyone help me figure out what is wrong? I’m confused why it would suddenly stop working after over a year of no issues.