-
Notifications
You must be signed in to change notification settings - Fork 95
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
base: main
Are you sure you want to change the base?
Conversation
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. |
@Arsh20101 please provide more details so I can debug this. This is unexpected behaviour |
I was testing the script and got this error
It fails somewhere to create this dict: Line 165 in 930fc7e
|
I
I got the same error. Any luck ? @NickIgnat @carlosribas |
@carlosribas @akeebatra Just comment out this line; Line 166 in 930fc7e
|
There was a problem hiding this comment.
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!
added support for London embassy
added endless search option, which keeps looking for an earlier date