Giter VIP home page Giter VIP logo

Comments (6)

davidjameshowell avatar davidjameshowell commented on June 11, 2024

2020-12-31T01:59:02.342609+00:00 app[web.1]: purchasableGames: []

Indicates that it is already purchased. Can you login to your Epic Games and check the transactions list to see if it maybe it was redeemed in another run?

The Web App will only respond to valid CAPTCHA requests that derive from email, otherwise navigating to the app as is will produce that output otherwise.

from epicgames-freegames-heroku.

chaoscreater avatar chaoscreater commented on June 11, 2024

Thanks and yes you're right, looks like the game was redeemed sometime ago already. My bad!

from epicgames-freegames-heroku.

chaoscreater avatar chaoscreater commented on June 11, 2024

Happy New Year!

Sorry to bother you again, I ran into a new issue and thought I'd keep it in the same topic.

The new freebie game today has not been claimed before. I checked my Heroku logs and it is asking me to solve the captcha, which I did:

image

And then it stops processing any further. I've restarted my Heroku instance and solved a new captcha and it still got stuck at the same step.

2021-01-01T00:08:57.551170+00:00 app[web.1]: [2021-01-01 00:08:57.547 +0000] INFO  (18 on 26441d66-68dd-44bf-8ce0-4cf2398e92de): Action requested. Waiting for Captcha to be solved

2021-01-01T00:08:57.551217+00:00 app[web.1]:     user: "[email protected]"

2021-01-01T00:08:57.551218+00:00 app[web.1]:     id: "aa9f4165-667a-44e5-9709-b60b719e8ae7"

2021-01-01T00:09:49.720427+00:00 heroku[router]: at=info method=GET path="/?id=aa9f4165-667a-44e5-9709-b60b719e8ae7" host=epicgamesclaimerblah.herokuapp.com request_id=2ef3fc14-a32f-41e8-99b1-a79dd2e9de49 fwd="158.140.235.48" dyno=web.1 connect=0ms service=18ms status=200 bytes=1918 protocol=https

2021-01-01T00:09:50.559745+00:00 heroku[router]: at=info method=GET path="/robots.txt" host=epicgamesclaimerblah.herokuapp.com request_id=69196c21-9d68-4d5d-8eb8-422072eab1dd fwd="158.140.235.48" dyno=web.1 connect=0ms service=16ms status=404 bytes=522 protocol=https

2021-01-01T00:09:50.734434+00:00 heroku[router]: at=info method=GET path="/index.bundle.js" host=epicgamesclaimerblah.herokuapp.com request_id=e629b33f-579b-44ff-9065-d8242e7294f5 fwd="158.140.235.48" dyno=web.1 connect=0ms service=36ms status=200 bytes=287579 protocol=https

2021-01-01T00:09:51.103352+00:00 heroku[router]: at=info method=GET path="/hcaptcha-api.js?onload=hCaptchaLoaded&render=explicit" host=epicgamesclaimerblah.herokuapp.com request_id=3c7f0f90-8a0a-49f7-bdf8-f68f90f65d1e fwd="158.140.235.48" dyno=web.1 connect=0ms service=235ms status=200 bytes=68413 protocol=https

2021-01-01T00:09:54.061641+00:00 heroku[router]: at=info method=POST path="/init" host=epicgamesclaimerblah.herokuapp.com request_id=a8659b1a-73e1-40db-94de-9158888c4b5c fwd="158.140.235.48" dyno=web.1 connect=0ms service=1405ms status=200 bytes=1046 protocol=https

2021-01-01T00:09:55.404545+00:00 heroku[router]: at=info method=GET path="/proxy/checksiteconfig?host=epicgamesclaimerblah.herokuapp.com&sitekey=91e4137f-95af-4bc9-97af-cdcedce21c8c&sc=1&swa=1" host=epicgamesclaimerblah.herokuapp.com request_id=ea7d325a-4800-441e-8c87-1e1fb7b1528f fwd="158.140.235.48" dyno=web.1 connect=0ms service=143ms status=200 bytes=1469 protocol=https

2021-01-01T00:09:56.137697+00:00 heroku[router]: at=info method=POST path="/proxy/getcaptcha" host=epicgamesclaimerblah.herokuapp.com request_id=3d5b65fc-a3ad-47d6-9089-0657b10d1687 fwd="158.140.235.48" dyno=web.1 connect=0ms service=221ms status=200 bytes=2232 protocol=https

2021-01-01T00:09:56.624664+00:00 heroku[router]: at=info method=POST path="/complete" host=epicgamesclaimerblah.herokuapp.com request_id=69bf2ad1-b193-4770-9624-04aca27fbdb0 fwd="158.140.235.48" dyno=web.1 connect=0ms service=44ms status=200 bytes=246 protocol=https

