Open nicogrch opened 6 years ago
First i dont know if this is your real password or not, but it is a good practise to just delete everything on line session = fut.Core(...) Second, i am also getting a similar error when trying to execute some commands, i think this is because of the captcha - anticaptcha_client_key, this is just a guess. have you tried to login from the app for example as when i try to login from the app i sometimes get an catcha and when it is working again. I still dont get it when it is working and when not
Hello everyone,
I am trying to access the Core() part, but I didn't success to log in. I have used my email adress and password (the one I use for EA Sport on my PS4 account) as well as the answer for my security question but I got an error.
Traceback (most recent call last):
File "", line 1, in
session = fut.Core('nicogrh1@hotmail.com', 'CoinCoin00714!', 'breton', platform = 'ps4' , sms=False)
File "C:\Users\Nicolas\Anaconda3\lib\site-packages\fut\core.py", line 323, in init proxies=proxies, anticaptcha_client_key=anticaptcha_client_key)
File "C:\Users\Nicolas\Anaconda3\lib\site-packages\fut\core.py", line 443, in launch self.login(email=email, passwd=passwd, code=code, totp=totp, sms=sms)
File "C:\Users\Nicolas\Anaconda3\lib\site-packages\fut\core.py", line 359, in login raise FutError(reason=failedReason)
FutError
Any idea what I did wrong?