The webapp errors out if all of the letters have been assigned and instead a number is to be recorded.
Error message:
File "/app/web/app.py", line 45, in get_identifier
print("Assigning " + identifier + " to " + name)
TypeError: must be str, not int
The webapp errors out if all of the letters have been assigned and instead a number is to be recorded.
Error message:
```
File "/app/web/app.py", line 45, in get_identifier
print("Assigning " + identifier + " to " + name)
TypeError: must be str, not int
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The webapp errors out if all of the letters have been assigned and instead a number is to be recorded.
Error message: