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

Spidermon Extension not Working #105

Open
Mikhail010 opened this issue Mar 27, 2020 · 0 comments
Open

Spidermon Extension not Working #105

Mikhail010 opened this issue Mar 27, 2020 · 0 comments

Comments

@Mikhail010
Copy link

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

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