Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
Describe the bug
Running scrapydweb locally (with ENABLE_LOGPARSER=True).
I am able to see the logs file in the ui but the stats section of a job is not visible. Also the stats data inside the database/stat folder is empty.
{ "_head": 100, "crawler_engine": {}, "crawler_stats": {}, "datas": [], "finish_reason": "N/A", "first_log_time": "2022-09-28 02:03:58", "first_log_timestamp": 1664310838, "head": "2022-09-28 02:03:58 [scrapy.utils.log] INFO: Scrapy 2.6.2 started (bot: way_crawlers)\n2022-09-28 02:03:59 [scrapy.utils.log] INFO: Versions: lxml 4.9.1.0, libxml2 2.9.12, cssselect 1.1.0, parsel 1.6.0, w3lib 2.0. }
Describe the bug Running scrapydweb locally (with ENABLE_LOGPARSER=True). I am able to see the logs file in the ui but the stats section of a job is not visible. Also the stats data inside the database/stat folder is empty.
{ "_head": 100, "crawler_engine": {}, "crawler_stats": {}, "datas": [], "finish_reason": "N/A", "first_log_time": "2022-09-28 02:03:58", "first_log_timestamp": 1664310838, "head": "2022-09-28 02:03:58 [scrapy.utils.log] INFO: Scrapy 2.6.2 started (bot: way_crawlers)\n2022-09-28 02:03:59 [scrapy.utils.log] INFO: Versions: lxml 4.9.1.0, libxml2 2.9.12, cssselect 1.1.0, parsel 1.6.0, w3lib 2.0. }
Screenshots