visa_rescheduler icon indicating copy to clipboard operation
visa_rescheduler copied to clipboard

fixes DATE_URL does not work Issue #47

Open acolak opened this issue 1 year ago • 6 comments

ais website requires a input i header so I added request.headers['X-Requested-With'] = 'XMLHttpRequest'

acolak avatar Jul 14 '23 21:07 acolak

Do you need to change requirements.txt too?

mraddatz avatar Jul 17 '23 02:07 mraddatz

@mraddatz yes --> https://github.com/uxDaniel/visa_rescheduler/pull/52

acolak avatar Jul 17 '23 12:07 acolak

script exits when Checking for an earlier date: results nothing

bhargavkakadiya avatar Jul 18 '23 05:07 bhargavkakadiya

I also got same behaviour as bhargavkakadiya, and also the date list is still returning empty with this fix.

WhatDoor avatar Jul 18 '23 22:07 WhatDoor

It might be returning empty because there is no dates available, and therefore script tends to exit instead of retrying

bhargavkakadiya avatar Jul 19 '23 22:07 bhargavkakadiya

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.

WhatDoor avatar Jul 19 '23 22:07 WhatDoor