my8100 / scrapydweb

Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. DEMO :point_right:
https://github.com/my8100/files
GNU General Public License v3.0
3.16k stars 565 forks source link

HTML Parsing Failure on Jobs Page when Using Python 3.11.9 #247

Open ybbzbb opened 4 hours ago

ybbzbb commented 4 hours ago

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.

image

my8100 commented 4 hours ago

Fixed in #240 Please use scrapydweb 1.5.1