jpchip / giveaway-grabber

Automated Amazon Giveaways using Node & Puppeteer (until 10/17/19) 🎁
MIT License
74 stars 20 forks source link

Bug on numerical password #115

Closed steathy closed 5 years ago

steathy commented 5 years ago

program will not work if password contains only numbers: 123456 for example.

it throws out "UnhandledPromiseRejectionWarning: TypeError: text is not iterable". looks like it has something to do with puppeteer

jpchip commented 5 years ago

Ahh that's probably a bug with the init script. As a work around, open up your config file and make sure your password has quotes around it.

steathy commented 5 years ago

Unfortunately quotes don't work. Already tried. Gotta be something else