raycast / extensions

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

[Apple Notes]search notes error #14544

Closed zzzli closed 1 month ago

zzzli commented 1 month ago

Extension

https://raycast.com/raycast/apple-notes

Raycast Version

1.82.5

macOS Version

14.6.1 (23G93)

Description

Error:

Error: EPERM: operation not permitted, copyfile '/Users/c0257/Library/Group Containers/group.com.apple.notes/NoteStore.sqlite' -> '/var/folders/8d/9_2fp95n29741bgw2nvf03gr0000gn/T/useSQL/aa865ccaf4e687b88d549df73fb673a3e9493d22/db.db'
    at async copyFile (node:internal/fs/promises:623:10)
    at async /Users/c0257/.config/raycast/extensions/8c7187e0-f64c-4dba-ba77-b1cb543256d6/index.js:12:24155

Steps To Reproduce

1、open raycast 2、input search notes 3、error

Current Behaviour

search notes

Expected Behaviour

Normal search

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @tumispro @ron-myers @mathieudutour @StevenRCE0 @SKaplanOfficial @tylerwince @thomaslombart @xilopaint @ridemountainpig you might want to have a look.

💡 Author and Contributors commands The author and contributors of `raycast/apple-notes` 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.
thomaslombart commented 1 month ago

Could you check if Raycast has the Full Disk Access permission enabled in System Settings > Privacy & Security > Full Disk Access?

thomaslombart commented 1 month ago

I'm closing this issue to maintain a clean backlog. Feel free to comment it if you still have the problem.