I've been trying to use scrapy-crawlera as a proxy for scraping some data with scrapy. I've added these rows in settings.py:
DOWNLOADER_MIDDLEWARES = { 'scrapy_crawlera.CrawleraMiddleware': 610, }
CRAWLERA_ENABLED = True
CRAWLERA_APIKEY = 'MY_CRAWLERA_API_KEY'
In the newly changed scrapinghub website app.zyte.com i have created a Smart proxy manager account and my api key is from my account settings.
I get this warning WARNING: Retrying crawlera request for authentication issue
and the websites doesn't get scraped.
Is there something I'm doing wrong?