Skip to content
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

Handle repeated box drop #38

Closed
famewolf opened this issue Mar 29, 2019 · 2 comments
Closed

Handle repeated box drop #38

famewolf opened this issue Mar 29, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@famewolf
Copy link

On some sweeps (and I have no idea why) the box will drop, the program will click on the box..and then the box drops AGAIN instead of opening....in this scenario currently the program just sits until it timeout's and then continues to the next sweep. If you are watching you can manually click on the box again. I'm not sure if there is a programmatic way to detect this but it's annoying. Appears to be random.

@jpchip jpchip added the bug Something isn't working label Mar 30, 2019
@jpchip
Copy link
Owner

jpchip commented Mar 30, 2019

I've seen this happen occasionally too, not sure how to catch it though. Puppeteer doesn't really see the animations, it's just waiting a bit and click the div the box is in. I will think about it....

@jpchip
Copy link
Owner

jpchip commented Apr 11, 2019

Program will now give it another try if it fails to click the box. In my testing this seemed to resolve this issue when it cropped up.

@jpchip jpchip closed this as completed Apr 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants