Skip to content

Spidermon Extension not Working #105

@Mikhail010

Description

@Mikhail010

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions