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

ValueError FUT20 #461

Open
sarnask89 opened this issue Nov 15, 2019 · 0 comments
Open

ValueError FUT20 #461

sarnask89 opened this issue Nov 15, 2019 · 0 comments

Comments

@sarnask89
Copy link

I'm having a troubles with FUT20 with this API ,when I'm trying to connect i'm having following issue:

>>> session = fut.Core('xxxxxxx' , 'xxxxxxx' , 'xxxxxx' , debug=True , p latform='ps4') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "F:\PROJECTS\Rpi\fut-master\fut-master\fut\core.py", line 322, in __init_ _ self.__launch__(email, passwd, secret_answer, platform=platform, code=code, totp=totp, sms=sms, emulate=emulate, File "F:\PROJECTS\Rpi\fut-master\fut-master\fut\core.py", line 440, in __launc h__ self.token_type, self.access_token = f.readline().replace('\n', '').replace( '\r', '').split(' ') ValueError: not enough values to unpack (expected 2, got 1)

I'he made file token.txt by myself cause of previous issues and now i'm stuck with this one, totp argument doesn't change anything . I don;t like to interrupts other people , mostly i'm working with issues by myself but now i'm stuck :( . Please help me !

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

1 participant