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

Using Crawlera with Scrapy-Selenium #34

Open
jlim782 opened this issue Mar 1, 2019 · 0 comments
Open

Using Crawlera with Scrapy-Selenium #34

jlim782 opened this issue Mar 1, 2019 · 0 comments

Comments

@jlim782
Copy link

jlim782 commented Mar 1, 2019

Hello,

I am trying to use scrapy-selenium with Crawlera but haven't had any luck. Requests are sent, and responses come back, but the Crawlera dashboard doesn't show the requests as received.

Is it possible to use SeleniumRequest with Crawlera? I'm not sure if changing the orders of DOWNLOADER_MIDDLEWARES would help. Here's my configuration

DOWNLOADER_MIDDLEWARES = {
    'scrapy_crawlera.CrawleraMiddleware': 610,
    'scraper.middlewares.ScraperDownloaderMiddleware': 620,
    'scrapy_selenium.SeleniumMiddleware': 800
}

For my project, using Scrapy-Splash is not an option.

Here are the versions of the related software packages

    - scrapy==1.5.1
    - scrapy-crawlera==1.4.0

Thanks a lot in advance

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

1 participant