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
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.
Context
#
in the passwordHow to reproduce?
Calling
Scrapper.login(username, password)
, with the previously given type of passwordCurrent behavior
The following error occures
Expected behavior
Being able to log in.
The text was updated successfully, but these errors were encountered: