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
May I ask :
In code :api.pool.add_account(“user1”, “pass1”, “u1@example...”, “[email protected]”, “mail_pass1”)
user1 is the Twitter username (starts with @),
pass1 is the Twitter password, [email protected] and mail_pass1 are the gmail email and password associated with Twitter.
Why can't I log in, it says “Failed to login...” .”.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
@Eastup123 hi. Probably it should be some extra message with explanation.
There can be many reasons: wrong login/password from X, wrong login/password from mail, mail doesn't support imap or it is turned off, account is blocked in Twitter or there is OTP.
The account passwords for both X and its mailbox are correct and can be logged in normally, and X works fine, but the following error is still reported. It is not clear why.
May I ask :
In code :
api.pool.add_account(“user1”, “pass1”, “u1@example...”, “[email protected]”, “mail_pass1”)
user1 is the Twitter username (starts with @),
pass1 is the Twitter password,
[email protected] and mail_pass1 are the gmail email and password associated with Twitter.
Why can't I log in, it says “Failed to login...” .”.
Thanks in advance.
The text was updated successfully, but these errors were encountered: