Struggling in Tutorial..

Options
good day,

so i am going throught the Photon official tutorial and am struggling a little with this error:

JoinRandomRoom failed. Client is on MasterServer (must be Master Server for matchmaking) but not ready for operations (State: ConnectingToNameServer). Wait for callback: OnJoinedLobby or OnConnectedToMaster.

"Client is on MasterServer (must be Master Server for matchmaking)", so i AM on the masterserver, but it still tells me that im not.. ?

any ideas?

Comments

  • Necrohunter
    edited March 2020
    Options
    --
  • Tobias
    Options
    Well. Yes, you technically are on the Master Server but the connection is not completely setup.
    Your state is ConnectingToNameServer, which is still in the process.

    There is a callback you should wait for, which tells you the connection is ready. Join from inside that one.