PUNVoice: Getting into game failed, client stays on masterserver Error?

Options
Hi, I have added photon voice in unity and when I execute my project I get this error:

PUNVoice: Getting into game failed, client stays on masterserver: OperationResponse 226: ReturnCode: -1

My prefab is instantiated in OnJoinedRoom but I get this error and I don't know what is the problem.

Answers

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @yordy1900,

    How often do you see this error?
    Is it still happening?
  • dooDaddy
    Options
    Hello. Just came back to the forum to report this error.

    PUNVoice: Getting into game failed, client stays on masterserver: OperationResponse 226: ReturnCode: 32762 (Failed to get server instance.). Parameters: {}.


    I get it when I'm in offline mode, about 50% of the time, so not every launch (in the editor).

    Thanks!
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    @dooDaddy

    I do not think Voice has offline mode yet, PUN does however. This should explain why Voice client still tries to communicate with servers even if PUN is in offline mode. We should see when and why this happens.
    The "Failed to get server instance" error should not happen usually unless there are issues with our servers. If you do see it report it asap.