fut icon indicating copy to clipboard operation
fut copied to clipboard

Error on login

Open arcedesigns opened this issue 8 years ago • 8 comments

I get this error when i input the 2factor code

Traceback (most recent call last): File "fifa.py", line 2, in <module> fifa = fut.Core('myemail','password','answer') File "C:\Users\PC\AppData\Local\Programs\Python\Python36-32\lib\site-packages\fut-0.3.0-py3.6.egg\fut\core.py", line 270, in __init__ File "C:\Users\PC\AppData\Local\Programs\Python\Python36-32\lib\site-packages\fut-0.3.0-py3.6.egg\fut\core.py", line 416, in __login__ fut.exceptions.FutError

arcedesigns avatar Oct 15 '17 21:10 arcedesigns

Looks like Your error is indicating:

raise FutError(reason='Error during login process - provided code is incorrect.')

Please recheck credentials and code

oczkers avatar Oct 15 '17 22:10 oczkers

is all right, i tried with 2 account, i input the code with de numpad :/

arcedesigns avatar Oct 15 '17 22:10 arcedesigns

raise FutError(reason='Error during login process (no persona found).')

what i have to do to solve that

arcedesigns avatar Oct 17 '17 23:10 arcedesigns

Have You created club and played few matches with it?

oczkers avatar Oct 18 '17 13:10 oczkers

I've got the same problem as @arcedesigns . My credentials are correct though. My code has only 3 Lines:

`import fut

fut = fut.Core('myEmail', 'myPassword', 'myAnswer')

fut.credits`

How can I solve the problem? Thx!

buddy274 avatar Oct 22 '17 11:10 buddy274

...anyone? My club exists and the transfermarket is open...

buddy274 avatar Oct 24 '17 09:10 buddy274

@buddy274 please note that default platform is pc, if You want other please change platform param to ps3/ps4/xbox

TODO?: platform independent (check persona). Is it possible to get few platform licences on one account?

oczkers avatar Oct 24 '17 18:10 oczkers

Thx a lot, I forgot the platform...

buddy274 avatar Oct 25 '17 15:10 buddy274