-
Notifications
You must be signed in to change notification settings - Fork 137
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
wallet randomly loses access to the local node #561
Comments
Wallet V : 5.0.1 still getting that Error when the wallet trying to connect to the node.
|
Unfortunately I am not able to reproduce |
Understandable @jaspervdm , it is a weird problem and not easy to reproduce... I think I have an idea, maybe we can use some simple tool to proxy local traffic between wallet and the node and record the exact request from the wallet and response from the node? The error says If we set the log level to |
I see the node become unresponsive also. One cause for sure is when the node goes into a "rewind" loop it becomes unresponsive to the APIs (and everything else too). This issue is being tracked by mimblewimble/grin#3483 |
Here is an additional possible/likely cause: |
since that bug, i'am unable to use the wallet on my mac os ( i tried all possible solutions) |
Maybe not related. But also I noticed that very often the node fails to send the initial Hand message to perform the Handshake. |
After more testing, what I noticed is that the API became unresponsive.
|
Describe the bug
During the grinnode.live Winter 2020 Bug Bash Challenge multiple testers (@mojitoo, @chandrashekar10 and myself) observed that at some point wallet is no longer able to reach local node.
@chandrashekar10 report
@mojitoo report
our reproduction report
The only reason the affected test cases could be completed was ability to use grinnode.live as remote node, otherwise wallets could not get synced.
To Reproduce
We were not able to correlate what caused the local node to become unreachable. For 3 of 9 testers it just started to occur at some point. We cannot provide detailed steps, but according to our observations if sufficient amount of people installs the node and wallet and uses it long enough a third of them will lose access to locally running node.
Expected behavior
We would expect the locally running node to always be reachable as long as it is properly configured.
Screenshots
N/A
Desktop (please complete the following information):
@mojitoo environment
@Chandrashekar environment
Our environment
Additional context
@chandrashekar10 report
@mojitoo report
our reproduction report
The text was updated successfully, but these errors were encountered: