-
Notifications
You must be signed in to change notification settings - Fork 49
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
Error Missing Data - Login #65
Comments
I can't reproduce on my side, using same version. |
I've already tried to put email param as welll, but sometimes work sometimes not, and i got another error return as well, |
Any update regarding this issue? |
I still get the same issue when running my code in the production environment (Render.com, Linux, node.js 20.15.1). It works as it should on my local environment |
I just write simply code:
await scraper.login(twitterAccount.username, twitterAccount.password);
but on the latest tried i just got return:
{"errors":[{"code":366,"message":"Missing data."}]}
I run on version 0.8.1
The text was updated successfully, but these errors were encountered: