unclebob / more-speech

A Nostr browser in Clojure.
MIT License
297 stars 33 forks source link

NullPointerException #3

Closed fiatjaf closed 2 years ago

fiatjaf commented 2 years ago

I've started more-speech and saw the UI, but after some seconds I got this crash:

fiatjaf@churrasco ~/c/more-speech (main)> lein run
Compiling 5 source files to /home/fiatjaf/comp/more-speech/target/classes
open "wss://nostr-pub.wellorder.net"
connect-to-relay-failed "wss://nostr.rocks" nil
open "wss://rsslay.fiatjaf.com"
open "wss://nostr-relay.wlvs.space"
open "wss://nostr.bitcoiner.social"
open "wss://nostr.semisol.dev"
open "wss://relay.damus.io"
open "wss://expensive-relay.fiatjaf.com"
subscription-date 1652918400 "05/18/2022 21:00:00 ART"
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["CLOSE","more-speech"]
sending: ["REQ","more-speech",{"since":1652918400}]
sending: ["EVENT",{"kind":0,"tags":[],"content":"{\"name\":\"fiatjaf\",\"about\":\"my more-speech test account\",\"picture\":\"http://fiatjaf.com/gotasnajanela.jpg\"}","pubkey":"1cc35f503fd4f38656999206e6bb83caf6f02a0385054309468343311b29bb15","created_at":1653830563,"id":"ce601056e0ee5746adbb71fd0feed51832cf26e99d6ad541d5f9f956cad7e9ba","sig":"0d752ec7e1532502f7c3b609cc4d60d43ddee6464d83ac92f1a388547b5a9216a90e38025c4239aa41af5113264d17e788c1b0aed905ce5c224c37559269e953"}]
sending: ["EVENT",{"kind":0,"tags":[],"content":"{\"name\":\"fiatjaf\",\"about\":\"my more-speech test account\",\"picture\":\"http://fiatjaf.com/gotasnajanela.jpg\"}","pubkey":"1cc35f503fd4f38656999206e6bb83caf6f02a0385054309468343311b29bb15","created_at":1653830563,"id":"ce601056e0ee5746adbb71fd0feed51832cf26e99d6ad541d5f9f956cad7e9ba","sig":"0d752ec7e1532502f7c3b609cc4d60d43ddee6464d83ac92f1a388547b5a9216a90e38025c4239aa41af5113264d17e788c1b0aed905ce5c224c37559269e953"}]
Syntax error (NullPointerException) compiling at (/tmp/form-init7189754490137992087.clj:1:73).
null

Full report at:
/tmp/clojure-1720617534143121655.edn
fiatjaf commented 2 years ago

This happens all the time.

I thought it could be because my private/tabs file had invalid data on it, but I emptied its lists and still get the same crash.

unclebob commented 2 years ago

Can you send me that .edn file?

fiatjaf commented 2 years ago

edn-file.zip

unclebob commented 2 years ago

Thanks. I think I've fixed it. Try the current version.

The problem was that nostr-rocks failed to connect, and I tried to write to it anyway. Dumb.