unknown error

GetRegions failed. Can't provide regions list. ReturnCode: -2: Empty application id
UnityEngine.Debug:LogError(Object)
Photon.Realtime.LoadBalancingClient:DebugReturn(DebugLevel, String) (at Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:2480)
Photon.Realtime.LoadBalancingClient:OnOperationResponse(OperationResponse) (at Assets/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:2710)
ExitGames.Client.Photon.PeerBase:DeserializeMessageAndCallback(StreamBuffer)
ExitGames.Client.Photon.EnetPeer:DispatchIncomingCommands()
ExitGames.Client.Photon.PhotonPeer:DispatchIncomingCommands()
Photon.Pun.PhotonHandler:Dispatch() (at Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:223)
Photon.Pun.PhotonHandler:FixedUpdate() (at Assets/Photon/PhotonUnityNetworking/Code/PhotonHandler.cs:149)


I do not know how to solve this error, there is nothing similar on the Internet. If anyone knows help (for more details describe the solution to this problem) Thanks!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited January 2021
    Hi @Cipollino,

    Thank you for choosing Photon!

    What Photon Server version do you use? I assume v5?
    What PUN 2 version do you use?
    How do you connect to Photon Server? if it's using ConnectUsingSettings, what are your PhotonServerSettings setup?

    A workaround would be to set an AppId or a FixedRegion:"EU".
    This is related to the Nameserver.json configuration.