The startup wizard doesn't create keys, no way to recover. #999
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#999
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Reproduce:
It's possible to exit the wizard via "Exit Setup Wizard" button, but keys are not set up. Trying to set up keys in the settings / navigating to Account / Keys crashes the app. ````called Result::unwrap()
on anErr` value: Error { kind: Nostr(NoPublicKey)``` etc.I haven't found a way to recover from this from inside the app and it seems there's no way to recover from it via the commandline. There's also no documentation how to reset gossip in such a case. For people who don't know how to find and delete the database, that's it.
I've compiled gossip from master today.
I have similar issues when choosing "I Already Have A Nostr Account" and then "Import a Private Key" , the GUI shows a page with the input fields for a tiny fraction of a second, but then jumps back to the start of the Wizard. Seems to be a GUI issue.
Try the unstable branch. I believe I fixed this a week ago but the fix may have side-effects so I didn't merge it yet. Please let me know how it goes.