-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Required input 'LoginAcid' not provided. #224
Comments
+1 |
1 similar comment
+1 |
Have you solved this problem yet? I have encountered the same problem |
To resolve this error, the modification to the
is at the end in the
and it worked for me. Also I have added the
|
That didnt work for me:( |
Hi, I got this error while im trying to login?
this is my client
self.client = Client(language='en-US',proxy=proxy,
user_agent='Mozilla/5.0 (Macintosh; Intel Mac OS X 14_6_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15')
twikit.errors.BadRequest: status: 400, message: "{"errors":[{"code":366,"message":"Required input 'LoginAcid' not provided."}]}"
username,email address and password are provided
The text was updated successfully, but these errors were encountered: