mikedilger / gossip

Gossip is a nostr client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

start with public key only giving problems still

mikedilger opened this issue · comments

This is not verified to be a bug still in master/unstable, but the report is that errors like this arise even after importing an npub:

Error: { kind: NoPublicKey, file: None, line: None }

and tells the user to setup an identity.

I can't reproduce on unstable. I do however get a lot of these:

gossip-lib/src/overlord/minion/mod.rs:354: Nostr: No private key
gossip-lib/src/pending.rs:317: Error { kind: NoPrivateKey, file: None, line: None }

I have suppressed those.

I've also noticed that some relay subs fail because we ask for DMs. So now if we don't have an unlocked private key, we won't ask for those event kinds anymore.