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

Added the undetected_chromedriver module as a dependency & some other changes #1

Merged
merged 7 commits into from
Dec 13, 2021
Merged

Conversation

bolshoytoster
Copy link

This module patches the chromedriver.

This will hopefully help get around the 'Your computer or network may be sending automated queries.' errors.

@bolshoytoster
Copy link
Author

I've resolved the conflicts.

@pws1453
Copy link
Owner

pws1453 commented Dec 12, 2021

Line 149 (beginning with: WebDriverWait) throws an exception. When that line is commented out, line 152 throws an exception. let me try adding a simple time-wait and see if that resolves the issue.

@pws1453
Copy link
Owner

pws1453 commented Dec 12, 2021

Changing line 149 to time.sleep(10) resolves the first issue, however, the issue regarding recaptcha bot detection on line 112 still prevails. If the code has been working for you, let me know, and I can try to see if these errors are platform-specific.

@bolshoytoster
Copy link
Author

What errors did they give you?

@bolshoytoster
Copy link
Author

@pws1453 if it still gives the bot recaptcha errors then we probably have to look for a different solution.

Copy link
Owner

@pws1453 pws1453 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems aii, we'll find out if it runs after finals

@pws1453 pws1453 merged commit dd481cf into pws1453:main Dec 13, 2021
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

Successfully merging this pull request may close these issues.

2 participants