Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FutError error on Loggin #443

Open
nicogrch opened this issue Nov 11, 2018 · 1 comment
Open

FutError error on Loggin #443

nicogrch opened this issue Nov 11, 2018 · 1 comment

Comments

@nicogrch
Copy link

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('[email protected]', '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?

@bulgariamitko
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants