Closed Char0nDev closed 3 months ago
Do you have 2FA enabled?
Do you have 2FA enabled?
no
@Rishikant181
Did you try enclosing you credentials in double quotes like this?: rettiwt auth login "email" "username" "password"
Did you try enclosing you credentials in double quotes like this?:
rettiwt auth login "email" "username" "password"
i do it with "" and without "" but the same result
Try it and see if it works
i do it with "" and without "" but the same result
@Rishikant181 it is diplay it
Try logging in to Twitter from a browser using the same account, then try rettiwt auth again.
Try logging in to Twitter from a browser using the same account, then try rettiwt auth again.
i already try that
the credentials are 100% right
@Rishikant181
Okay I have a temporary workaround:
auth_token
, ct0
, kdt
, twid
. Store them temporarily somewhere.btoa("auth_token=<auth_token_value>;ct0=<ct0_value>;kdt=<kdt_value>;twid=<twid_value>")
I'll be trying to reproduce the error. So far, I couldn't (it's working as expected for me).
On a side note, this has been a long standing issue, which I have not been able to reproduce myself. For some people, it throws the error, while it works after some time. This workaround help you continue your work (hopefullt).
I'll be keeping this issue pinned.
Duplicate of #493
@Char0nDev All updates regarding this issue will be tracked at #493
@Char0nDev The earlier posted code was incorrect, please check again.
i enter the right credentials but the display the error ( Failed to authenticate using the given account Credentials)