Skip to content
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

Password authentication failing when using a password containing # #111

Open
louisgrasset opened this issue Oct 8, 2024 · 2 comments
Open
Labels
bug Something isn't working

Comments

@louisgrasset
Copy link
Contributor

Context

  • Brand new auth context (no previous logins, no cookies passed or so)
  • Having a twitter account having a # in the password

How to reproduce?
Calling Scrapper.login(username, password), with the previously given type of password

Current behavior
The following error occures

{"errors":[{"code":399,"message":"Wrong password!"}]}

Expected behavior
Being able to log in.

@karashiiro
Copy link
Collaborator

Do you happen to know what that gets sent as in the login flow? I can change my password to check later if not, not sure what they'd be replacing it with on the actual website, though. The password goes through a regular HTTP POST body, so it shouldn't be URL encoding or anything typical like that.

@karashiiro karashiiro added the bug Something isn't working label Oct 10, 2024
@louisgrasset
Copy link
Contributor Author

I don't know, I'm sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants