SRvSaha / CoWinVaccineSlotFinder

Cross-Platform Software to Fetch the Available Slots & Book the Appointment for COVID-19 Vaccination
https://shawt.io/r/sYv
MIT License
81 stars 32 forks source link

Invalid beneficiary id #100

Closed Tnu02 closed 2 years ago

Tnu02 commented 2 years ago

Hey @SRvSaha

Use this app again after long time and faced issue while using it. As soon as i start it, it shows me error of invalid beneficiary id, i guess it has changed it to 14 digits. I crossed check and id's were right and tried the same with different accounts.

Is it possible to look into this issue.

Let me know if anything else needed

Error d.

SRvSaha commented 2 years ago

@Tnu02 Check the Beneficiary Id. It should be numeric. Seems like there is a question mark (?) before the number you have entered.

There is no changes in CodeBase for Beneficiary ID, any length is supported as long as it is a proper NUMERIC value.

For Reference: https://github.com/SRvSaha/CoWinVaccineSlotFinder/blob/master/CoWin.Core/Validators/BeneficiaryValidator.cs

Length Based constraint on Beneficiary ID is removed with the Related Issues #93 #94

SRvSaha commented 2 years ago

Closing the Issue due to inactivity.