raycast / extensions

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

[Display Modes] ..."Something went wrong" when selecting Change Display Mode #13795

Open jmontana opened 1 month ago

jmontana commented 1 month ago

Extension

https://www.raycast.com/agustin.prats/display-modes

Raycast Version

1.79.1

macOS Version

14.5

Description

Error:

Error: Command failed with EAGAIN: /Users/jon/.config/raycast/extensions/58ffe8b0-3147-4f40-9964-1ddcc8151f0b/assets/display-modes list-displays --json
spawn /Users/jon/.config/raycast/extensions/58ffe8b0-3147-4f40-9964-1ddcc8151f0b/assets/display-modes EAGAIN

ChildProcess._handle.onexit:child_process:286:19
onErrorNT:child_process:484:16

Steps To Reproduce

  1. cmd-space to invoke Raycast
  2. Typed "cha" to get "Change Display Modes"
  3. Selected "Change Display Modes"
  4. Hit enter.
  5. Got error message.

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @codifilo you might want to have a look.

💡 Author and Contributors commands The author and contributors of `agustin.prats/display-modes` 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.