OperationResponse 230

The whole answer can be found below.

Please note: The Photon forum is closed permanently. After many dedicated years of service we have made the decision to retire our forum and switch to read-only: we've saved the best to last! And we offer you support through these channels:

Try Our
Documentation

Please check if you can find an answer in our extensive documentation on PUN.

Join Us
on Discord

Meet and talk to our staff and the entire Photon-Community via Discord.

Read More on
Stack Overflow

Find more information on Stack Overflow (for Circle members only).

Write Us
an E-Mail

Feel free to send your question directly to our developers.

OperationResponse 230: ReturnCode: 32755 (Authentication type 'None' not supported). Parameters: {}

Tehmasip
2022-04-08 18:15:47

Getting this error while simply authenticating

Comments

pokemon9757
2022-04-09 03:05:07

I got the same issue as you just as I got back to my old project today XD Mine got fixed by heading to Photon Dashboard, choose "Manage" for your project, roll to the Authentication section and press "Delete" for any authentication method there. Then it simply works for me with PhotonNetwork.ConnectUsingSettings()

Turns out I was playing with Facebook Authentication a long time ago, never got it to work, but forgot about it and left the project there as an error until now :p

Back to top