raycast / extensions

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

[Spotify Player] ... #9631

Closed harsh-devx closed 9 months ago

harsh-devx commented 9 months ago

Extension

https://www.raycast.com/mattisssa/spotify-player

Description

Error:


Error: Command failed with exit code 1: osascript
407:412: syntax error: Expected end of line, etc. but found identifier. (-2741)

M9:run-applescript.js:38:21

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

### Steps To Reproduce

install the spotify app on macos and than install raycast, 
than add raycast spotify extension and than uninstall spotify app from mac 
now try playing the song using extension

### Current Behaviour

_No response_

### Expected Behaviour

_No response_
raycastbot commented 9 months ago

Thank you for opening this issue!

🔔 @mattisssa @peduarte @sxn @dillionverma @andreaselia @stuart @tonka3000 @dancannon @pernielsentikaer @stevensd2m @erics118 @hjoelh @hobhouse @bkeys818 you might want to have a look.

💡 Author and Contributors commands The author and contributors of `mattisssa/spotify-player` 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` Reopen the issue.
jatindotdev commented 9 months ago

The current build needs the Spotify app to be installed since it tries to open the app when no active client is present

9511 addresses this issue and adds support for playing with other client like daemon services, etc. waiting for @peduarte's review

peduarte commented 9 months ago

Should be fixed in #9511