You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you have more than one account used on different platforms here you just get the first array element. You can use Curtis old logic or implement your own.
At that moment my quick fix is $persona_id = null; foreach ($personasValues as $personasValue) { if ($personasValue['onlineAccess']) { $persona_id = $personasValue['personaId']; } }
@nicklog
Can you check Telegram. I sent you a message.
I was receiving this error during login:
As I looked deeper, I found that the POST request to "https://utas.external.s2.fut.ea.com:443/ut/auth?client=webcomp" is returning 403 FORBIDDEN with an empty body, which in turn results in the json_decode() exception.
fut-api/src/Api/AbstractCore.php
Line 313 in 4df924c
I'm using the following script for login and putting the code from verification email. Any idea what I am doing wrong? Thank you.
The text was updated successfully, but these errors were encountered: