Skip to content
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

Account creation fails for both EOS and TLOS chains #1385

Open
DestBest opened this issue Jan 19, 2025 · 2 comments
Open

Account creation fails for both EOS and TLOS chains #1385

DestBest opened this issue Jan 19, 2025 · 2 comments
Labels
anchor bug Something isn't working

Comments

@DestBest
Copy link

DestBest commented Jan 19, 2025

Description

Account creation fails for both EOS and TLOS chains.
UI report "Error This Account Name has already been taken." even though the name is not taken.

The dev console of Anchor shows a 400 error on the POST request of name "account_query_exception" to:
https://eos.greymass.com/v1/chain/get_account for EOS
https://telos.greymass.com/v1/chain/get_account for Telos

Platform

Desktop (Linux)

Steps To Reproduce

On Linux 24.04 LTS using Anchor 1.3.12 .AppImage

  1. Download AppImage
  2. Import an account (may be optional)
  3. Go to Tools => Create Account
  4. Fill out the form (with an account name that is not taken)
  5. Encounter the bug without being able to continue account creation

Relevant log output

From dev tools Network tab:
{
    "code": 400,
    "message": "Account lookup",
    "error": {
        "code": 3060002,
        "name": "account_query_exception",
        "what": "Account Query Exception",
        "details": [
            {
                "message": "unable to retrieve account info (unknown key (boost::tuples::tuple<bool, eosio::chain::name, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type>): (0 exmarfon1234))",
                "file": "chain_plugin.cpp",
                "line_number": 2594,
                "method": "get_account"
            }
        ]
    }
}

Contact Details

[email protected]

Anything else?

The Wombat wallet chrome extension is also encountering issues with account creation on EOS but is working on TLOS.

The EOS authority website also seems to be encountering an issue with account creation that may be linked to this bug:
"An error occurred. It could be related to the input or the account creation service is down. Please try again"

@DestBest DestBest added anchor bug Something isn't working labels Jan 19, 2025
@DestBest
Copy link
Author

This is a duplicate of #1378 but on a different OS and this one has more details to locate the bug so I won't delete it myself

@aaroncox
Copy link
Member

I believe this is the result of a breaking change in the Antelope/EOSIO APIs, which is likely why so many services/apps are impacted. Some services may still be operational (like it working on TLOS) because they are running older API versions.

The quickest way I think we'll be able to create some sort of solution is migrating this functionality over to Unicove.com. This would allow any Anchor user (or users of any wallet) to login and perform the required actions to create an account.

I've created an issue on Unicove to track this: greymass/unicove#338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anchor bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants