iXyles / fortnite-basic-api

Basic Fortnite API for stats with async/await, and basic communicator
MIT License
51 stars 10 forks source link

Captcha Invalid on Login attempt #18

Closed ohri31 closed 4 years ago

ohri31 commented 4 years ago

Hey guys, I get this error when trying to login:

{ error: { errorCode: 'errors.com.epicgames.accountportal.captcha_invalid', message: 'Incorrect response. Please refresh the page.' } } { tokenValid: false, error: 'No accessToken set' }

I am just wondering if this can be fixed? Is there a way to fix it? I assume the worst - we won't be able to use this way to authenticate anymore as the captcha is a security aspect introduced by Epic.

iXyles commented 4 years ago

No issue at all. Invalid issue because this only happens when you do a lot login requests.

iXyles commented 4 years ago

On another note: if it is for valid bots, look into device auth in terbau's Python library fortnitepy. Should be fairly simple to implement with this.

Update: This has also been integrated into this library since this comment was made.

ohri31 commented 4 years ago

For some reason, it happens also for the newly created accounts. Anyway, thanks for the reply.

iXyles commented 4 years ago

Thats correct. It does not have something to do with the specific account.

ohri31 commented 4 years ago

So it has to do with my server's IP address, did I get this correct?