32748 / Join failed: UserId '5F5D6FAE1E954A0CBF0AEF49109E00D9' is expired (JoinMode=0).

Options

Hi,

Now we want to load room by RoomState ,but there is a problem that cannot be solved, please help!

the error info is "32748 / Join failed: UserId '5F5D6FAE1E954A0CBF0AEF49109E00D9' is expired (JoinMode=0).

UnityEngine.Debug:Log (object)

NetSyncConnect:OnJoinRoomFailed (int16,string) (at Assets/MSpace/Scripts/Sync/NetSyncConnect.cs:174)

Photon.Realtime.MatchMakingCallbacksContainer:OnJoinRoomFailed (int16,string) (at Assets/ThirdPlugins/Photon/PhotonRealtime/Code/LoadBalancingClient.cs:4194)

Photon.Realtime.LoadBalancingClient:CallbackRoomEnterFailed "

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options

    Hi @Qin515,

    Thank you for choosing Photon!

    This means that the PlayerTTL has expired after the room has become empty and destroyed.

    So most likely PlayerTTL < EmptyRoomTTL.

    So you will notice this only when the player tries to rejoin.

    But the issue is that the join mode is 0 (default, join) and not 3 (rejoin).