mikedilger / gossip

Gossip is a nostr client
Other
692 stars 77 forks source link

start with public key only giving problems still #753

Closed mikedilger closed 4 months ago

mikedilger commented 4 months ago

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.

mikedilger commented 4 months ago

0.10.1

mikedilger commented 4 months ago

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.