2021-01-01T00:09:57.435706+00:00 app[web.1]: [2021-01-01 00:09:57.413 +0000] INFO  (18 on 26441d66-68dd-44bf-8ce0-4cf2398e92de): Action requested. Waiting for Captcha to be solved

2021-01-01T00:09:57.435747+00:00 app[web.1]:     user: "[email protected]"

2021-01-01T00:09:57.435748+00:00 app[web.1]:     id: "67f46c58-f144-4b3b-979d-f7d1f05f2726"

nevermind, I fixed my issue. I had to generate a new cookie and update it. It's weird because I had already generated a new cookie yesterday. If it requires me to generate a new cookie frequently, this might actually take up more time than to login to Epic Games and claim the freebie lol. Will see how it goes tomorrow..

from epicgames-freegames-heroku.

Kill4peacE avatar Kill4peacE commented on June 11, 2024

hello,
2021-01-15T04:47:02.023425+00:00 app[web.1]: Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
2021-01-15T04:47:02.046676+00:00 app[web.1]: Incoming env vars:
2021-01-15T04:47:02.046683+00:00 app[web.1]: RUN_ON_STARTUP: true
2021-01-15T04:47:02.046684+00:00 app[web.1]: CRON_SCHEDULE:
2021-01-15T04:47:02.046684+00:00 app[web.1]: RUN_ONCE: true
2021-01-15T04:47:02.046831+00:00 app[web.1]: No JSON file found
2021-01-15T04:47:02.046864+00:00 app[web.1]: Setting config variables
2021-01-15T04:47:02.046967+00:00 app[web.1]: Run on startup: true
2021-01-15T04:47:02.046971+00:00 app[web.1]: Run once: true
2021-01-15T04:47:02.929491+00:00 app[web.1]:
2021-01-15T04:47:02.929544+00:00 app[web.1]: > [email protected] start /usr/app
2021-01-15T04:47:02.929545+00:00 app[web.1]: > node dist/src/index.js
2021-01-15T04:47:02.929547+00:00 app[web.1]:
2021-01-15T04:47:05.679626+00:00 heroku[web.1]: State changed from starting to up
2021-01-15T04:47:05.678064+00:00 app[web.1]: [2021-01-15 04:47:05.620 +0000] INFO (18 on 1825ee2b-80db-437b-8985-81de11115959): Checking free games for [email protected]
2021-01-15T04:47:05.681571+00:00 app[web.1]: [2021-01-15 04:47:05.680 +0000] INFO (18 on 1825ee2b-80db-437b-8985-81de11115959): Converting ./config/[email protected] cookie format
2021-01-15T04:47:07.786187+00:00 app[web.1]: [2021-01-15 04:47:07.784 +0000] INFO (18 on 1825ee2b-80db-437b-8985-81de11115959): Successfully refreshed login
2021-01-15T04:47:07.786191+00:00 app[web.1]: user: "[email protected]"
2021-01-15T04:47:21.250802+00:00 app[web.1]: [2021-01-15 04:47:21.249 +0000] INFO (18 on 1825ee2b-80db-437b-8985-81de11115959): Available free games
2021-01-15T04:47:21.250812+00:00 app[web.1]: user: "[email protected]"
2021-01-15T04:47:21.250813+00:00 app[web.1]: availableGames: [
2021-01-15T04:47:21.250813+00:00 app[web.1]: "Sludge Life",
2021-01-15T04:47:21.250814+00:00 app[web.1]: "STAR WARS™ Battlefront™ II: Celebration Edition"
2021-01-15T04:47:21.250815+00:00 app[web.1]: ]
2021-01-15T04:47:21.622841+00:00 app[web.1]: [2021-01-15 04:47:21.622 +0000] INFO (18 on 1825ee2b-80db-437b-8985-81de11115959): Unpurchased free games
2021-01-15T04:47:21.622850+00:00 app[web.1]: user: "[email protected]"
2021-01-15T04:47:21.622851+00:00 app[web.1]: purchasableGames: []
2021-01-15T04:47:21.730295+00:00 app[web.1]: Exiting...
2021-01-15T04:47:21.744480+00:00 app[web.1]: Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.
2021-01-15T04:47:21.755813+00:00 app[web.1]: OK
2021-01-15T04:47:21.818953+00:00 heroku[web.1]: Process exited with status 0
2021-01-15T04:47:21.853905+00:00 heroku[web.1]: State changed from up to crashed

from epicgames-freegames-heroku.

davidjameshowell avatar davidjameshowell commented on June 11, 2024

@Kill4peacE There was an update 16 days ago which should solve some of the issues you were seeing. Please update and try again!

from epicgames-freegames-heroku.

davidjameshowell avatar davidjameshowell commented on June 11, 2024

@Kill4peacE - I solved a rather large bug which should resolve any outstanding issues, mostly around the excessive CAPTCHA emails. Please pull from main and redeploy to observe.

from epicgames-freegames-heroku.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.