crawlab-team / crawlab

Distributed web crawler admin platform for spiders management regardless of languages and frameworks. 分布式爬虫管理平台,支持任何语言和框架
https://www.crawlab.cn
BSD 3-Clause "New" or "Revised" License
11.39k stars 1.8k forks source link

exit status 1 #790

Closed WickedMonkey95 closed 4 years ago

WickedMonkey95 commented 4 years ago

Bug 描述 使用docker部署成功后,上传scrapy爬虫,spider和pipeline不显示内容

复现步骤 该 Bug 复现步骤如下

  1. 初次部署
  2. 上传scrapy爬虫
  3. 查看任务时没有spider 和pipeline,并报错 exit status 1

期望结果 scrapy爬虫能在crawlab正常运行。

截屏 image

tikazyq commented 4 years ago

很可能是依赖没安装

https://docs.crawlab.cn/zh/QA/ 最后一个问题

WickedMonkey95 commented 4 years ago

安装完依赖已经解决问题,谢谢!