You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a list of Downloader Middlewares in the settings file. Does that list mean that those are the only middlewares that are activated for any crawl? I am asking this because I noticed that the RetryMiddleware is working but the MetaRefreshMiddleware doesn't seem to be working - and none of them are specified in the middlewares list. Could someone explain that please? Thanks.
The text was updated successfully, but these errors were encountered:
Got it, thanks. So, the MetaRefreshMiddleware is active and the METAREFRESH_ENABLED setting is true by default - but I saw that it didnt work on a site crawl. Any thoughts on that?
@nehakansal indeed it should be enabled according to the docs, and it's not disabled in the project explicitly. I never used it myself, so no ideas. But if you can build a small reproducible example, or provide more details, you can try submitting this to the scrapy issues: https://github.com/scrapy/scrapy/issues/
There is a list of Downloader Middlewares in the settings file. Does that list mean that those are the only middlewares that are activated for any crawl? I am asking this because I noticed that the RetryMiddleware is working but the MetaRefreshMiddleware doesn't seem to be working - and none of them are specified in the middlewares list. Could someone explain that please? Thanks.
The text was updated successfully, but these errors were encountered: