-
Notifications
You must be signed in to change notification settings - Fork 47
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
Application crashes if the chain is stopped #4
Comments
OK @Tosch110 I will give it a try later today. Thanks! |
Seems to be working now. When I stop the chain doesn't crash anymore just show a red dot, if I start the chain again it can re-connect which is nice. The only thing is that the dashboard lines seems to be a little bit out of order (see image). This is running from a terminal on a Linux machine (Fedora) not sure if it matters but just providing some context. |
Thanks, I will try to replicate and find a solution. |
I'll still merge it, I cannot find a solution as it is without major rewrite. Having a bit dizzy layout, you probably want to restart. Better than a terminal in a bad state |
Describe the bug
The tui crashes if you stop the chain that is listening to.
To Reproduce
Steps to reproduce the behavior:
$ gaiad start
$ gex
Expected behavior
Probably in the routine listening on the port, some error handling could gracefully exit the tool or if possible (maybe more complex), show an error in the
Health
widget.Screenshot
The text was updated successfully, but these errors were encountered: