futapi / fut

fut is a simple library for managing Fifa 19 Ultimate Team.
GNU General Public License v3.0
316 stars 138 forks source link

Error on login #302

Open arcedesigns opened 6 years ago

arcedesigns commented 6 years ago

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

oczkers commented 6 years ago

Looks like Your error is indicating:

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

Please recheck credentials and code

arcedesigns commented 6 years ago

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

arcedesigns commented 6 years ago

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

what i have to do to solve that

oczkers commented 6 years ago

Have You created club and played few matches with it?

buddy274 commented 6 years ago

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 commented 6 years ago

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

oczkers commented 6 years ago

@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?

buddy274 commented 6 years ago

Thx a lot, I forgot the platform...