-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encountering tweety.exception_.ActionRequired exception repeatedly #183
Comments
Are you using same session name for both accounts? |
I was using same session name. Now, I have changed the session name of the new one but the same exception occurs. |
|
I have opened another new Twitter account but |
can you please confirm this? |
from tweety import Twitter
app = Twitter("session")
try:
app.sign_in(username, password, extra=extra)
except ActionRequired as e:
action = input(f"Action Required :> {str(e.message)} : ")
app.sign_in(username, password, extra=action) |
Twitter asks for the email address as an action. I have given the email address as the value of |
Use |
I have entered the correct email and used |
Improved |
Hello, I have used tweety with an account successfully. After exceeding rate limit with that account I have tried to use tweety with an another account (a new one) but I could not manage to use it with the new account. tweety.exceptions_.ActionRequired exception occurs repeatedly. After this exception, I can log into the account with email verification manually but then, when I try to relogin to the account, twitter does not ask for email verification.
How can I solve this problem ?
(I am already using a good proxy)
The text was updated successfully, but these errors were encountered: