-
Notifications
You must be signed in to change notification settings - Fork 24
PS4 Account error #49
Comments
Hi, have you played at least one match in all of your accounts you trying to loging in? I think you have to accept EULA before using API. Hope this can helps you, if not, can you share the thrown exception? |
Hello, thank for your message yes I have played , I see data when I entered my gamertag on fortnite tracker dotcom |
Really weird. Unsure if this is something with the library or with Epic's stat endpoint itself. I'm nearly finished with a rewrite for this library so I'll do some testing with this and see if I can reproduce it. |
Epic's endpoint I'd say. Almost sure. I don't use this library (I follow its development tho) and observe the same behavior. |
EULA should now be automatically accepted thanks to #44 |
@QuentinBellus this is the error returned ERROR DOE 500 : GuzzleHttp\Exception\ClientException: Client error: |
OK, that work for PS4 Account , with my personal account. |
I think PSN accounts are login in through a different endpoint and/or with different parameters. That's only an educated guess but since we can't see the traffic with PS4, I don't think we'll be able to do much more on this. |
that's what I thought: / |
I think most console players indeed don't link their account to an Epic one, unless they also play on PC or another console. That's probably the majority of players, that's a personal observation that seems to be inline with what you've observed too. |
:/ |
Because looking up a username is fine, even if it's on PSN. |
Hello, I found a problem, I have 4 account on fortnite for testing with data (xbox one, ps4 ,switch and PC).
When i try to connect on my PS4 account with the
$auth = Auth::login('[email protected]','password');
that not work and when I try with the PC account or Xbox One that work.
Someone can help me please ?
Thank
The text was updated successfully, but these errors were encountered: