the-convocation / twitter-scraper

A port of n0madic/twitter-scraper to Node.js.
https://the-convocation.github.io/twitter-scraper/
MIT License
181 stars 38 forks source link

Error Missing Data - Login #65

Open raka-yuda opened 10 months ago

raka-yuda commented 10 months ago

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

louisgrasset commented 10 months ago

I can't reproduce on my side, using same version. https://github.com/louisgrasset/touitomamout/blob/d9a90fca0878d66d76cd56e8ecf8edb4fc81a587/src/helpers/auth/auth.ts#L45C5-L45C5

raka-yuda commented 10 months ago

I've already tried to put email param as welll, but sometimes work sometimes not, and i got another error return as well, {"errors":[{"code":399,"message":"Incorrect. Please try again."}]} Is that possible because i've so often to try to login?

louisgrasset commented 8 months ago

Any update regarding this issue?

witherBattler commented 2 months ago

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