-
Notifications
You must be signed in to change notification settings - Fork 32
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
Not booking slot for 18+ criteria #97
Comments
@520rahul You may check the logic here: CoWinVaccineSlotFinder/CoWin.Core/Models/CovidVaccinationCenter.cs Lines 387 to 406 in 9d5010f
On High Level, logic is: Consider Only those Centres where:
I think it should work for 45+ as well. Need to check that. You can check that part at your end also for the above logic shared. |
@SRvSaha i put the same age criteria as mentioned by you i.e minimum 18 max 99 during booking but repo did not detected any centres. I have checked all my settings, still not able to find where is the problem for 45+ appointments |
Okay I will check @520rahul Share your config after removing the Confidential Info |
I tried booking for 2nd dose for 45+ with dosetype 2 and age between 18 to 60, it worked in my case. |
@Tnu02 can u share your configuration plz. And what kind of slot it was whether 18+ or 18-44 or 45+ |
@520rahul Because of #96 related changes, there are changes in the way data is being returned. Now, they send min_age and allow_all_age and as such there are three possiblilities:
So, I feel majority of the time you need to be using Option 1 unless you are sure that slots will be opened for Option 3 specifically, in case you are trying to booking for 45+ age group. |
@520rahul I did it for 18+ and above, now 45+ slots are also opening under the same at my location. You should also check once. "MinAgeLimit": 18, |
@SRvSaha this is my settings:- |
I have successfully booked 2nd doses using min 18 max 99 for 45+ individuals |
@SRvSaha sorry bother. I found my mistake. Slots were opened for today but i forgot to put date of today therefore repo searched for tomorrow’s slot. Sorry for my mistake. And thanks for giving your precious time. And thanks to @Tnu02 and @govindasomani also. |
Okay great. @520rahul To overcome this kind of issue I am planning to create a proper full fledged FAQ. It is in progress, contributions are welcome. See if you can contribute. FAQs: https://github.com/SRvSaha/CoWinVaccineSlotFinder#faqs |
@SRvSaha your faq clears all the doubts. I have one point to share in point 2 where slot open for 18-44 u have mentioned max age to keep is 45 i think it would b 44. Plz check |
@520rahul No, 45 would work since it's not taking the Max Value. It's like Check it is less than Max Value. Yet, to be on the safer side, I am changing it to 44. Thanks You may Add more Questions for FAQs which are usually the problems faced by end users or your faced, along with different possibilities to use the App. @520rahul @Tnu02 @govindasomani Help Wanted |
@SRvSaha as mentioned in issue #96 and #71 i tried to book slot today for 45 plus age and for a new age criteria slots were open i.e. 18+ it means all person 18+ but in front of me 5 centres came And gone but repo did not detected a single centre. I had to book it manually. I put minimum ag aa 18 and max as 99. I think there is a bug in repo because i always failed to book slot for 45+ using repo. But for 18-44 its very easy using repo. Plz look into repo and test why tis repo is not working on 45+. And plz check dose type and dose name criteria also may be there must b some bug
The text was updated successfully, but these errors were encountered: