Invalid authentication type. Only Token auth supported by master and gameserver

peyman
✭
OperationResponse 230: ReturnCode: 32767 (Invalid authentication type. Only Token auth supported by master and gameserver)
what dose this mean? i didnt use authentication
i just download photon server and run it on my own server but i getting this error
what dose this mean? i didnt use authentication
i just download photon server and run it on my own server but i getting this error
0
Comments
-
hi, @peyman
that means that you have to send auth operation to nameserver first. you will get token in response. that token should be used during authentication on master. Create/Join/JoinRandom game response that you get from master also returns token that should be used for authentication on GS
best,
ilya0 -
Hey Ilya
Thank you for your response. I see your point, but you see the problem is that I don't want to connect to GS, so I'm not using any authentication. We get the same error on our server, even when running the photon demos. Has photon recently changed to remove the no-authentication feature and I'm not aware of?0