raycast / extensions

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

[Messages] Fails with JS heap out of memory error #14708

Open coopr opened 22 hours ago

coopr commented 22 hours ago

Extension

https://www.raycast.com/thomaslombart/messages

Raycast Version

1.83.1

macOS Version

15.0

Description

Likely related to https://github.com/raycast/extensions/issues/10127#issuecomment-2104485073

Error: Worker terminated due to reaching memory limit: JS heap out of memory

Worker..onexit:worker:229:20

Steps To Reproduce

  1. Open Raycast
  2. Invoke "Send Message"
  3. Start writing message
  4. Get "Something went wrong" error

"Clear Local Storage & Cache" does not address the issue - it returns right away.

I have nearly 9,000 contacts - that might have something to do with this error?

Current Behaviour

"Something went wrong" error

Expected Behaviour

Message sends

raycastbot commented 22 hours ago

Thank you for opening this issue!

🔔 @thomaslombart @tim-the-bearded @ramsaysewell @thomaspaulmann you might want to have a look.

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