You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use PlayfabParty on Unity 2019.1.6f1 and there are a lot of error codes that I don't know what caused it and how to fix it. Right now, I just force it to leave network and create a local user then create/join a new network when it calls OnError.
But, with android build and with some testing I come across these error codes that makes the user can't create/join network (some probably don't cause these but I would like the proper solution as to how to handle these errors) :
Code : 4331 Message : an unexpected error code was returned by the PlayFab service
Code : 4190 Message : authentication was attempted for a user that is already authenticated
Code : 4169 Message : the chat control is already in the specified network
Code : 4133 Message : cannot create an endpoint because the limit specified by the network configuration has been reached
Code : 4251 Message : the network descriptor is a placeholder that cannot be used on this device at this time
Code : 4 Message : invalid argument specified
Code : 4295 Message : this device was disconnected from the Party network because it had no authenticated users for an extended period of time
Code : 63 Message : failed to establish or maintain a connection to a network or remote peer
The text was updated successfully, but these errors were encountered:
I use PlayfabParty on Unity 2019.1.6f1 and there are a lot of error codes that I don't know what caused it and how to fix it. Right now, I just force it to leave network and create a local user then create/join a new network when it calls OnError.
But, with android build and with some testing I come across these error codes that makes the user can't create/join network (some probably don't cause these but I would like the proper solution as to how to handle these errors) :
The text was updated successfully, but these errors were encountered: