-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Purchasing with Puppeteer fails when running cron job #201
Comments
I am experiencing the same. Though mine is slightly different in that I am unable to do the CAPTCHA because when I click the link, I just get "Connection refused" even if I click on the link the second it gets posted to my notifications. I have tried deleting the container and all data and starting fresh with a new cookie and everything. I can PM the screenshot if needed. Logs:
|
Could you try again with debian image |
I'm currently working on porting the image to a Fedora-based image for various reasons (see #195 (comment)). If you want to try that out, just use the |
Tried |
Sorry about that. Just pushed a fix for that c44190f |
I still get the same thing with both dev and bullseye branches. At least now I can click the links and finish the transaction manually. |
I now get a captcha request each day to complete the purchase in the dev branch, assuming that’s the behaviour I should expect? |
Yes. A captcha is served for every purchase now. That's just a thing on Epic's side. I'll close this now since it's kind of two issues at once. Feel free to open a new issue if something else pops up. |
Currently using the latest image
836bd35be10d
Describe the bug
When running the cronjob to purchase a game, the API request fails with error 400 as seen in other other bugs and so falls back on Puppeteer (short). It logs my email, but then does nothing after that.
If I restart the docker container with
runOnStartup: true
, it will get the same 400 response from the API, but this time will create a captcha request email, and complete the purchase through puppeteer one the captcha is filled.Screenshots or Logs
Additional context
No hCaptchaURL setup since it is marked as not working in the docs
Logs are in TRACE mode
The text was updated successfully, but these errors were encountered: