Cannot connect to GitLab

Good evening, my Discord bot has a command that allows me to fetch code directly from my GitLab repo to update, but as of today, I seem to be unable to do that. GitLab is working fine on my end, but my bot cannot be updated because of this. Can this be looked into?

For reference, this is the script I tried:

eval(require('node-fetch')('https://gitlab.com/'))

Response:

FetchError: request to https://gitlab.com/ failed, reason: connect ETIMEDOUT 35.231.145.151:443
1 Like

If you run curl https://gitlab.com in your project’s console does it give an error?

Definitely, here’s what happens:

$ curl https://gitlab.com
curl: (7) Failed to connect to gitlab.com port 443: Connection timed out```

Can someone look at this because my bot is serving over 200 servers and i may need to update at any time.