raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.38k stars 3.09k forks source link

[Image Modification] ...Resize not working #15341

Open puisigblk opened 1 day ago

puisigblk commented 1 day ago

Extension

https://www.raycast.com/HelloImSteven/sips

Raycast Version

1.85.2

macOS Version

12.6.2

Description

Error:


Error: Command failed with exit code 1: osascript
323:335: execution error: The variable theSelection is not defined. (-2753)

li:run-applescript.js:38:21

---
35:         timedOut,
36:         command: "osascript",
37:         options,
38:         parentError: new Error(),
39:     })

### Steps To Reproduce

![SCR-20241113-lcqr](https://github.com/user-attachments/assets/20ad3ba0-fd82-454a-af48-3d60220e5763)

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
raycastbot commented 1 day ago

Thank you for opening this issue!

🔔 @SKaplanOfficial @arronhunt @nakaakist @JUSTIVE @patomos you might want to have a look.

💡 Author and Contributors commands The author and contributors of `HelloImSteven/sips` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot close as not planned` Closes the issue as not planned. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.