scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.4k forks source link

SSH error using Vagrant process #617

Closed robotpukeko closed 7 years ago

robotpukeko commented 8 years ago

I've followed the Vagrant/VirtualBox instructions on both Windows 10 and OSX Sierra, but get the same error relating to the regeneration of the SSH key :

==> default: stdin: is not a tty
==> default: APP_ROOT=/vagrant
==> default: Executing command: install_deps
==> default: Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.EqnyHmth9d --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv-keys ABF5BD827BD9BF62
==> default: gpg:
==> default: requesting key 7BD9BF62 from hkp server keyserver.ubuntu.com
==> default: ?:
==> default: [fd 4]: read error: Connection reset by peer
==> default: gpgkeys: key ABF5BD827BD9BF62 partially retrieved (probably corrupt)
==> default: gpg:
==> default: no valid OpenPGP data found.
==> default: gpg:
==> default: key 7BD9BF62: no valid user IDs
==> default: gpg:
==> default: this may be caused by a missing self-signature
==> default: gpg:
==> default: Total number processed: 1
==> default: gpg:
==> default:           w/o user IDs: 1
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

Can you advise if there is something I need to do?