Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github API rate limit exceeded #4079

Open
axel7083 opened this issue Sep 25, 2023 · 2 comments · May be fixed by #5400
Open

github API rate limit exceeded #4079

axel7083 opened this issue Sep 25, 2023 · 2 comments · May be fixed by #5400

Comments

@axel7083
Copy link
Contributor

Bug description

On certain entreprise network, we can get easily the API rate limit exceeded github problem.

The following extensions will not work

  • kind

main ↪️ [kind] Error: API rate limit exceeded for 91.103.43.254. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

  • compose

nothing will happen when clicking on the compose bottom menu item.

Operating system

Windows 10

Installation Method

Installer from website/GitHub releases

Version

1.4.0

Steps to reproduce

No response

Relevant log output

No response

Additional context

No response

@axel7083 axel7083 added the kind/bug 🐞 Something isn't working label Sep 25, 2023
@deboer-tim
Copy link
Collaborator

Hi @axel7083, in Settings > Registries you can provide a login to Docker Hub. Is the main issue that it's not working / that the auth isn't being applied in some scenarios, that you couldn't find it, that there wasn't a proper error message (esp. compose), or it didn't direct you where to fix? Or all of the above? :) I just want to make sure we're tracking the correct problem, and if there are multiple we should probably split this up/open another issue.

@axel7083
Copy link
Contributor Author

axel7083 commented Sep 25, 2023

There are no message shown to the user either for kind and compose, the only message I was able to find was in the Troubleshooting logs component, showing the error in red main ↪️ [kind] Error: API rate limit exceeded for XXXXXXXX. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment