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

London embassy and endless search support #7

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

NickIgnat
Copy link

added support for London embassy

added endless search option, which keeps looking for an earlier date

@Arsh20101
Copy link

Hi, is the reschedule working? I tried to do it but it founds a date but is not able to reschedule for some reason, just prints the message reschedule success but it is not actually booked.

@NickIgnat
Copy link
Author

@Arsh20101 please provide more details so I can debug this. This is unexpected behaviour

@carlosribas
Copy link

carlosribas commented Dec 7, 2023

I was testing the script and got this error

Available dates: 2024-01-17, 2024-03-19, 2024-03-21, 2024-03-26, 2024-03-27, 2024-04-03, 2024-04-04, 2024-04-08, 2024-04-09, 2024-04-10, 2024-04-11, 2024-04-15, 2024-04-16, 2024-04-17, 2024-04-18, 2024-04-22, 2024-04-23, 2024-04-24, Got time successfully! 2024-01-17 11:00 Break the loop after exception!

It fails somewhere to create this dict:

data = {

@akeebatra
Copy link

I

I was testing the script and got this error

Available dates: 2024-01-17, 2024-03-19, 2024-03-21, 2024-03-26, 2024-03-27, 2024-04-03, 2024-04-04, 2024-04-08, 2024-04-09, 2024-04-10, 2024-04-11, 2024-04-15, 2024-04-16, 2024-04-17, 2024-04-18, 2024-04-22, 2024-04-23, 2024-04-24, Got time successfully! 2024-01-17 11:00 Break the loop after exception!

It fails somewhere to create this dict:

data = {

I got the same error. Any luck ? @NickIgnat @carlosribas

@yektas
Copy link

yektas commented Dec 18, 2023

@carlosribas @akeebatra Just comment out this line;

"utf8": driver.find_element(by=By.NAME, value='utf8').get_attribute('value'),

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I am getting this error after updating this file--

Traceback (most recent call last): File "C:\Users\udaya\Downloads\us_visa_scheduler-main\us_visa_scheduler-main\visa.py", line 336, in <module> RETRY_WAIT_TIME = random.randint(RETRY_TIME_L_BOUND, RETRY_TIME_U_BOUND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\udaya\AppData\Local\Programs\Python\Python312\Lib\random.py", line 336, in randint return self.randrange(a, b+1) ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\udaya\AppData\Local\Programs\Python\Python312\Lib\random.py", line 301, in randrange istart = _index(start) ^^^^^^^^^^^^^ TypeError: 'float' object cannot be interpreted as an integer

Please help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants