VaccineAvailabilityNotifier icon indicating copy to clipboard operation
VaccineAvailabilityNotifier copied to clipboard

TypeError: slot.slots is not iterable

Open dev-arpit opened this issue 3 years ago • 11 comments

Great work !! Thanks for this.. I'm getting following error when running on MacOS Catalina. Please help. image

dev-arpit avatar May 02 '21 23:05 dev-arpit

RESOLVED after replacing 'slotDetails' with 'validSlots' in notifier.sendEmail call : image

dev-arpit avatar May 03 '21 00:05 dev-arpit

RESOLVED after replacing 'slotDetails' with 'validSlots' in notifier.sendEmail call : image

Did it helped to get mails??

sid8840 avatar May 03 '21 02:05 sid8840

RESOLVED after replacing 'slotDetails' with 'validSlots' in notifier.sendEmail call : image

Did it helped to get mails??

Yes. Emails working fine after the change.

dev-arpit avatar May 03 '21 03:05 dev-arpit

can you show your .env file??

sid8840 avatar May 03 '21 03:05 sid8840

It is because of passing stringified slotDetails to the sendEmail function. It is updated in my PR

ghost avatar May 03 '21 03:05 ghost

It is because of passing stringified slotDetails to the sendEmail function. It is updated in my PR

RESOLVED after replacing 'slotDetails' with 'validSlots' in notifier.sendEmail call : image

Did it helped to get mails??

Yes. Emails working fine after the change.

enter pin code 457887 age 46

and show me your getting mails in your inbox

i am using your PR this time

sid8840 avatar May 03 '21 04:05 sid8840

image

ghost avatar May 03 '21 04:05 ghost

what type of application password have you generated for this purpose?? I have chosen Youtube and windows. it gave me a password that I have applied for.

everything is working fine under the terminal..its the mail part that's not working for me.

sid8840 avatar May 03 '21 04:05 sid8840

The app should be Mail right? The device I chose windows PC

ghost avatar May 03 '21 04:05 ghost

is it okay?? https://user-images.githubusercontent.com/83544106/116841370-9d0b4c80-abf6-11eb-939c-e679616fc81c.mp4

The app should be Mail right? The device I chose windows PC

sid8840 avatar May 03 '21 04:05 sid8840

okay the working solution is

npm i && pm2 start vaccineNotifier.js --watch now I am getting emails.

thanks

sid8840 avatar May 03 '21 05:05 sid8840