-
Notifications
You must be signed in to change notification settings - Fork 74
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
Capcha is immediate and impossible to solve #15
Comments
I too see this as immediate. I tried solving all of them (which took a long time), but after I verified it, it immediately threw up another CAPTCHA. I think its getting smarter unfortunately :( |
I have the same problems, once I verified it, it immediately threw up another CAPTCHA. Have you solved this problems?? |
@MathrewLing This is a known issue that I'm not planning on trying to fix. I've essentially walked away from this repo. The top of the |
@ChrisMuir Thanks for your reply. I'll keep trying. Thank you anyway. |
This is happening to me when I hit the site via Chrome (91.0.4472.114 (Official Build) (64-bit)). I am not running a scraper, this is regular old manual access. I was doing fine for 10-20 minutes, just poking around looking at what was available, and then it just locked up on me. Brought up Firefox and it seems to work OK. No CAPTCHA issues. Weird. |
SOLVED!!!!!!!!! You need to make sure cookies can be saved. This got me passed the CAPTCHA for me. It has to be a fully qualified path or Chrome complains. [Example] sel_path = os.path.join(os.getcwd(), 'selenium') |
The crawler runs for me, but capcha comes up immediately, and it's very hard to solve. It almost seems like they're using a capcha that is designed to just waste time and not be solveable. Anyone else seeing this problem? Occasionally I can pass the captcha and get some data, but this is very hard to achieve.
The text was updated successfully, but these errors were encountered: