pallupz / covid-vaccine-booking

This tool can be used to automate booking slots on Co-WIN Platform.
MIT License
597 stars 533 forks source link

Slots not booking #91

Open subashjain opened 3 years ago

subashjain commented 3 years ago

im trying to book 3 slots from almost a day for my family, but im unable to book. I think the slots are not automatically booking,because todat at 5oclock in bengaluru manipal hospitals had opened their slots but the code dint book at all. I noticed that slots were open because i had cowin running in my background.

sharpant-dot commented 3 years ago

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

subashjain commented 3 years ago

my refresh rate is either 10 or 15 seconds. And i chose auto booking option

subashjain commented 3 years ago

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

my refresh rate is either 10 or 15 seconds. And i chose auto booking option

sharpant-dot commented 3 years ago

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

vamsee commented 3 years ago

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

aswinjayan94 commented 3 years ago

im trying to book 3 slots from almost a day for my family, but im unable to book. I think the slots are not automatically booking,because todat at 5oclock in bengaluru manipal hospitals had opened their slots but the code dint book at all. I noticed that slots were open because i had cowin running in my background.

it's really strange. slots get booked within a couple of seconds i think. i too missed a slot

subashjain commented 3 years ago

@vamsee i gave my preferred vaccine as 0( zero is for both covishield and covaxin). i dont mind booking any vaccine sir, but the slots had opened in cowin portal and dint show up here.

subashjain commented 3 years ago

@aswinjayan94 i really dont know, but i have been trying since a day and its not helpingg me. @pallupz can you pls help ?

subashjain commented 3 years ago

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

oh i never entered yes-please i will try it now

aswinjayan94 commented 3 years ago

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

aswinjayan94 commented 3 years ago

what was ur refresh rate? and and what did you choose the auto booking option or manual booking option..

keep 5 seconds.. and for the auto booking option what did you have to type yes-please not just yes..

oh i never entered yes-please i will try it now

i missed a slot despite "yes-please" :/

subashjain commented 3 years ago

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

after selecting beneficiary

aswinjayan94 commented 3 years ago

@subashjain manipal does covaxin usually, so if you selected covishield as your preferred vaccine, it wouldn't have picked it up.

where can i find the preferred vaccine option?

after selecting beneficiary

damn, i don't seem to get the option no matter what

sreeramvengayil commented 3 years ago

I had chosen everything correctly and missed the slots including today evening's Manipal one. I think the refresh rate has to be like 1 second. There are scripts running with a refresh rate of 0.9 seconds. The protected API's of cowin are available only to companies, right? How did you manage to go around that?

samnahdi commented 3 years ago

I am not able to see the option to select preferred vaccine (Covaxin/Covishield) after the select beneficiary option...Am I missing something or is it even possible to select preferred vaccine ?

Also, not sure why my preferred vaccine is Covishield and now I am looking at Manipal which provides Covax...Hopefully it does not matter to the python code, but I'll let you all know the outcome once slots open..(hopefully by evening :| )

image

pallupz commented 3 years ago

@samnahdi - I am not sure how a vaccine got allotted to you when your status is Not Vaccinated. If there's a vaccine mentioned in the beneficiary, code will show only those. You can fork this and remove that filtering in the functions starting with check_calendar I dont know what the ramifications will be for that though. So I wont be changing it in the main version.

pallupz commented 3 years ago

@sreeramvengayil - I'm using the same link as the official portal. Rate limiting is still applicable I think.

chaaip commented 3 years ago

@pallupz Are you noticing any delays with the API's? There was a news that the API's are cached and will be delayed by 30 minutes.

https://www.medianama.com/2021/05/223-cowin-apis-data-delay/

ikornu1 commented 3 years ago

Slots are not booking. Almost 10 of my friends have been trying since morning. No success with the code. But yesterday, 8 of us were able to book with the code.

aswinjayan94 commented 3 years ago

Slots are not booking. Almost 10 of my friends have been trying since morning. No success with the code. But yesterday, 8 of us were able to book with the code.

Seems like a lot of people have woken up to the possibility of booking slots automatically. I don't think the code can fix that issue effectively

regalstreak commented 3 years ago

Have the APIs become protected? Apparently we need to contact GOI to get access to ​/v2​/appointment​/schedule Ref: https://apisetu.gov.in/public/marketplace/api/cowin/cowin-protected-v2

samnahdi commented 3 years ago

Hello....Slots opened up at Manipal Bangalore, however the script went past it and didn't book anything...I had selected 'yes-please'

image

sharpant-dot commented 3 years ago

Vaccination preference ? Manipal was covaxin

On Fri, 7 May 2021 at 9:22 AM, samnahdi @.***> wrote:

Hello....Slots opened up at Manipal Bangalore, however the script went past it and didn't book anything...I had selected 'yes-please'

[image: image] https://user-images.githubusercontent.com/24386818/117395487-a73e8b00-af15-11eb-9677-823d70e6970f.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pallupz/covid-vaccine-booking/issues/91#issuecomment-834043889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT6PS3PX7IT652XW26OZUUDTMNPYTANCNFSM44G4TDPA .

samnahdi commented 3 years ago

Vaccination preference ? Manipal was covaxin

How do I select preference...am I supposed to get an option after selecting beneficiary ?...It probably is embedded in a if statement ?

pallupz commented 3 years ago

Would you mind sharing the optimizations you made in your repo?