When I try to use my spider, I am running into this error.
scrapy_fake_useragent/middleware.py", line 95, in process_exception
if isinstance(exception, self.EXCEPTIONS_TO_RETRY) \
AttributeError: 'RetryUserAgentMiddleware' object has no attribute 'EXCEPTIONS_TO_RETRY'
When I try to use my spider, I am running into this error.
scrapy_fake_useragent/middleware.py", line 95, in process_exception if isinstance(exception, self.EXCEPTIONS_TO_RETRY) \ AttributeError: 'RetryUserAgentMiddleware' object has no attribute 'EXCEPTIONS_TO_RETRY'