You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wizard User Group
This is what I get every time I try...
Beau Gunderson
unread,
Dec 28, 2022, 9:40:45 AM12/28/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wizard User Group
Ah, Evan found the (probable) reason here: sqlite files in WAL mode have an associated WAL file which macOS fails to allow the opening application to load. If you disable WAL mode via e.g. `sqlite3 <name>.db 'pragma journal_mode=delete;'` then Wizard can successfully load the file. I believe Evan is working on a fix within Wizard for this issue so this may be a temporary workaround, but for posterity I wanted to share the fix. :)