Deploying the project with scrapy-deploy seems working with the following messages:
Packing version 1447041300 Deploying to project "CAPjobs" in http://localhost:6800/addversion.json Server response (200): {"status": "ok", "project": "CAPjobs", "version": "1447041300", "spiders": 7, "node_name": "Servertests-MacBook-Pro-2.local"} Then when I try to check load status with "curl http://localhost:6800/daemonstatus.json", I got the following error messages: <html> <head><title>404 - No Such Resource</title></head> <body> <h1>No Such Resource</h1> <p>No such child resource.</p> </body> </html> Which part did I miss? Thanks in advance -- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
