OperationResponse 230 - Can't join room

Options
Hello!

So I discovered a problem that I do not know the cause of.
If I run the PUN Voice demo (TestVoice-Scene) that is included in the PUN voice package, and following try to connect normally to my server, I get the error:
OperationResponse 230: ReturnCode: 0.
The only solution for this problem is to restart Unity.
Why does this happen? If I don't run the voice test, there's no problems. It only happens if I run the voice test first.

Cheers!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited March 2017
    Options
    Hi @Skegon,

    Thank you for choosing Photon!

    I can't seem to understand the issue here?
    OperationResponse 230: ReturnCode: 0.

    This is not an error. In fact 0 is a successful return code and 230 operation code is for Authenticate operation.

    Are you self hosting and trying to connect to your own server?
    Is this about Photon Voice or PUN only?
  • Skegon
    Skegon
    edited March 2017
    Options
    The issue is just that after running said unity scene in the PUN voice test demo, no further connections are allowed before I restart Unity. Everything gets stuck on the clientstate: "ConnectedToMaster" and hangs there. :)
    I'm not sure if the problem lies in PUN or Photon Voice, but it's PUN that fails to connect after running the scene.
    Btw, this happens on all the PC's I have tried it on.