alexschimpf / Snkrs-Bot

Selenium bot for Nike Snkrs site
The Unlicense
843 stars 290 forks source link

CVV field stays blank #60

Open jfleurimond opened 3 years ago

jfleurimond commented 3 years ago

The bot works fine until it needs to complete the purchase by entering the cvv. The field stays blank and the card is not being selected. What am I doing wrong? Here are the parameters I'm entering

python3 main.py --username user@email.com --password pass --url https://www.nike.com/launch/t/womens-air-jordan-1-silver-toe?size=9 --shoe-size 9 --cvv 123 - --shoe-type W --dont-quit --release-time "2021-02-19 10:00:00" --shipping-option STANDARD --purchase

Any help would be appreciated J

shane-war commented 3 years ago

I think a lot of people are experiencing the same issue, including myself. I ended up adding a sleep condition when it hits the CVV function so that when it pops up i can quickly enter the CVV, it does add about 10 seconds to the checkout process.

jfleurimond commented 3 years ago

Hey @shane-war,

Thanks for letting me know. I will look into doing the same and test to see if I can find a solution on my fork. Thanks again

J

DevNoam commented 3 years ago

Happened to my friend too, after writing the CVV by hand & continuing, the bot refreshes the page & Drops you out from the contest.

sjosegarcia commented 3 years ago

Does it still happen? I am going to try and cop a new release? Can the CVV field be detected as an event?