Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug on numerical password #115

Closed
steathy opened this issue Jul 15, 2019 · 2 comments · Fixed by #117
Closed

Bug on numerical password #115

steathy opened this issue Jul 15, 2019 · 2 comments · Fixed by #117
Assignees
Labels
bug Something isn't working

Comments

@steathy
Copy link

steathy commented Jul 15, 2019

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
Copy link
Owner

jpchip commented Jul 15, 2019

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.

@jpchip jpchip self-assigned this Jul 15, 2019
@jpchip jpchip added the bug Something isn't working label Jul 15, 2019
@steathy
Copy link
Author

steathy commented Jul 15, 2019

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

jpchip pushed a commit that referenced this issue Jul 16, 2019
@jpchip jpchip mentioned this issue Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants