forked from n0madic/twitter-scraper
-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Description
I use twitter scraper v0.0.16 and authenticate in the browser, and then set the credentials using
authToken := twitterscraper.AuthToken{Token: creds.AuthToken, CSRFToken: creds.Ct0}
scraper.SetAuthToken(authToken)recently the library returns error when I check if the account is logged in using isLoggedIn with the following error:
panic: could not login: error verifying credentials: [], response status 404 Not Found: {"errors":[{"message":"Sorry, that page does not exist","code":34}]}It's not happen in every account, only on some of them.
Do you know what can be the reason for this error?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels