raycast / extensions

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

[Image Modification] Commands with preview fail with "Something went wrong" #13891

Open gabriel-cloud opened 1 month ago

gabriel-cloud commented 1 month ago

Extension

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

Raycast Version

1.80.0

macOS Version

14.5 (23F79)

Description

Error:


Error: Command failed with exit code 1: osascript
117:122: execution error: Can’t make «class fvtg» of window 1 of application "Finder" into type alias. (-1700)

ar:run-applescript.js:38:21

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

### Steps To Reproduce

1. Toggle Raycast
2. Search for Create new image
3. Select any size
4. Select any pattern
5. ❌Something went wrong
<img width="862" alt="image" src="https://github.com/user-attachments/assets/3836e3b4-bda2-4530-8632-359636354ffd">

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
raycastbot commented 1 month 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 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.