We had exactly this, it turned out to be an issue with the proxy. ScratchJr gave us two solutions:
1. turn airplane mode on
2. Add the following line of code to the FindProxyForURL function in the .pac file:
if (shExpMatch(host, "localhost")||shExpMatch(host, "127.0.0.1")) return "DIRECT";