We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The lobby server requires game titles to fulfill 2 crieteria:
It seems that these conditions are checked when hosting regular games, but when hosting coop games the ascii condition is not being checked.
Therefore I'm seeing these errors in the server logs:
ClientError[downlords-faf-client]: Title must contain only ascii characters.
Host a coop game with some non-ascii characters. For instance Hëllö Wörld.
Hëllö Wörld
Client side validation should prevent the 'host game' button from being clicked.
No response
Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
The lobby server requires game titles to fulfill 2 crieteria:
It seems that these conditions are checked when hosting regular games, but when hosting coop games the ascii condition is not being checked.
Log file or Error Message
Therefore I'm seeing these errors in the server logs:
Reproduce the bug
Host a coop game with some non-ascii characters. For instance
Hëllö Wörld
.Expected Behavior
Client side validation should prevent the 'host game' button from being clicked.
Screenshots
No response
Additional context
No response
Which Operating System are you using?
Linux
The text was updated successfully, but these errors were encountered: