nix-packer icon indicating copy to clipboard operation
nix-packer copied to clipboard

Failing to download image

Open szaydel opened this issue 10 years ago • 3 comments

Seems like something may be going on with the location of the packaged box. Perhaps worth a check?

pull https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64/version/1/provider/virtualbox.box

http: error: ConnectionError: HTTPConnectionPool(host='www.cstrahan-share.com', port=80): Max retries exceeded with url: /public/nixos-14.04-x86_64-v0.1.0-virtualbox.box (Caused by <class 'socket.error'>: [Errno 54] Connection reset by peer)
[0] 04:22:06 ~ > vagrant box add cstrahan/nixos-14.04-x86_64
==> box: Loading metadata for box 'cstrahan/nixos-14.04-x86_64'
    box: URL: https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64
==> box: Adding box 'cstrahan/nixos-14.04-x86_64' (v0.1.0) for provider: virtualbox
    box: Downloading: https://vagrantcloud.com/cstrahan/nixos-14.04-x86_64/version/1/provider/virtualbox.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

Recv failure: Connection reset by peer

szaydel avatar Jun 18 '14 12:06 szaydel