hejazizo / us-visa-rescheduler

US Visa Rescheduler Python Script
Other
49 stars 10 forks source link

Error before running code #8

Open afshanmomin-git opened 1 year ago

afshanmomin-git commented 1 year ago

2023-05-15 22:36:07.596 | ERROR | main::252 - Message: no such element: Unable to locate element: {"method":"xpath","selector":"//a[@class="down-arrow bounce"]"}

h4harsimran commented 1 year ago

DATE_URL is broken. Change DATE_URL in all functions to APPOINTMENT_URL.

alexalburca commented 1 year ago

DATE_URL está corrompido. Altere DATE_URL em todas as funções para APPOINTMENT_URL.

solved?

In my case I did the orientation of @h4harsimran and the same error continues?

SaharNasiri commented 1 year ago

DATE_URL is broken. Change DATE_URL in all functions to APPOINTMENT_URL.

I have the same error and I replaced DATE_URL with APPOINTMENT_URL but still didn't work.