raycast / extensions

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

[Unicode Symbols Search] Extension breaks when searching for some symbols #14562

Open victor-ajayi opened 9 hours ago

victor-ajayi commented 9 hours ago

Extension

https://www.raycast.com/mmazzarolo/unicode-symbols

Raycast Version

1.81.2

macOS Version

macOS 15

Description

Error:

Error: The operation couldn’t be completed. (Foundation.JSONError error 9.)
image

Steps To Reproduce

Search "naira"

Current Behaviour

Usually if the symbol doesn't exist it shows a "No Results" empty page. But for some reason when I search the naira symbol, it breaks completely.

Expected Behaviour

No response

raycastbot commented 9 hours ago

Thank you for opening this issue!

🔔 @mmazzarolo @FezVrasta @pernielsentikaer @j3lte you might want to have a look.

💡 Author and Contributors commands The author and contributors of `mmazzarolo/unicode-symbols` 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.
j3lte commented 8 hours ago

Screenshot 2024-09-19 at 19 56 10 I can't seem to reproduce this issue. Given your issue, you might want to update to the latest version of Raycast and see if it still persists... (I'm running 1.83.0, 1.81.0 is not MacOS 15 ready?)

victor-ajayi commented 6 hours ago

It seems the problem is in this setting for the extension. I have mine set to show as a list. I temporarily changed it to grid and it worked fine, doesn't work when it's set to list.

image
j3lte commented 6 hours ago

@victor-ajayi Confirmed it breaks on a list, let me look into it. Thanks for the clarification!

j3lte commented 5 hours ago

Waiting for the bugfix #14567, it is confirmed it broke on Ancient Symbols in List Mode, I created a bugfix for it that should fix it.

victor-ajayi commented 3 hours ago

Thank you!