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:
Yeah, the issues i investigated were twofold between ssl and DNS, but try using http and not https first. If that doesnt work we can look at it in more detail!
Been trying everything now. I just can confirm that it is just throwing errors randomly on very stable internet.
Unfortunately Playfab doesn’t accept http at all it seems (getting immediate error).