So I have some weird problems with Playfab.
Looks similar to the previous problems before 1.2.161 .
Along all devices (including Desktop) we get a lot of these errors:
ERROR:SCRIPT: Unable to create HTTP connection to 'https://TitleId.playfabapi.com/Client/LoginWithCustomID?sdk=DefoldSdk_0.59.190625'. No route to host? DEBUG:SCRIPT: { --[[0x10bcefed0]] error = "ServiceUnavailable", errorCode = 1123, code = 0, status = 0, errorMessage = "Could not deserialize reseponse from server: " }
Most of the time we actually can see that the http call went through but the response is not handled.
BUT also (and this could be nonrelated issue) on a certain device (Razor 1) we constantly get the following error:
ERROR:SCRIPT: HTTP request to 'https://78CC.playfabapi.com//Client/GetPlayerCombinedInfo' failed (http result: -1 socket result: -3)
Feels really shaky and it’s hard to understand why as we can without problem use internet in any other app.