mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

rs-af panics on start #439

Open Varunram opened 5 years ago

Varunram commented 5 years ago

With recent merges, rs-af hasn't been updated and hence errors out when we try to start it:

screenshot 2018-11-25 at 2 25 15 pm

It prints addr: localhost, port 12345 after exiting, which might be a good place to start for those willing to take up this issue. I speculate the issue isn't much, but I'm not a rust expert and @delbonis might have a better estimate.

delbonis commented 5 years ago

Did you run lit with --unauthrpc? It requires that since I didn't want to reimplement lndc. You also would have to specify the ports properly since 12345 isn't the default. See --help.

Varunram commented 5 years ago

yeah, rs-af opens, shows the channels grid and then prints out the blue screen as above.

delbonis commented 5 years ago

Oh weird, I'll look into it.