Playfab login failed (SOLVED)

Most of times if i start project in editor it can’t login to playfab and show following error

ERROR:SCRIPT: HTTP request to 'https://MY_KEY.playfabapi.com/Client/LoginWithCustomID' failed (http result: -1  socket result: -5)
DEBUG:SCRIPT: 
{
  status = 0,
  response = ,
  headers = {
  }
}

DEBUG:SCRIPT: Login Failed: Could not deserialize reseponse from server: 

status and response is just a pprint(httpResponse) from every response created by playfab (i’ve added this manualy for debug purpose).

But. even if response is failed - in the playfab dashboard i see that user logged in. And sims like if run project in browser this error does not appear.

Hmm, can you reproduce the problem on another computer or on another network?

I’ll try to collect more data. Right now i just see that on MacOS everything is ok. problem occurs only on windows.

Do you happen to have any AV installed which inspects your web traffic? If you do test having it disabled once while running?

Ok, it’s time to bump up this topic, as there is no solution and I’m having an identical issue - I turned off AV and I’m still unable to log in. My brother tried on the other PC, but with same result. We tried with the PlayFab example from @britzl. We also changed the titleId to my titleId from Playfab (I was using Playfab last year and it worked then :confused: ) and still we are unable to log in :confused: Maybe someone has a solution?

@jhonny.goransson and @Mathias_Westerdahl are working on this and related issues this sprint. We will update our SSL library and we are looking into failed HTTP(S) requests as well, for instance when connecting to PlayFab servers on Windows. Unless something unexpected happens it will be fixed in the next release.

3 Likes

Solved in 1.2.162

2 Likes