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

BadAuthentication using an App Password #2

Open
NelsonGaldeman opened this issue Jun 15, 2020 · 6 comments
Open

BadAuthentication using an App Password #2

NelsonGaldeman opened this issue Jun 15, 2020 · 6 comments

Comments

@NelsonGaldeman
Copy link

Hi! I'm trying to test the script but I'm getting BadAuthentication

$ node --version
v8.17.0
$ waex -e username@gmail.com -p {APP_PASSWORD} -n {NUMBER} -i {DEVID} --list
Error: [!] getGoogleAccountTokenFromAuth status: Error=BadAuthentication
    at Extractor.getGoogleAccountTokenFromAuth (/usr/local/lib/node_modules/node-whatsapp-drive-extractor/index.js:53:23)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:189:7)

I've read on the troubleshooting that there has been some issues on authentication using newer versions of Node, but I'm using version 8 as specified and getting the same error. I've double checked the app password is ok, generated a second one just in case but same result. Not sure if it's a bug or a config issue.

@ShaunLWM
Copy link
Owner

I just tested this library few days back. It used to work with Node v8 but it stopped working. Not only for this project, but many others as well

dweinstein/node-google-play#123
matlink/gplaycli#260

Still waiting for someone to find a fix for it :/

@sepo83
Copy link

sepo83 commented Feb 13, 2021

Downgrading urllib3 fixed it for me with gplaycli (see matlink/gplaycli#260 (comment))

@keldrox
Copy link

keldrox commented Apr 1, 2021

Hi, any solution for node-whatsapp-drive-extractor?

Thank you

@NelsonGaldeman
Copy link
Author

Hi, any solution for node-whatsapp-drive-extractor?

Thank you

Read the comment above yours

@ShaunLWM
Copy link
Owner

ShaunLWM commented Apr 12, 2021

Hi, any solution for node-whatsapp-drive-extractor?

Thank you

Apologise for not getting back to you. I haven't had the time to take a look into this. Seems like the python community has found the fix but not for node. Will keep this issue open till I have the time to take a deeper look into it or when the other issues are fixed in other repository. Example: dweinstein/node-google-play#123

@dangerb3
Copy link

dangerb3 commented Oct 6, 2023

@ShaunLWM Hello, any updates?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants