-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash screen msg for port conflict/other errors + misc #463
Conversation
Ok but i did see the settings button and was able to switch to remote rpc once bob was able to open (i.e. no port conflicts) |
Switching to SPV from this screen did lock up the app though. I had to restart it twice to get it to start syncing SPV. One thing that may be an issue swithcing from full node to SPV is the hosts.json file. I find that deleting this file gives the spv node a much better chance of finding supporting peers. |
This PR is only for bringing back the error message in SplashScreen. Following from the tg chat, it's not possible to:
Yeah this is a bug and happens even when toggling SPV mode normally from settings after logging in, opened issue #467. |
db2f31c
to
ab8d987
Compare
OK cool, LGTM 👍 good to have that error back |
ab8d987
to
103117b
Compare
103117b
to
bf6131a
Compare
- Handle error for EADDRINUSE and replaced with message including ip and port - Remove dependency `tcp-port-used` - Re-order checks in ProtectedRoute to allow opening settings when no wallets exist - Remove unused imports
After the wallet plugin refactor, splash screen stopped showing errors when node failed to start. That's fixed as well as:
tcp-port-used