Received malformed data in the host list from the master server

I just tested my App out on the Android. After creating a server with the Android, now when requesting the Host list from the Master server, I get error ‘Received malformed data in the host list from the master server’.

The Android /is/ connected to the WIFI network.

Here is some other interesting stuff.

Creating a server on my iPhone /does/ work;

Client → Server : Result

PC → iPhone : Works
iPhone → PC : Works
iPhone → iPhone : Works
Android → iPhone : Works
iPhone → Android : Failure
PC → Android : Failure
Android → PC : Works
Android → Android : Not tested (likely failure-- we only have one android)
PC → PC : Works

The malformed data seems to be stuck in the master server, and PollHostList doesn’t seem to be getting any data (the .Length variable == 0)

I thought it might have been because I had the gameName = “Gordon’s Game”; but that didn’t seem to fix it when I changed it to gameName =“Test”;

The above message went aqay, but that still doesn’t quite explain why the Android is not able to properly create a server. Any Ideas? Do I need to specifically enable a port on the phone or something like that?