Weird error on LeaveRoom

Options
Hi, I'm trying to leave my current room (which was working before as I remember) and now I get an error saying this:

Operation failed: OperationResponse 254: ReturnCode: -2

Since that doesnt say anything useful to me, I wonder what is it, can someone help me?

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @Wolf1806,

    Thank you for choosing Photon!

    254 is the code for the operation LeaveRoom.
    -2 error code is InvalidOperationCode:
    The operation you called is not implemented on the server (application) you connect to. Make sure you run the fitting applications.

    You are probably calling LeaveRoom while not inside a room.
  • Wolf1806
    Options
    JohnTube said:

    Hi @Wolf1806,

    Thank you for choosing Photon!

    254 is the code for the operation LeaveRoom.
    -2 error code is InvalidOperationCode:

    The operation you called is not implemented on the server (application) you connect to. Make sure you run the fitting applications.

    You are probably calling LeaveRoom while not inside a room.
    Thats really strange, because I clearly am in a room. In this same room I can start the match, change room state, see other members displaying correctly, see the ping, everything, but I can't leave. That's really strange.