pcomputo / Whole-Foods-Delivery-Slot

Automated script for Whole Foods and Amazon Fresh delivery slot
Apache License 2.0
443 stars 152 forks source link

Wont check out #53

Closed acr79 closed 4 years ago

acr79 commented 4 years ago

I've been trying to get the project to checke out and its not quite working. It detects slots, selects the slot but when its on payment method it stops and says

found a slot but it got taken, run script again

it never checks out though, could it be that its because its asking for payment selection instead of a single default payment?

pcomputo commented 4 years ago

is there a card for payment selected? The "found a slot but it got taken, run script again" happens if the script tried to click on the checkout button but Amazon redirected it to "no slots page". That happens if the slot got taken away. Is the checkout waiting for any input from your end or everything is selected?

acr79 commented 4 years ago

Default card is selected for payment, I removed other cards just in case and same result. I watched it live and it just sits at select payment and doesnt click through to the next page. I can check out manually from there though.

lllinusss commented 4 years ago

Default card is selected for payment, I removed other cards just in case and same result. I watched it live and it just sits at select payment and doesnt click through to the next page. I can check out manually from there though.

I can confirm this behavior.

pcomputo commented 4 years ago

it doesn't click immediately. There is a wait. How long did you wait for it? Also, its good to have a default card, otherwise the checkout wont succeed without payment.

acr79 commented 4 years ago

It basically stops when it goes to the payment page I watched it for 5 minutes and looked on the terminal window and it says to rerun the script. It seems to hit the payment page, then stop right there and goes to slot is gone. Glad to send you a video of it

pcomputo commented 4 years ago

ah! I'm testing it now, I think Amazon may have changed a few things. It checked out end to end till Sunday. Thanks a lot for bringing this to my attention, will let you know once changes are up.

acr79 commented 4 years ago

Awesome thanks! I was wondering if I was doing something wrong. Appreciate the quick response and thanks for making this.

pcomputo commented 4 years ago

pushed the latest changes. You can git pull to get them.

acr79 commented 4 years ago

testing stand by

acr79 commented 4 years ago

worked! thanks for pushing that fix