[Coffee] Couldn't resolve "while" applications list invoked from latest version RayCast beta on MacOS 27 DB2
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.8k
- Forks
- 6.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 442
Description
Extension
https://www.raycast.com/mooxl/coffee
Raycast Version
0.65.1.0
OS Version
macOS [Unreleased] macOS 27 27.0.0 arm64
Description
Error: Command failed with exit code 1: osascript
40:99: execution error: Not authorized to send Apple events to System Events. (-1743)
P:run-applescript.ts:127:17
124: timedOut,
125: command: "osascript",
126: options,
127: parentError: new Error(),
^
128: });
129: }
130:
JavaScript Stack
40:99: execution error: Not authorized to send Apple events to System Events. (-1743)
P:run-applescript.ts:127:17
caffeinateWhile.js:4:2135
Steps To Reproduce
- Invoke Raycast/
- Caffinate while ...
- Crashed extension.
- Other functions seem fine.
Current Behaviour
No response
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
Reproduce the Coffee extension's “Caffinate while” command on the listed Raycast and macOS versions, then read caffeinateWhile.js and the failure path at run-applescript.ts:127. Compare this command with the other functions that work and verify that the while command no longer crashes when Apple Events access is denied.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, typescript
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 38/100