You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are running in Python 2, and you pass in a (unicode) email or username that contains a non-ascii character, the ValueError that's thrown contains a py2 str message with that non-ascii character, instead of a unicode message containing the actual email or username. This message cannot be formatted by clients, because they can't know the encoding, and in py3 it's not valid.