Search Unity

Internal error while attempting to connect to master server

Discussion in 'Multiplayer' started by DLGScript, Jan 23, 2015.

  1. DLGScript

    DLGScript

    Joined:
    Jul 15, 2012
    Posts:
    272
    I succeed to make a connection for my app multiplayer game.
    yesterday the connection works but today I'm getting this error:
    Internal error while attempting to connect to master server
    This is the MasterServer IP and PORT I'm using:
    MasterServer.ipAddress = "67.225.180.24";
    MasterServer.port = 23466;

    Why is it happening?
     
  2. DLGScript

    DLGScript

    Joined:
    Jul 15, 2012
    Posts:
    272