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
There are some cases when players neither got a EpicGames name nor an external auth name. (eg. for darkxdrift1242)
This causes a problem with str(user): TypeError: __str__ returned non-string (type NoneType). I believe this is an unexpected error. Maybe a string 'null' or 'none' might be better.
The text was updated successfully, but these errors were encountered:
There are some cases when players neither got a EpicGames name nor an external auth name. (eg. for
darkxdrift1242
)This causes a problem with
str(user)
:TypeError: __str__ returned non-string (type NoneType)
. I believe this is an unexpected error. Maybe a string 'null' or 'none' might be better.The text was updated successfully, but these errors were encountered: