-
Notifications
You must be signed in to change notification settings - Fork 36
Lately fritter often is asking to create / select profile #49
Comments
@Gozala have you been using the electron3 branch? That'll cause that. Electron3 makes backwards incompatible changes to the user data directory. |
No I'm just using v0.8.0-prerelease.9 |
Huh okay. Well it is possible that indexeddb is getting wiped with kills. Might be why kills are necessary, something getting into a bad state. |
Just run into this again, but |
Ok it seems issue is that Line 89 in 269b81b
Which is surprising (meaning why would that record be deleted). Looking at the source I see two cases where it's being set: Line 496 in 269b81b
Which is from what I can tell when you create / select a user. And second instance is on Lines 115 to 119 in 269b81b
Which seem like it can happen here: Lines 92 to 100 in 269b81b
Either if loading archive info failed or something in |
@Gozala Okay that makes sense. 250ms is pretty short when it could be under load, and definitely shouldnt trigger the undo logic. |
Is this solved or do you need anyone to fix this? Would be happy to help whereever I can! |
From what I can tell it's always after I had to kill beaker (but that is most of the time, so may or may not be related). I suspect that indexdb get's wiped or something (will take a look next time it happens).
The text was updated successfully, but these errors were encountered: