twitter-scraper icon indicating copy to clipboard operation
twitter-scraper copied to clipboard

Error Missing Data - Login

Open raka-yuda opened this issue 2 years ago • 4 comments

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

raka-yuda avatar Nov 18 '23 07:11 raka-yuda

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

louisgrasset avatar Nov 20 '23 01:11 louisgrasset

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?

raka-yuda avatar Nov 22 '23 18:11 raka-yuda

Any update regarding this issue?

louisgrasset avatar Jan 26 '24 16:01 louisgrasset

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

witherBattler avatar Jul 25 '24 14:07 witherBattler