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

Chase Bank "Unrecognized Computer" #15

Open
jonnorstrom opened this issue Feb 27, 2018 · 3 comments
Open

Chase Bank "Unrecognized Computer" #15

jonnorstrom opened this issue Feb 27, 2018 · 3 comments

Comments

@jonnorstrom
Copy link

Chase bank is intercepting the login attempt because it doesn't recognize my "computer" (therefore causing an error to be thrown and then the window is closed) which I'm assuming is due to some cookie stuff, something with the fact that a webdriver is doing this. Am I correct? Have you ran into this issue before? I'm forking to toy around with it.

@searls
Copy link
Owner

searls commented Feb 27, 2018

I haven't seen this but @McPolemic may have

@McPolemic
Copy link

Yep, you are absolutely correct. When the adapter was first written, Chase had a relatively normal login process. Now, they have three separate login forms that they cycle through to deter scraping and also check cookies as you're describing above.

Unfortunately, I haven't had time to look into it beyond that, but if you find anything I'd love improvements to this process 😄.

@jonnorstrom
Copy link
Author

I forced the window to stay open, went through Chase's 2FA steps to learn about this "computer" and then upon later attempts, it works fine. Bit of a pain but it works. Two options I see are to craft a cookie to hand the original login attempt, or work out a "2FA" module to interact with that. My questions have been answered. Thanks for the quick feedback.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants