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.