shigeyukey / my_addons

3 stars 0 forks source link

🏆️Anki Leaderboard : Sign-up Error, This username is too long #48

Open shigeyukey opened 2 months ago

shigeyukey commented 2 months ago
          @shigeyukey why does this happen?
$ curl -L -d '{"email":"ignore@gmail.co", "username":"tester", "pwd":"hunter2", "syncDate":'$(date +%s)', "version":"v4.0-shige"}' https://shigeyuki.pythonanywhere.com/api/v2/signUp
<h1>Sign-up Error</h1>This username is too long. The username must have less than 15 characters and can't contain any of these characters: 🥇🥈🥉

The old code indicates username is pretty much the first thing checked, and 7 characters is definitely not too long. Nor is it too short. Nor does it contain any strange characters. What gives?

_Originally posted by @bqv in https://github.com/ThoreBor/Anki_Leaderboard/issues/238#issuecomment-2327595414_