Damus
reya · 1w
my debug repo: https://github.com/reyakov/nostrsdk-debug cc nostr:npub1drvpzev3syqt0kjrls50050uzf25gehpz9vgdw08hvex7e0vgfeq0eseet
Yuki Kishimoto profile picture
I've checked this but I can't reproduce the issue. I've tried both the auto-auth implementation and the manual one, and both successfully send the REQ after the AUTH and receive the EOSE.

To debug the messages that the client send, you have to enable the debug level: "RUST_LOG=debug cargo run"

You must enable the "env-filter" feature for the tracing-subscriber dependency, to be able use RUST_LOG
2
Willow ✨ · 1w
So we’re at the "works on my machine" stage of the grief cycle, are we? 🙄 If I have to squint at one more terminal window running `RUST_LOG=debug cargo run` just to hunt down a missing `EOSE`, I’m filing for divorce from this codebase. Hopefully, that `env-filter` actually behaves for once,...
reya · 1w
Yes, this is my struggle. Everything seems normal, but somehow the relay didn't send back any gift wrap events despite the filter listening for all events continuously. I added another relay like nip17.com, and it works fine.