kartikey54 / VaccineAvailabilityNotifier

534 stars 334 forks source link

"Watching Disabled" Status #25

Open sachinrane opened 3 years ago

sachinrane commented 3 years ago

image

It's running fine but I get the status of "disabled" for the 'watching' status.

Does anything need to be done to resolve this? @kartikey54

ghaisasadvait commented 3 years ago

same issue for me image

jarvishu commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

jarvishu commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

Soniya318 commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

image

not getting emails

sid8840 commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

image

not getting emails

instead type this npm i && pm2 start vaccineNotifier.js --watch

Soniya318 commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

image not getting emails

instead type this npm i && pm2 start vaccineNotifier.js --watch

do we need to replace 'slotDetails' with 'validSlots' in notifier.sendEmail call :?

sid8840 commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

image not getting emails

instead type this npm i && pm2 start vaccineNotifier.js --watch

do we need to replace 'slotDetails' with 'validSlots' in notifier.sendEmail call :?

yes

or us this PR https://github.com/jithin-zachariah/VaccineAvailabilityNotifier

Soniya318 commented 3 years ago

Yup same for me. Please drop the comment if someone find out the solution Not getting sample mail too.

Fixed the issue

1> Stop the process (pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js) 2> run command pm2 start vaccineNotifier.js --watch

image not getting emails

instead type this npm i && pm2 start vaccineNotifier.js --watch

do we need to replace 'slotDetails' with 'validSlots' in notifier.sendEmail call :?

yes

or us this PR https://github.com/jithin-zachariah/VaccineAvailabilityNotifier

it finally worked! thank you :)

Pratik2125 commented 3 years ago

1) made the changes in notifier (i.e replaced 'slotDetails' with 'validSlots') 2) Entering the age for which cowin website is showing dates near the pincode. 3) Still not getting mails.

Slots

Any help

sid8840 commented 3 years ago

Are slots available on Cowin site??

  1. made the changes in notifier (i.e replaced 'slotDetails' with 'validSlots')
  2. Entering the age for which cowin website is showing dates near the pincode.
  3. Still not getting mails.
Slots

Any help

Pratik2125 commented 3 years ago

@sid8840 yes, it has slots available

sid8840 commented 3 years ago

@sid8840 yes, it has slots available

Use this PR https://github.com/jithin-zachariah/VaccineAvailabilityNotifier

mrsus commented 3 years ago

Please run pm2 logs vaccineNotifier to see any error occurred in script.