[Bug Report] Zone Name isn't properly converted

I have two suggestions for this:

  • Display an actual error message whenever updateFightsAndParticipantsFailed is called so people aren’t wondering why it’s stuck on the loading screen.
  • Assuming the server uses PHP, something like preg_replace(’/[^\x20-\x7E]/’, ‘’, $data) should solve the problem by removing all characters outside the range of 32 and 126 which should contain all regular ASCII characters.

This thread seems to be related to the same problem and contains more logs with the same problem: Recent logs stuck on "Loading Data..." forever