Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
Description:
When running Scrapyd with Python 3.11.9, the format of the HTML returned on the Jobs page appears to be standardized in a way that prevents successful parsing of job data. This issue does not occur when using Python 3.10, where the jobs are parsed correctly.
Proposed Solution:
Adjust the parsing logic to be compatible with the HTML structure returned in Python 3.11.9.
Description: When running Scrapyd with Python 3.11.9, the format of the HTML returned on the Jobs page appears to be standardized in a way that prevents successful parsing of job data. This issue does not occur when using Python 3.10, where the jobs are parsed correctly.
Proposed Solution: Adjust the parsing logic to be compatible with the HTML structure returned in Python 3.11.9.