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}