visa_rescheduler
visa_rescheduler copied to clipboard
fixes DATE_URL does not work Issue #47
ais website requires a input i header so I added request.headers['X-Requested-With'] = 'XMLHttpRequest'
Do you need to change requirements.txt too?
@mraddatz yes --> https://github.com/uxDaniel/visa_rescheduler/pull/52
script exits when Checking for an earlier date:
results nothing
I also got same behaviour as bhargavkakadiya, and also the date list is still returning empty with this fix.
It might be returning empty because there is no dates available, and therefore script tends to exit instead of retrying
I found that this fork works well - https://github.com/shcheglovnd/us_visa_scheduler_telegram/tree/main But it is a bit different in that it uses docker to run and telegram for notifications.