-
Notifications
You must be signed in to change notification settings - Fork 974
Ledger recovery should be aware of network status and give appropriate errors when the connection is down. #4720
Comments
- only perform check if payments are enabled - check using Array.prototype.some (which returns on first truthy result) Auditors: @mrose17
@bsclifton did you mean to close this? |
it shouldn't have been closed. i did the first part, but now it's up to you!!! |
Looks like the self-closing keywords from the commit unintentionally closed it 😄
|
rather amusing... |
@bsclifton - can we close this one too? |
@mrose17 reading through your commit I'm still not sure how I can differentiate between a network error and a failed recovery (bad keys). Can you help me understand how to do this UI work? Thanks!! |
here is the answer: look at |
It seems this is not fixed. I followed the same steps after restarting the browser but it did not work either |
In my case, the breakage was a bit nuanced. When the network connection was restored, somewhere in the middle of my machine-gunning the control, the recovery keys were accepted. cc @bsclifton |
Moved to 0.13.3 |
Removing milestone for now and putting on backlog- we're tracking in Asana. Will update once we have prioritized |
Closing at @mrose17 direction. |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
While trying to recover a wallet, my network connection went down. The error message from the system indicated that my keys were somehow incorrect. Once the network connection was restored, the keys worked without issue.
Expected behavior:
The system should display appropriate error messages.
Tested on OS X
0.12.5
Test Plan
The text was updated successfully, but these errors were encountered: