Laptop returns StatusCode 1023 when connecting to PhotonCloud, Unreal C++

Hi!

I have the exact same build on my laptop and workstation but my laptop gets the StatusCode 1023 when connecting to PhotonCloud. The platform is Unreal Engine with the C++ SDK. I'm also using the PhotonCloud service.

Any suggestions? Any help is appreciated.

Comments

  • Hi @undercover.

    This looks like an issue with firewall or router settings of your Laptop preventing it from communicating with the server.

    Please make sure to open ports 5055, 5056 and 5058 for UDP. You might also try if it helps to set the ConnectionProtocol in the Constructor of class LoadBalancing::Client to TCP (open ports 4530, 4531 and 4533 for TCP).