raycast / extensions

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

[Pins] Pins menu bar command crashing #13247

Open dudido opened 1 week ago

dudido commented 1 week ago

Extension

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

Raycast Version

1.77.3

macOS Version

13.6.7

Description

The pins menubar icon shows an exclamation mark and trying to view my pins gives an error messsage. After reloading a couple of times it seems to work. I've seen this error months ago already. Just reinstalled OS including Raycast

Error log:

Error: Command timed out after undefined milliseconds: osascript
Timed out

Timeout._onTimeout:exec-utils.js:32:33

---
29:     const timeoutPromise = new Promise((_resolve, reject) => {
30:         timeoutId = setTimeout(() => {
31:             spawned.kill("SIGTERM");
32:             reject(Object.assign(new Error("Timed out"), { timedOut: true, signal: "SIGTERM" }));
33:         }, timeout);
34:     });
35:     const safeSpawnedPromise = spawnedPromise.finally(() => {
---

listOnTimeout:timers:573:17
process.processTimers:timers:514:7

Steps To Reproduce

  1. Launch OS, log in, launch Raycast, with show Pins active.

Current Behaviour

Menubar icon broke

Expected Behaviour

Should work^

raycastbot commented 1 week ago

Thank you for opening this issue!

🔔 @SKaplanOfficial @pernielsentikaer you might want to have a look.

💡 Author and Contributors commands The author and contributors of `HelloImSteven/pins` 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.