-
Notifications
You must be signed in to change notification settings - Fork 360
Scrapy freezes with middleware #5
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
Comments
In middleware.py return None |
@bobchenbc Line 76 is commented out but the block it is part of does have I have uncommented it and changed to |
@Vintodrimmer Hi, I guess @bobchenbc was talking about this file: https://github.com/clemfromspace/scrapy-selenium/blob/develop/scrapy_selenium/middlewares.py#L76 I should have a fix tomorrow for it. |
Merged
nit-in
pushed a commit
to nit-in/scrapy-selenium
that referenced
this issue
Nov 15, 2023
…cript-execution add selenium utility methods
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good day,
I'm trying to run scrapy 1.5.0 with scrapy-selenium, but the moment I add the middleware, scrapy loads my CPU 100% and doesn't stop until I explicitly kill it. I have tried with both 'chromedriver' and 'geckodriver' on two different Linux distributions.
What may I be doing wrong?
The text was updated successfully, but these errors were encountered: