Start a new topic
Answered

Deploy Scrapy Cloud with private key

Hello everyone.

I have a Scrapy project and I want to deploy it to Scrapy cloud.

In my project exist private key. How to right to deploy my project to the scrapy cloud?

```

from_json_keyfile_name

    with open(filename, 'r') as file_obj:

FileNotFoundError: [Errno 2] No such file or directory: 'name_project/spiders/client_secret.json'

{"message": "shub-image-info exit code: 1", "details": null, "error": "image_info_error"}


{"status": "error", "message": "Internal error"}

Deploy log location: /tmp/shub_deploy_qm.log

Error: Deploy failed: b'{"status": "error", "message": "Internal error"}'


```


Best Answer
1 Comment

Login to post a comment