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.17k stars 565 forks source link

[BUG] How to remove Finished Job spider named "Spider" on "Project" #53

Closed sulthonzh closed 5 years ago

sulthonzh commented 5 years ago

Describe the bug Got this error "Fail to persist jobs in database: time data 'Start' does not match format '%Y-%m-%d %H:%M:%S'" when click "Database" because on Finished Jobs have spider list completed named "Spider" on "Project"

To Reproduce Steps to reproduce the behavior:

  1. Go to 'http://://jobs'
  2. Click on 'Database'
  3. See error

Screenshots image

my8100 commented 5 years ago

Are you using Scrapyd installed via git? If so, pip install -U git+https://github.com/my8100/scrapydweb.git

sulthonzh commented 5 years ago

hooo, i see, yeah right, i have installed scrapyd via git like this pip install git+https://github.com/scrapy/scrapyd.git

my8100 commented 5 years ago

Is the problem solved?

sulthonzh commented 5 years ago

image yeah I think this is solved, thanks @my8100