Closed Brandin closed 3 years ago
I can't reproduce this issue. I'm able to deploy to Vultr from Ubuntu 18.04.5.
Do you get what looks like a bunch of region information or an error message if you run the following from the same command line where you ran ./algo
:
curl https://api.vultr.com/v1/regions/list
Interestingly enough I get the same error I do in the algo
installer...seems to be an issue with curl
, I'll have to look into this more. Not an issue with your project, but have you ever seen this before?
EDIT: Fixed it on my own! I had to change my nameservers in /etc/resolv.conf as I'm on WSL and it was using my default nameservers for my existing VPN, but it should be using Google DNS
sudo su - root
nano /etc/resolv.conf
nameserver 8.8.8.8
nameserver 8.8.4.4
Describe the bug
I am receiving the following error for Vultr despite being able to access the API in my browser without issue:
To Reproduce
Steps to reproduce the behavior:
algo
script and select Vultrini
file and continueExpected behavior
The setup would retrieve the regions properly, as we are able to access the API without issue in the browser
Full log