You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is likely either with the path itself or with permissions.
Add a print statement after DB_FILEPATH is declared in server.py
Copy the path, open Finder, hit ⌘+Shift+G, paste the path in, and it should take you to a file called chat.db
If it doesn't take you there, something is wrong with the path
If it does, it may be a permissions related issue, you may not have followed the step that asks for full file system access. You can check if you have permissions by entering tail /Users/$USER/Library/Messages/chat.db. If you get denied, you have to give it permission in settings, check the README.md. You should see a bunch of symbols.
Hi
first off this is an amazing prooject great job!
I have an error in the request when I request the messages
{
"error": "name 'messages' is not defined"
}
The text was updated successfully, but these errors were encountered: