Proxmox can't connect to community scripts. #5756
-
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.
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.
And checked the rate limit from Github, after a few times the rate limit is blocking me
I honestly have no idea what else I could check to find the problem. I'd greatly appreciate any hint on this. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
You need to Check INSIDE the lxc, not on the host |
Beta Was this translation helpful? Give feedback.
-
I have the same issue @MickLesk. Via Gitea link it does not work either.. do we need to login to docker first?
I'm a fresh Proxmox user btw. Started today. I might be overlooking something |
Beta Was this translation helpful? Give feedback.
-
I'm not really sure what you want @MickLesk to do with your network getting rate limited by github? |
Beta Was this translation helpful? Give feedback.
-
Iam adding a github token to the curl request as a global header. This works when I test the limits: Trying to export this to curl:
Gives me a 401, debugging... |
Beta Was this translation helpful? Give feedback.
-
I just discovered that one of the containers on my NAS was sending requests to api.github.com every second. Disabling that container stopped the traffic. I’ll wait for the request limit to reset and then check again. |
Beta Was this translation helpful? Give feedback.
I just discovered that one of the containers on my NAS was sending requests to api.github.com every second. Disabling that container stopped the traffic. I’ll wait for the request limit to reset and then check again.