You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when the login username and password is correct. Tried it across two different accounts and logging in via .env of through the command line
The text was updated successfully, but these errors were encountered:
The same.
I observed that the browser only automates the step of entering the username and does not proceed to enter the password automatically. After that, the program prints an error message.
I'm getting this error when the login username and password is correct. Tried it across two different accounts and logging in via .env of through the command line
I found a workaround that worked for me, by changing the browser to chromedriver in the twitterscraper.py code, you avoid the google sign in popup that blocks the scraper. just comment the firefox driver lines of code and uncomment the chrome driver ones.
I'm getting this error when the login username and password is correct. Tried it across two different accounts and logging in via .env of through the command line
The text was updated successfully, but these errors were encountered: