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
I have a spider configured with spidermon, if I run it with "scrapy crawl spider_name" I get the stats from my monitors. But If I try to start the scrap from scrapyrt, spidermon or the monitors are not even started. Do you know a possible cause?
All I added was as mentioned in spidermon guide in settings.py:
I have a spider configured with spidermon, if I run it with "scrapy crawl spider_name" I get the stats from my monitors. But If I try to start the scrap from scrapyrt, spidermon or the monitors are not even started. Do you know a possible cause?
All I added was as mentioned in spidermon guide in settings.py:
SPIDERMON_ENABLED = True
EXTENSIONS = {
'spidermon.contrib.scrapy.extensions.Spidermon': 500,
}
SPIDERMON_SPIDER_CLOSE_MONITORS = (
'tutorial.monitors.SpiderCloseMonitorSuite',
)
https://spidermon.readthedocs.io/en/latest/getting-started.html
The text was updated successfully, but these errors were encountered: