scrapy / scrapyd

A service daemon to run Scrapy spiders
https://scrapyd.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
2.94k stars 571 forks source link

no active project #352

Closed sulthonzh closed 5 years ago

sulthonzh commented 5 years ago

image how to fix this issue, im using scrapy 1.7.3

I think this happened because scrapy.cfg was not found, then how to solve it?, I have included it in the egg file but it's still an error

my8100 commented 5 years ago

Did you invoke listspiders.json? Check whether the target project and version still exists first.

$ curl http://localhost:6800/listprojects.json
$ curl http://localhost:6800/listversions.json?project=myproject
sulthonzh commented 5 years ago

that's my bad, that's weird, I just reinstalled the 'scrapy' and worked