Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

names ending in . are "not properly normalized" but error message suggests they ought to be #2699

Closed
kkurian opened this issue May 2, 2018 · 6 comments

Comments

@kkurian
Copy link

kkurian commented May 2, 2018

On master at f537bc5:

>>> cleos create account eosio nev5alcoxwj. EOS8MBHLXtv9AsFJGZYpTANn43bS5z4TBTmE6RFnoXWUeapZV712S EOS5ngmrgD9EfgVDiSCcUXbpCojyPD9TArgc1MBhFaTrp5ANA8mYq -p eosio

<<< Name should be less than 13 characters and only contains the following symbol .12345abcdefghijklmnopqrstuvwxyz
Error Details:
Name not properly normalized (name: nev5alcoxwj., normalized: nev5alcoxwj)

Either the error message is inaccurate or the error is erroneous: The name nev5alcoxwj. is 12 characters taken from the allowed alphabet.

@kkurian
Copy link
Author

kkurian commented May 2, 2018

This 11 character name fails, too: gznbv2ukpu. as do other even shorter names ending in . -- so that's the issue: names ending in . result in the above error apparently independent of the name's length.

@kkurian kkurian changed the title "name not properly normalized" but it is names ending in . are "not properly normalized" but error message suggests they ought to be May 2, 2018
@heifner
Copy link
Contributor

heifner commented May 2, 2018

Names ending in '.' are not allowed.

@heifner heifner closed this as completed May 2, 2018
@kkurian
Copy link
Author

kkurian commented May 2, 2018

@heifner Apparently... but that is not at all clear from the error message. Consider updating the error message?

@heifner
Copy link
Contributor

heifner commented May 2, 2018

What would you suggest?

@kkurian
Copy link
Author

kkurian commented May 2, 2018

"Name must be less than 13 characters, not end with a period, and only contain the following symbols .12345abcdefghijklmnopqrstuvwxyz"

@SpaceShareapp
Copy link

I’m receiving this error message. How can I properly normalize my name? It’s the name eosio assigned me in 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants