-
Notifications
You must be signed in to change notification settings - Fork 220
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
Cannot Restore WAX Account #1324
Comments
What's happening during that step is it's performing a transaction against that account to update its active keys. It seems to be getting stuck there, likely due to the account's resources (probably RAM?). If an error occurs at that step, the UI gets stuck... so we'll look to address that in a future update. To get your situation resolved, a few questions for you:
I may have some extra ideas/questions, but figured I'd get those two out of the way first. |
Thanks, I'll respond privately. |
Thanks for the email 👍 I think I've isolated what's going on. The account does indeed lack the required RAM to update the permissions, which is why it's getting stuck. We have added an error handler in our dev build so that it'll at least display this error message. Since this is a pretty common scenario - we have also updated one of Anchor's services to also provide this RAM in instances where this happens on accounts trying to recover. I believe if you try again (no need to update Anchor), you should be able to recover the account now. |
1.3.9 is also now released which actually displays an error instead of just getting stuck at this point in the process: |
Description
I am unable to restore my
WAX
paper backup certificate using "Import from key certificate". Everything seems to work fine and then I get a spinning wheel of death at the "Updating accounts..." display. I'm not doing anything especially strange, just following the prompts, and then it gets stuck at that spinner. See details the Steps to Reproduce section.Platform
Desktop (MacOS)
Steps To Reproduce
Happens using desktop version
1.3.8
on macOS Ventura13.1 (22C65)
.Created an
EOS
andWAX
account on mobile. Backed up to paper certificate so I could migrate to desktop and remove them from mobile. Could not import either from the launch screen after fresh install. Kept getting stuck after all verified with a spinning wheel of death at "Updating accounts..."After multiple attempts, finally got the
EOS
account to import by adding theEOS
blockchain and going to "Import from key certificate" instead. When it worked correctly, it gave me a timer countdown and eventually worked just fine.Then I tried to do the same for
WAX
, added the blockchain, tried to use "Import from key certificate" and tried Option #1 and Option #2 (I really want Option #2) but I always get the spinning wheel of death at "Updating account..." and it doesn't go away after waiting a very long time. I am on a slow (tethered hotspot) at the moment, but nothing too crazy, I'm able to browse websites, etc.Opened up the developer console and I only see some UI related warning that seem irrelevant, and in the network tab I see repeated calls to
get_table_rows
but nothing that looks like an error. When I close the "Updating account..." window then everything goes away, but no account added, and no progress. So I can't restore this account (must have tried over 20 times by now and same results each time).Relevant log output
I don't see any errors in the developer tools.
Anything else?
I was able to hit this endpoint just fine:
https://wax.greymass.com/
The text was updated successfully, but these errors were encountered: