raycast / extensions

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

[Background Sounds] "Something went wrong" while trying to turn background sounds on #14690

Closed Kamyil closed 1 month ago

Kamyil commented 1 month ago

Extension

https://www.raycast.com/SebDanielsson/background-sounds

Raycast Version

1.83.1

macOS Version

Sonoma 14.6.1

Description

Error:


Error: Command failed with exit code 1: osascript
Background sound is on
Background sounds turned off
757:788: execution error: No matching processes belonging to you were found (1)

Background sound is on
Background sounds turned off
O9:run-applescript.js:38:21

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

### Steps To Reproduce

Just toggle the background noise to off, and then on

### Current Behaviour

_No response_

### Expected Behaviour

It shouldn't throw the error, but rather toggle the background sound
raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @sebdanielsson you might want to have a look.

💡 Author and Contributors commands The author and contributors of `SebDanielsson/background-sounds` 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.
sebdanielsson commented 1 month ago

Duplicate of #14126 @raycastbot close this issue