question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

no prerequesites attempting purchase (likely) not fixed on the latest docker image

See original GitHub issue

Describe the bug

With the latest docker image version COMMIT_SHA: "09f406ffcda6613d92c77244650503d74e0b520d", my order was denied after solving the captcha for this purchase [2022-11-17 17:06:31.977 +0800] INFO: Purchasing Epic Cheerleader Pack

Screenshots or Logs

image

Configuration (please complete the following information):

  • Browser: not sure, I’m running this on under a docker container
  • Hosting solution [e.g. reverse proxy, HTTPS/HTTP, caching, localhost]: localtunnel: true

Additional context

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
claabscommented, Nov 17, 2022

Thanks for the logs. It helped find the difference between what I was testing and your setup. Turns out it was just a typo from some lazy programming. Thanks for opening the issue!

0reactions
zzz6839commented, Nov 17, 2022

On the latest image version. search strategy all, I have two free games to be claimed but this add-on has higher priority somehow, so it’s stuck on purchase page.

[2022-11-17 23:26:27.137 +0800] DEBUG: Offers validation response
    user: "my email address"
    offerId: "4aea0fb1e9cf44aabcc363c88d77a05b"
    namespace: "0bef9383794a4d779ba0628084b14cba"
    validations: {
      "conflictingOffers": [],
      "missingPrerequisites": [
        {
          "namespace": "0bef9383794a4d779ba0628084b14cba",
          "offerId": "4aea0fb1e9cf44aabcc363c88d77a05b",
          "missingPrerequisiteItems": [
            {
              "itemId": "14a33650f001420fa2abc8e925e6a139",
              "namespace": "0bef9383794a4d779ba0628084b14cba"
            }
          ]
        }
      ],
      "fullyOwnedOffers": [],
      "possiblePartialUpgradeOffers": [],
      "unablePartiallyUpgradeOffers": []
    }
[2022-11-17 23:26:27.137 +0800] INFO: Unpurchased free games
    user: "my email address"
    purchasableGames: [
      "Epic Cheerleader Pack"
    ]
[2022-11-17 23:26:27.153 +0800] INFO: Purchasing Epic Cheerleader Pack
    user: "my email address"
[2022-11-17 23:26:27.164 +0800] DEBUG: Logging in with puppeteer
    user: "my email address"
[2022-11-17 23:26:27.164 +0800] DEBUG: Launching a new browser
    user: "my email address"
[2022-11-17 23:26:28.235 +0800] DEBUG: Launching a new page
    user: "my email address"
[2022-11-17 23:26:34.295 +0800] INFO: Loading purchase page
    user: "my email address"
    purchaseUrl: "https://www.epicgames.com/xxxxxxx"
[2022-11-17 23:26:59.891 +0800] DEBUG: Clicking placeOrderButton
    user: "my email address"
[2022-11-17 23:27:05.430 +0800] DEBUG: Waiting for receipt
    user: "my email address"
[2022-11-17 23:27:07.704 +0800] DEBUG: Captcha detected
    user: "my email address"
[2022-11-17 23:27:08.746 +0800] INFO: Go to this URL and do something
    user: "my email address"
    url: ""
Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Why I'm getting this error while building docker image?
To fix that one, you basically have to add your user to the docker group. The next one is just because root can...
Read more >
How to Resolve the “cannot connect to the Docker daemon ...
There are several potential causes for the "cannot connect to the Docker daemon" error. Here are 5 methods you can follow to resolve...
Read more >
Image-building best practices - Docker Documentation
When you have built an image, it is a good practice to scan it for security vulnerabilities using the docker scan command. Docker...
Read more >
FastAPI in Containers - Docker
Static here means that the container image is not running, it's not being executed, it's only the packaged files and metadata. In contrast...
Read more >
QRadar: App install fails with "The image specified to create ...
When attempting to install an app from the Extension Management ... The console is missing the necessary docker images to build the app....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found