I’m using Nakama Authentication (Facebook) it was working fine till 29 of August but now it stopped working with this error
Curl error 52: Empty reply from server
[NakamaSessionManager]: An error has occured reaching Nakama server; message: Received no data in response; code:-1
HI @Muhammad079 welcome to the Heroic Labs community. It sounds like your Nakama server is unreachable. Could you check that it is running and/or try restarting or re-installing it?
Hey @sean I tried several times but it didn’t help
Hello,
This is not working for us as well. The server is up and running and we are able to connect and authenticate with these methods: “AuthenticateCustomAsync” and “AuthenticateDeviceAsync” but facebook authentication using “AuthenticateFacebookAsync” is not working. We are using storage as well and that is working fine.
Here is the stack trace from unity on top of the above error message: Could you guys please check at your end.
IndexOutOfRangeException: Index was outside the bounds of the array.
Nakama.TinyJson.JsonParser.ParseValue (System.Type type, System.String json) (at <26538c37315c4991bce316a9f74da7bc>:0)
Nakama.TinyJson.JsonParser.FromJson[T] (System.String json) (at <26538c37315c4991bce316a9f74da7bc>:0)
Nakama.ApiClient+d__14.MoveNext () (at <26538c37315c4991bce316a9f74da7bc>:0)
— End of stack trace from previous location where exception was thrown —
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at :0)
System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at :0)
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at :0)
System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at :0)
System.Runtime.CompilerServices.TaskAwaiter1[TResult].GetResult () (at <eae584ce26bc40229c1b1aa476bfa589>:0) Nakama.Client+<AuthenticateFacebookAsync>d__34.MoveNext () (at <26538c37315c4991bce316a9f74da7bc>:0) --- End of stack trace from previous location where exception was thrown --- System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () (at <eae584ce26bc40229c1b1aa476bfa589>:0) System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0) System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0) System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) (at <eae584ce26bc40229c1b1aa476bfa589>:0) System.Runtime.CompilerServices.TaskAwaiter
1[TResult].GetResult () (at :0)
@Muhammad079 @faisal can you share the server logs rather than the client logs for whether you can see the issue described there? Also please share what version of the game server you’re on. We recently updated Nakama to support the v11 Graph API from Facebook but you’ll need to be on the latest version of the server for it to be used.