trydis / FIFA-Ultimate-Team-Toolkit

FIFA Ultimate Team Toolkit
MIT License
233 stars 110 forks source link

Unable to login using the toolkit #316

Closed aftershock9 closed 7 years ago

aftershock9 commented 7 years ago

Since the past few days, I haven't been able to login with the toolkit with my bot. I keep on receiving the status code of 500.

  1. Has something change with the fifa webapp?
  2. Is anyone else experiencing the same issue?
lkuklis commented 7 years ago

Yeah, they've made some changes to WebApp. You can look at this but no one managed to fix this yet.

lkuklis commented 7 years ago

Finally managed to fix that. To login by toolkit two lines need change 165: var route = $"https://utas.external.{(platform == Platform.Xbox360 || platform == Platform.XboxOne ? "s3" : "s2")}.fut.ea.com:443";

and `176: HttpClient.AddRequestHeader(NonStandardHttpHeaders.Route, "https://utas.external.fut.ea.com");

The thing is that on web request there is X-UT-Route:https://utas.external.s3.fut.ea.com:443 but when I am logging to PS3 it works only for ...external.s2....

Even though there is still problem with other requests

artielange commented 7 years ago

FutHome changed too for PS, host is utas.external.s2.fut.ea.com

Seems ok for now, Can't confirm for xbox

lkuklis commented 7 years ago

@artielange are you able to make other requests or you also get an error ?

artielange commented 7 years ago

Working fine here

ZardoZ70 commented 7 years ago

Working fine here, too. Tested for PS4 and WebApp login.

JoaoFelipePego commented 7 years ago

Some of you had your account banned after consecutive logins through the Toolkit?

aftershock9 commented 7 years ago

Will someone be able to pay it forward with a pull request?

Thank you kindly

trydis commented 7 years ago

@artielange submitted https://github.com/trydis/FIFA-Ultimate-Team-Toolkit/pull/317.

trydis commented 7 years ago

Merged the PR and pushed a new NuGet package.

aftershock9 commented 7 years ago

Thanks, this issue can now be closed.