Oddbean new post about | logout
 I see one device (when Live wallet is closed) 
I don't know what is. 
 okay this is a structural issue with live wallet's backend process I really should find an open port before I assign the backend to it, right now I just hard coded using port 5011 since it isn't a commonly used port (or at least so I thought). 

Can you try to first close Live Wallet, then kill whatever is running on port 5011 before opening Live wallet again.

to kill whatever is on port 5011 you can run 

$ lsof -i :5011
- find the PID number then run 

$ kill {whatever the PID number is} 
 That works!
But when I run a wallet but the screen is in white 
 So when you connect a wallet and hit the connect button, the next screen is all white? Or are there just no utxos? 
 is this what you see?

https://m.primal.net/KOVb.png  
 Completely white. I Create a new one and I check 
 Oh weird, that's new to me, I have never been in that state before.