DisconnectException

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 Fusion.

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.

DisconnectException: None, Failed Operation with Reason: Ok

kirkokuev
2023-04-19 10:27:45

Hello, we have a problem with adding custom authentication to our project.

So we have replicated the code from Fusion BR Sample for networking operations. It works when no authentication is enabled.

Then we added custom authentication provider, that allows us to authenticate users. We have tested it and it works fine, with correct authorization it returns

{ "ResultCode": 1, "UserId": "SomeUniqueStringId" }

to Photon.

But, when we try to implement it with the client code we receive following in logs:

And the player is never instantiated.

I have also tried to put this code in the clean Fusion BR project and it also breaks the connection. Without authentication everything works perfectly.

I am doing authentication like this on the client

I don't understand what is "DisconnectException: None" and "Failed Operation with Reason: Ok".

Please advise?

Thanks!

Comments

Back to top