-
Notifications
You must be signed in to change notification settings - Fork 11
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
[UX] blockchain explorer silently "hangs" if no chain is running #129
Comments
I wasn’t able to recreate this error. When I tried, the blockchain explorer opened just fine for me…? |
The tab opens fine, that’s not the issue. The point is if you have not started a network, then it will open a tab and hang pretending to load block data. It will never complete because in the background it is trying to communicate to a network that is not running and can therefore never fetch the data it is trying to display
… On 27 May 2022, at 16:43, Rob L. ***@***.***> wrote:
I wasn’t able to recreate this error. When I tried, the blockchain explorer opened just fine for me…?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Weird. I think I may have encountered that error before. However, I just tried again but again, wasn't able to recreate the issue. For the record, I made sure that I was not connected to any blockchain, and then tried opening the blockchain explorer for 0-N3 Mainnet, 1-N3 TestNet, and 3-Single-Node.Neo-Express. All worked OK (see screenshot below). Note that I can't connect to the other two blockchains, so connecting to the blockchain explorer for them would be a moot point.. |
Mainnet and Testnet are expected to always work (assuming internet connectivity) because they're always online. The single-node is working because from the explorer-2022-05-30_08.22.37.mp4I think what the above really shows is that this "Neo: Not connected" status bar at the bottom is not what we think it is. If it should represent which chain is running, then it is malfunctioning. If it should represent something else, then whatever it is supposed to be it is not clear and leads to confusion. |
So what I'm trying to suggest with the original issue is to probably look here then when The following screenshot shows that we're failing to connect to the RPC node and that's why we hang indefinitely |
Opening the block chain explorer while the chain is not running gives the following screen
The
Loading...
message suggests it's trying to do something while in reality it will hang there indefinitely. I think the screen should give a different view when the chain is not running or becomes non-responsive.The text was updated successfully, but these errors were encountered: