-
Notifications
You must be signed in to change notification settings - Fork 224
Description
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
- Download AppImage
- Import an account (may be optional)
- Go to Tools => Create Account
- Fill out the form (with an account name that is not taken)
- 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
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"