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

Login error #454

Closed leomuzicarvalho closed 5 years ago

leomuzicarvalho commented 5 years ago

Hello, I was easily and normally using the API these days.... but I think EA changed something, first my token became invalid and the API told me to delete it. then this login error in debug:

fut.log

and this in the prompt traceback:

Traceback (most recent call last): File ".\main.py", line 4, in mybot = botCore.bot() File "C:\Users\leomu\OneDrive\Área de Trabalho\FUT bot\botCore.py", line 23, in init self.session = fut.Core(self.email, self.password, self.secret_answer, cookies='fut.cookies', debug=self.debug) File "C:\Users\leomu\AppData\Local\Programs\Python\Python35\lib\site-packages\fut-0.4.2-py3.5.egg\fut\core.py", line 323, in init File "C:\Users\leomu\AppData\Local\Programs\Python\Python35\lib\site-packages\fut-0.4.2-py3.5.egg\fut\core.py", line 443, in launch File "C:\Users\leomu\AppData\Local\Programs\Python\Python35\lib\site-packages\fut-0.4.2-py3.5.egg\fut\core.py", line 359, in login fut.exceptions.FutError

Thanks in advance for any kind of help!

leomuzicarvalho commented 5 years ago

Nevermind, guys! I wast getting a error login in origin due to captcha need. Did it, and finished the issue then.