-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Hello, here is the error I have every time I try to log in
fut = fut.Core('mail' , 'pass' ,'secret', 'pc',debug=True)
File "D:\autres\téléchargements\fut-master\fut\core.py", line 323, in init
proxies=proxies, anticaptcha_client_key=anticaptcha_client_key)
File "D:\autres\téléchargements\fut-master\fut\core.py", line 578, in launch
raise FutError(reason='Error during login process (no persona found).')
fut.exceptions.FutError
When I erase cookies.txt and token.txt I'm asked a code again but when I enter it I find this error again
Here is the debug.txt content
2020-07-06 22:24:11,833 [DEBUG] [urllib3.connectionpool] _new_conn: Starting new HTTPS connection (1): accounts.ea.com:443 (line 815)
2020-07-06 22:24:12,331 [DEBUG] [urllib3.connectionpool] _make_request: https://accounts.ea.com:443 "GET /connect/auth?accessToken=QVQxOjMuMDozLjA6MjQwOmF3eTVsNGQybVpQalhiYVluRUZMYmNMN25xcHJacFloMGlqOjM2ODIxOnBhcDJy&client_id=FIFA-20-WEBCLIENT&response_type=token&release_type=prod&display=web2%2Flogin&locale=en_US&redirect_uri=https%3A%2F%2Fwww.easports.com%2Ffifa%2Fultimate-team%2Fweb-app%2Fauth.html&scope=basic.identity+offline+signin HTTP/1.1" 302 0 (line 396)
2020-07-06 22:24:12,334 [DEBUG] [urllib3.connectionpool] _new_conn: Starting new HTTPS connection (1): www.easports.com:443 (line 815)
2020-07-06 22:24:12,467 [DEBUG] [urllib3.connectionpool] _make_request: https://www.easports.com:443 "GET /fifa/ultimate-team/web-app/auth.html HTTP/1.1" 200 819 (line 396)
2020-07-06 22:24:12,490 [DEBUG] [urllib3.connectionpool] _make_request: https://www.easports.com:443 "GET /fifa/ultimate-team/web-app/ HTTP/1.1" 200 1397 (line 396)
2020-07-06 22:24:12,492 [DEBUG] [urllib3.connectionpool] _new_conn: Starting new HTTPS connection (1): gateway.ea.com:443 (line 815)
2020-07-06 22:24:12,930 [DEBUG] [urllib3.connectionpool] _make_request: https://gateway.ea.com:443 "GET /proxy/identity/pids/me HTTP/1.1" 200 917 (line 396)
2020-07-06 22:24:12,933 [DEBUG] [urllib3.connectionpool] _new_conn: Starting new HTTPS connection (1): utas.mob.v2.fut.ea.com:443 (line 815)
2020-07-06 22:24:13,158 [DEBUG] [urllib3.connectionpool] _make_request: https://utas.mob.v2.fut.ea.com:443 "GET /ut/shards/v2 HTTP/1.1" 200 373 (line 396)
2020-07-06 22:24:13,161 [DEBUG] [urllib3.connectionpool] _new_conn: Starting new HTTPS connection (1): utas.external.s2.fut.ea.com:443 (line 815)
2020-07-06 22:24:13,400 [DEBUG] [urllib3.connectionpool] _make_request: https://utas.external.s2.fut.ea.com:443 "GET /ut/game/fifa19/user/accountinfo?filterConsoleLogin=true&sku=FUT19WEB&returningUserGameYear=2018 HTTP/1.1" 200 400 (line 396)
Can you please help me out?