lumehq / lume

A multi-purpose nostr client for Windows and macOS.
GNU General Public License v3.0
247 stars 24 forks source link

Database Error on First Open #86

Closed zyrotin closed 1 month ago

zyrotin commented 1 year ago

Hi, Tried installing 1.2.4 and it stalled out with database errors. I'm attaching the screen shots. Running MacOS 13.5.2 on Macbook Air M2

Screenshot 2023-09-12 at 6 13 49 PM Screenshot 2023-09-12 at 6 14 37 PM Screenshot 2023-09-12 at 6 15 08 PM
reyamir commented 1 year ago

thank you for detail report, I'll checking it, look like something wrong with sqlite migration script (last_login_at) cannot be added

you can try fix it by delete local data in this path "/Users/<user name>/Library/Application Support/com.lume.nu/", then restart app

zyrotin commented 1 year ago

That fixed it. I tested Lume a while back, maybe there was something in there that conflicted?

reyamir commented 1 year ago

hmm, look like after update to new version, sqlite migration isn't run yet, I will look into this case

thetronjohnson commented 1 year ago

@reyamir I'm facing this same issue too

reyamir commented 1 year ago

oh, if you get this issue, you can fix by delete all data in folder "/Users//Library/Application Support/com.lume.nu/"

but I will find a way to solve this issue without delete old data