-
Notifications
You must be signed in to change notification settings - Fork 34
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
Infinite captcha #51
Comments
Hello @birlikov, The issue that you are reporting about the "Infinite captcha" problem is a known issue (#46) and has come up before (#31). I was actually working on these two issues before (better logging and avoiding captchas), which should have been ready by now... However, there were some changes made to the site recently - the main script itself on the page can now detect the chromedriver instance and (repeatedly) send the user to a new captcha page (independently of Cloudflare detecting the "bot"). Before it was just in a few places (i.e. right after login and from Cloudflare on the first page-load when the traffic looked suspicious), but now it is on every page. There is no solution to this yet. The quick fix (for now) is to disable javascript on blinkist.com pages. I can help you do that, but know that for now, it will also mean that audio cannot be downloaded anymore. Also, you can try out the changes on my pull request (#50)... It enables integration with Since this issue appears to be a duplicate, I recommend that you close it and follow on issue #46, which is an active thread. I will be looking for other solutions and posting updates over there. |
Hi @rocketinventor , Thanks for explanation, I will close this issue and follow #46. Also, your suggested quick fix is fine for me because I just need texts not audio, so any instructions are welcome) |
Hi! Thanks for amazing repo!
When I run
python blinkistscraper email pass
chrome asks to solve the captcha, after solving the first captcha logs printINFO Logged into Blinkist. Loading Library...
but nothing happens, also chrome repeatedly asks to pass captchas again and again.How to solve this issue?
The text was updated successfully, but these errors were encountered: