[Quit Applications] ...
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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