I cannot download any Vagrant box. No matter which box I select, I get the following error
“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 was reset”
I’m running Windows 11 with Virtual Box 7.0.14 and Vagrant 2.4.1
Does anyone have a solution for this problem?
I’m facing the same issue.
The box ‘debian/jessie64’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Vagrant Cloud, please verify you’re logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: https://vagrantcloud.com/api/v2/vagrant/debian/jessie64
Error: Recv failure: Connection was reset
I did found any solution yet.
Im facing the same error any solutions?
I believe I’ve resolved the issue here, although I’m not sure if it will help.
My wireless network device is a “Killer(R) Wi-Fi 6 AX1650i”, and within the Killer Control Center software, there’s an option called “Prioritization Engine”. When I disabled this option, I was able to use Vagrant without any issues for now.
VirtualBox 7.0.14r161095
Vagrant 2.4.1
Windows 11 Pro 23H2 OS Build 22631.3296
Killer Intelligence Center 3.1222.726.1
Killer Wi-Fi 6E AX1675i
Everything was working for for me and then it stopped working and I started experiencing a similar issue.
I thought it was related to disabling Hyper-V support in windows but apparently not.
PS C:> vagrant box add hashicorp/bionic64 --provider virtualbox
The box ‘hashicorp/bionic64’ could not be found or
could not be accessed in the remote catalog. If this is a private
box on HashiCorp’s Vagrant Cloud, please verify you’re logged in via
vagrant login
. Also, please double-check the name. The expanded
URL and error message are shown below:
URL: [“https://vagrantcloud.com/hashicorp/bionic64”]
Error: Send failure: Connection was reset
Disable Prioritization Enginer in Killer Intelligence Center…
PS C:> vagrant box add hashicorp/bionic64 --provider virtualbox
==> box: Loading metadata for box ‘hashicorp/bionic64’
box: URL: https://vagrantcloud.com/api/v2/vagrant/hashicorp/bionic64
==> box: Adding box ‘hashicorp/bionic64’ (v1.0.282) for provider: virtualbox
box: Downloading: https://vagrantcloud.com/hashicorp/boxes/bionic64/versions/1.0.282/providers/virtualbox/unknown/vagrant.box
box:
==> box: Successfully added box ‘hashicorp/bionic64’ (v1.0.282) for ‘virtualbox’!