fifa 19 returns 503 for https://utas.external.s2.fut.ea.com/ut/auth
pubsrc opened this issue · 3 comments
I am working a project and needd to finsih it soon. I am building winform application using this toolkit as DLL. Everything was working but now the below method
protected async Task AuthAsync() (Login request.cs)
the post reques on below line
authResponseMessage = await HttpClient.PostAsync(string.Format(String.Format(Resources.Auth, DateTime.Now.ToUnixTime()), DateTime.Now.ToUnixTime()), new StringContent(httpContent));
return 503 (Service Unavailable).
Response status code does not indicate success: 503 (Service Unavailable).
Can someone help me to fix this?
Were u able to get this fixed? i'm stuck on it now !
Thank's in advance for your answer
@syedbilal228 you said you were working on using this toolkit as a DLL on a winform app.
It was working for you? A time ago I tried to do this but my application just freeze on the login process.
Another question... Do you tried to use it in a Android app to see if it works?
Tanks