Closed rootinshell closed 7 years ago
Solved, better run spider using docker command line, the error is because scrapyd was missing.
I am having this same issue running docker2boot, how did you resolve this?
@rootinshell can you post details about your workaround?
I have included scrapyd and still i see the same error. what should i do ?
@LexiconCode he means using the docker command to start the spiders:
docker run -i -t --rm -v <PROJECTS_FOLDER>:/app/data/projects:rw -v <OUPUT_FOLDER>:/mnt:rw -p 9001:9001 scrapinghub/portia \
portiacrawl /app/data/projects/PROJECT_NAME SPIDER_NAME -o /mnt/SPIDER_NAME.jl
any idea about the root cause ? i had the same situation using docker on a windows environnement, and ubuntu on AWS.