Authentication failed: 'Unknown operation code 230' Code: -1

When I try to my Photon MMO through a localhost, I get this error: Authentication failed: ‘Unknown operation code 230’ Code: -1
I get the same error when I try to run the Photon Viking demo, so I don’t think it’s a script problem. I’m also having trouble connecting through the photon cloud, or by using my IP.
When I try to connect through my IP, or through the Photon cloud, I get this: TimeoutDisconnect while connecting to: 161.38.221.171:5055. Check if the server is available.

Or: TimeoutDisconnect while connecting to: app.exitgamescloud.com:5055. Check if the server is available.

Anyone know what might be going on? I thought my school’s internet might be blocking me, but I should still be able to use localhost. I still need to test this on my home network, however I really need to make sure it works at school so I can properly present this.

Your Photon server is obviously up and running but maybe you started the “Default” instance. This doesn’t provide the Cloud specific loadbalancing workflow needed by the demos.
For the PUN demos, always start “LoadBalancing (MyCloud)” through the PhotonControl.

Yeah, I actually figured this out myself, but thanks.
I still can’t figure out why localhost isn’t working though. Even without Photon Server running, the localhost should work, right?