Skip to content

isLoggedIn failed with 404 #37

@thewh1teagle

Description

@thewh1teagle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions