Start a new topic

Getting Error when deploying project through connected GitHub repository.

I am getting an error when trying to deploy a project to Scrapy Cloud. scrapinghub.yml is not found, assume it's a Scrapy project Setup build step for Scrapy project {"message": "scrapy.cfg is not found, please add it and re-deploy the project.\nCheck scrapy.cfg format and Scrapy project structure here:\nhttps://doc.scrapy.org/en/latest/topics/commands.html#default-structure-of-scrapy-projects\n\nIf the project doesn't use Scrapy, make sure you enabled image deploy in your scrapinghub.yml\nhttps://shub.readthedocs.io/en/stable/deploy-custom-image.html#commands-build\n", "details": null, "error": "scrapy_cfg_not_found"}
But I have both scrapinghub.yml and scrapy.cfg files in the project folder

Login to post a comment