scrapy / scrapyd

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

The tgz file on pypi is not new enongh #116

Closed crazygit closed 8 years ago

crazygit commented 9 years ago

I found that the code on https://pypi.python.org/pypi/scrapyd/1.1.0 is not as same as the master branch, No class DaemonStatus in it, Would you deploy it again.

$ curl http://localhost:6800/daemonstatus.json

<html>
  <head><title>404 - No Such Resource</title></head>
  <body>
    <h1>No Such Resource</h1>
    <p>No such child resource.</p>
  </body>
</html>
crazygit commented 9 years ago

Sorry, I found DaemonStatus does not release in 1.1.0

Digenis commented 9 years ago

Exactly, there is still development in the master branch that is not released. You probably saw DaemonStatus in readthedocs that also shows the development branch (master), besides stable. See #115

crazygit commented 9 years ago

yes, thank you!