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 failure #433

Closed homemdacosta closed 5 years ago

homemdacosta commented 5 years ago

Hi,

As noticed by some folks, Just some minutes ago something changed on the login process. I'm now receiving the following error:

Traceback (most recent call last):
  File "<input>", line 1, in <module>
  File "C:\Users\homem\PycharmProjects\fut\fut\core.py", line 323, in __init__
    proxies=proxies, anticaptcha_client_key=anticaptcha_client_key)
  File "C:\Users\homem\PycharmProjects\fut\fut\core.py", line 699, in __launch__
    platform=platform)
  File "C:\Users\homem\PycharmProjects\fut\fut\pin.py", line 37, in __init__
    self.rel = re.search('rel:"(.+?)"', rc).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Perhaps something changed on the files that EA send back.

DonZlp commented 5 years ago

There was an update of web app. Did you solve the problem?

asnike commented 5 years ago

I have same problem. What do we do?

DonZlp commented 5 years ago

Commits from pull requests solved the problem, but got EA warning on my test account. Script worked 5-6 hours Search player(didnt buy) Open TransferList Relist Transferlist There were nearly 1k requests.

asnike commented 5 years ago

Commits from pull requests solved the problem, but got EA warning on my test account. Script worked 5-6 hours Search player(didnt buy) Open TransferList Relist Transferlist There were nearly 1k requests.

I did already pull request. But still an error occurs. Deleted two files cookies.txt, token.txt. when retry login, enter the security code. But same error occurs.

homemdacosta commented 5 years ago

@DonZlp, with the changes I was able to login again. Unfortunately I had a flaged account that was banned yesterday. I'm trying to prepare a new one and adjust the frequency of requests per day and how many hours I run the program on a single shot.

homemdacosta commented 5 years ago

Commits from pull requests solved the problem, but got EA warning on my test account. Script worked 5-6 hours Search player(didnt buy) Open TransferList Relist Transferlist There were nearly 1k requests.

I did already pull request. But still an error occurs. Deleted two files cookies.txt, token.txt. when retry login, enter the security code. But same error occurs.

@asnike, I'm new to git but it seems that the push request was not merged yet to the master branch. I did the changes manually but was on my own risk. You can wait until the code is merged to the branch then you can retrieve the latest version of the code.

asnike commented 5 years ago

Commits from pull requests solved the problem, but got EA warning on my test account. Script worked 5-6 hours Search player(didnt buy) Open TransferList Relist Transferlist There were nearly 1k requests.

I did already pull request. But still an error occurs. Deleted two files cookies.txt, token.txt. when retry login, enter the security code. But same error occurs.

@asnike, I'm new to git but it seems that the push request was not merged yet to the master branch. I did the changes manually but was on my own risk. You can wait until the code is merged to the branch then you can retrieve the latest version of the code.

@homemdacosta I was banned too. :( But in game market search and transfer are not blocked. It's strange.

oczkers commented 5 years ago

It should be fixed now, please read #434 if You want more details.