Closed adrian-golian closed 4 years ago
The function does not get executed at all. I'm trying to find a solution for this, but it's taking a few moments so far.
This is probably not an error with the game engine. I can call this endpoint like this, successfully:
curl -i -X GET -H "Content-Type: text/plain; charset=ISO-8859-1" <BASE PATH>/games/ab0adc2c-28a4-4f54-9652-ff6156277507/join? --data-ascii "nickname=Xylophonic_Xólotl"
Opened Blef-team/blef_ios_app#28 to handle this issue. If you agree, we can close this.
I have been able to locally (on Windows) transform the problem into the (possibly less disturbing) problem present in this link by using percent encoding - that is, Xólotl
becomes X%C3%B3lotl
.
But the latter problem is Windows-specific and our API is running on Linux so I agree that, long story short, we can close this issue.
Closing.
Observed behaviour: