PrasadG193 / covaccine-notifier

CoWIN Vaccine availability notifier for India
Apache License 2.0
62 stars 28 forks source link

Invalid state name #25

Closed arijita12 closed 3 years ago

arijita12 commented 3 years ago

When i am providing West Bengal as the state name its giving invalid name where as in the response same name has been mentioned.

PrasadG193 commented 3 years ago

@arijita12 could you please post how are you passing the --state arg?

arijita12 commented 3 years ago

@PrasadG193 covaccine-notifier --state West Bengal --district West Bardhaman --age 70

PrasadG193 commented 3 years ago

@arijita12 can you try adding the name is double quotes - covaccine-notifier --state "West Bengal" --district "West Bardhaman" --age 70?