Skip to content

Account creation fails for both EOS and TLOS chains #1385

@DestBest

Description

@DestBest

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

be.destbest@gmail.com

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    anchorbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions