uxDaniel / visa_rescheduler

US VISA (ais.usvisa-info.com) appointment re-scheduler - Colombian adaptation
276 stars 236 forks source link

Unable to book #41

Open alamoudi10 opened 1 year ago

alamoudi10 commented 1 year ago

Hi everyone, thank you much for this repo!

The code has been running and once it found an appointed it prompted the message "failed to book", 1. however, upon checking I noticed that the appointment has in fact been changed. I adjusted the dates and run again, 2. it found an appointment but it failed to book, this time when I checked it actually did not change. 3. I run the code a third time, it said succssefuly booked, however it did not change the dates :(

please advise :D

indersinghgill commented 1 year ago

@alamoudi10

1) I guess this is because there is a pop up now after you reschedule and the code is looking for a text "successfully scheduled" which I guess is blocked. So you get appointment failed notification!

2) Script might be trying to book same date or date became unavailable while booking.

3) No idea :P