I am working on scrapy, i am scheduling a spider i had wrote with the following command
curl http://localhost:6800/schedule.json -d project=example -d spider=exampledotcom
I am using this by seeing in scrapy tutorial, but when i run above command i used to get the below error
curl: (7) couldn't connect to host
Why curl is unable to connect to host, is anything wrong in the command ? and also can anyone explain me the concept of why we are using "http://localhost:6800/schedule.json"
, because finally my intension is to run multiple spiders in a single project
telnet localhost 6800
What do you see?
To view this discussion on the web visit https://groups.google.com/d/msg/scrapy-users/-/llZzqtzk-skJ.
--
You received this message because you are subscribed to the Google Groups "scrapy-users" group.
To post to this group, send email to scrapy...@googlegroups.com.
To unsubscribe from this group, send email to scrapy-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/scrapy-users?hl=en.