-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Failed with 403 when refreshing login session #241
Comments
I seen this today too as I tried it for the first time. Thought I had done something wrong! |
Fixing the login 403 was trivial. Unfortunately there's also bot protection on the XHR requests, such as the ones that access the GraphQL API to know what games to redeem. With that happening, I'd like to rewrite to not have to spin up and spin down a browser instance a dozen times. |
I was able to refactor a bunch, and most of the stuff is just puppeteer browser automation now. This is a big enough change for a minor version bump: https://github.com/claabs/epicgames-freegames-node/releases/tag/v4.1.0 The free game lookup still uses the same XHR requests, just run through the browser's |
I can confirm the change is working, no more 403. |
I'm still having this issue on
|
@xk44 Use the |
Error when using
|
Describe the bug
403 was reported while refreshing login session
Screenshots or Logs
Additional context
Account works well when I was redeeming manually after failed attempts.
config.json
docker-compose.yml
Not sure if it only happened to me? Any clue?
The text was updated successfully, but these errors were encountered: