ttscoff / bunch

Documentation repository for Bunch.app
https://bunchapp.co
116 stars 5 forks source link

Not authorized to send Apple events to System Events #282

Closed kimonostereo closed 10 months ago

kimonostereo commented 1 year ago

On beta Version 1.4.12 (170), I started seeing this error reported. There was an error running an AppleScript, it's possible the target application does not respond to the requested command: "tell app "System Events" to set autohide of dock preferences to true"

I checked Privacy > Automations and Bunch is authorized.

The log shows:

   NSAppleScriptErrorAppName = "System Events";
    NSAppleScriptErrorBriefMessage = "Not authorized to send Apple events to System Events.";
    NSAppleScriptErrorMessage = "Not authorized to send Apple events to System Events.";
    NSAppleScriptErrorNumber = "-1743";
    NSAppleScriptErrorRange = "NSRange: {28, 40}";
ttscoff commented 1 year ago

Try removing Bunch authorization and readding it manually using the + button. Let me know if that helps.

On 27 Dec 2022, at 13:52, kimonostereo wrote:

On beta Version 1.4.12 (170), I started seeing this error reported. There was an error running an AppleScript, it's possible the target application does not respond to the requested command: "tell app "System Events" to set autohide of dock preferences to true"

I checked Privacy > Automations and Bunch is authorized.

The log shows:

   NSAppleScriptErrorAppName = "System Events";
    NSAppleScriptErrorBriefMessage = "Not authorized to send Apple 
events to System Events.";
    NSAppleScriptErrorMessage = "Not authorized to send Apple events 
to System Events.";
    NSAppleScriptErrorNumber = "-1743";
    NSAppleScriptErrorRange = "NSRange: {28, 40}";

-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/bunch/issues/282 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

kimonostereo commented 1 year ago

Thank you! That seems to have fixed it. Have a great day!