Proxmox can't connect to community scripts.

jorgeanzola

New Member
Jul 6, 2025
2
0
1
I'm pretty new with Proxmox. It was all running great, and suddenly I couldn't run scripts anymore. I'm not sure what I could have changed to trigger this. At first I thought it was an error with a particular script, but it happens with all of them.
This is the output I'm getting when trying to install Dockge with the script. Please let me know if I'd need to verbose it, but it's all green until that same error.


Code:
    ____             __           
   / __ \____  _____/ /______ ____
  / / / / __ \/ ___/ //_/ __ `/ _ \
 / /_/ / /_/ / /__/ ,< / /_/ /  __/
/_____/\____/\___/_/|_|\__, /\___/
                      /____/       
  ⚙️  Using Default Settings on node pve
    Container ID: 115
  ️  Operating System: debian (12)
    Container Type: Unprivileged
    Disk Size: 18 GB
    CPU Cores: 2
  ️  RAM Size: 2048 MiB
    Creating a Dockge LXC using the above default settings
 
  ✔️   Validated Storage (rootdir / vztmpl).
  ✔️   LXC Template List Updated
  ✔️   Started LXC Container
  ✔️   Customized LXC Container
  ✔️   Set up Container OS
  ✔️   Network Connected: 192.168.2.102 2a02:a441:9e94:**** fd4e:3732:3530:0:****
  ✔️   IPv4 Internet Connected
  ✔️   IPv6 Internet Connected
  ✔️   Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
  ✔️   Updated Container OS
curl: (22) The requested URL returned error: 403

[ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")

[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $?


I've tried a few things, I have Pihole, I stopped using it to test.
I also tried cloning the scripts repo into Bitbucket.
I tried these two call, just to check what's going on.

Code:
root@pve:~# curl -I https://github.com
HTTP/2 200 (... rest of the output)

And checked the rate limit from Github, after a few times the rate limit is blocking me

Code:
root@pve:~# curl -i https://api.github.com/rate_limit
HTTP/2 200
access-control-allow-origin: *
access-control-expose-headers: ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, Deprecation, Sunset
cache-control: no-cache
content-security-policy: default-src 'none'
content-type: application/json; charset=utf-8
referrer-policy: origin-when-cross-origin, strict-origin-when-cross-origin
x-content-type-options: nosniff
x-frame-options: deny
x-github-media-type: github.v3; format=json
x-ratelimit-limit: 60
x-ratelimit-remaining: 0
x-ratelimit-reset: 1751787552
x-ratelimit-resource: core
x-ratelimit-used: 60
x-xss-protection: 1; mode=block
date: Sun, 06 Jul 2025 06:46:17 GMT
content-length: 714
x-github-request-id: DD50:38E22:8AC537E:8F2FFCF:686A1BB9

{
  "resources": {
    "core": {
      "limit": 60,
      "remaining": 0,
      "reset": 1751787552,
      "used": 60,
      "resource": "core"
    },
    "graphql": {
      "limit": 0,
      "remaining": 0,
      "reset": 1751787977,
      "used": 0,
      "resource": "graphql"
    },
    "integration_manifest": {
      "limit": 5000,
      "remaining": 5000,
      "reset": 1751787977,
      "used": 0,
      "resource": "integration_manifest"
    },
    "search": {
      "limit": 10,
      "remaining": 10,
      "reset": 1751784437,
      "used": 0,
      "resource": "search"
    }
  },
  "rate": {
    "limit": 60,
    "remaining": 0,
    "reset": 1751787552,
    "used": 60,
    "resource": "core"
  }
}

I honestly have no idea what else I could check to find the problem.
I'd greatly appreciate any hint on this.
 
Thanks for the reply! I will definitely post it there but I think (to my very limited knowledge) that it's some kind of connectivity issue within Proxmox.
I'll update the post if I find a solution.
 
Thanks for the reply! I will definitely post it there but I think (to my very limited knowledge) that it's some kind of connectivity issue within Proxmox.
Code:
root@pve:~# curl -I https://github.com
HTTP/2 200 (... rest of the output)
It's not a generic connection or DNS problem because you can reach GitHub just fine.
Code:
curl: (22) The requested URL returned error: 403

[ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")

[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/"$var_install".sh)" $?
Best to contact the people behind https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/install/ as you get this error only on their specific URL using their script(s).