raycast / raycast/extensions

[Quit Applications] ...

Open
#28,258 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug extension extension: quit-applications
Dominant language
TypeScript
Stars
7.8k
Forks
6.9k
Avg merge
2d 6h
Merged PRs (30d)
442

Description

Extension

https://www.raycast.com/mackopes/quit-applications

Raycast Version

Version 0.61.0.0 (0)

OS Version

No response

Description
Error:
Error: Command failed with exit code 1: osascript
63:306: execution error: Not authorised to send Apple events to System Events. (-1743)

l0:run-applescript.js:38:21

---
35:         timedOut,
36:         command: "osascript",
37:         options,
38:         parentError: new Error(),
39:     });
40: }
41: exports.runAppleScript = runAppleScript;
---

async o0:index.js:29:2509
Steps To Reproduce

N/A

Current Behaviour

N/A

Expected Behaviour

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Quit Applications extension linked in the issue and inspect the reported index.js location, along with the run-applescript.js:38 stack frame. Reproduce the osascript authorization error on macOS and determine the expected permission or error-handling behavior; done means the extension no longer fails with the reported Apple Events authorization error.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, typescript
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.