-
I have built up your project like the picture
![default](https://cloud.githubusercontent.com/assets/20454502/25464302/326b42ec-2b2e-11e7-9d6b-c8b24e49cf77.png)
but the database always be offline.
…
-
I can't open http://localhost:9312 in the host and dev,but only can do it in the web
if I run curl localhost:9312, I will get a error of curl(7):connect refused......
-
``` python
2013-02-26 16:02:56+0100 [-] Unhandled Error
Traceback (most recent call last):
File "/home/innuendo/.virtualenvs/nazya/local/lib/python2.7/site-packages/twisted/internet/…
-
- python gotcha.py (options) start/stop 형태의 커맨드로 여러 스파이더 제어 가능한 스크립트 제작
- 아래의 링크 참조
http://doc.scrapy.org/en/1.1/topics/practices.html#running-multiple-spiders-in-the-same-process
-
I try run scrapyd, but received only
{"status": "error", "message": "spider 'article_checker' not found"}
```
conn.request("POST", "/schedule.json", params, headers)
conn.getresponse().read()
```
T…
-
I am using this docker image:
https://github.com/wurstmeister/kafka-docker
I noticed that there is no EXPOSE command in the Dockerfile
creating the service using docker service
```
docker service c…
-
Hi
I tried the pageaction in portia to scrape multi page data. But its not working. While click the pageaction i recieved internal error in portia. And also while i deployed the spider in scrapyd fir…
-
Moved from: https://github.com/scrapy/scrapy/issues/324
Originally by: @ivandir
> Hi,
>
> The "items_dir" setting when left empty and used in the default scrapyd server you get from OS repo exposes …
-
When I was running the portia-generated code on scrapinghub , there is a dashboard which shows the projects and spiders and can monitor the state of them, so could I get a dashboard set locally when…
-
`scrapy` can pause and resume a job with the `JOBDIR` setting. I tried to run my spider on `scrapyd` with the `JOBDIR` setting set, then terminate the `scrapyd` process. The `scrapyd` process stopped …