hejazizo / us-visa-rescheduler

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

Getting dates produces 404 #4

Open Demarsch opened 1 year ago

Demarsch commented 1 year ago

get_available_dates does not seem to work: opening the url give 404 error. Weird that when I manually click through and reach 'Reschedule' page, there is a successful request in the Chrome dev tools network tab to that url though the schedule Id is different: the one from my config is 34604897 and the one in dev tools is 48073990 but even if I use this url (either opening it myself or using it in the code) it still gives 404

hejazizo commented 1 year ago

Is this still the case?

Demarsch commented 1 year ago

It was when I last checked it a few days ago. Since then I just modified script to manually click through rescheduling options and click on the earliest available date. I doubt though that I'll be able to create a PR as I removed a lot of stuff and hard coded some other stuff, so it is now feels more like a replacement rather than improvement but I can share it as a zip archive if you want

Nazzziiii commented 1 year ago

It was when I last checked it a few days ago. Since then I just modified script to manually click through rescheduling options and click on the earliest available date. I doubt though that I'll be able to create a PR as I removed a lot of stuff and hard coded some other stuff, so it is now feels more like a replacement rather than improvement but I can share it as a zip archive if you want

Can you share it with me! because I'm getting same error

Demarsch commented 1 year ago

Here it is alternative_logic.zip

Nazzziiii commented 1 year ago

Here it is alternative_logic.zip

Many thanks

ReLoadTR commented 1 year ago

Here it is alternative_logic.zip

I downloaded alternative_logic.zip. It works great, but it doesn't work for group appointments. Can you help me?