You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ export GH_TOKEN=github_pat_(...)
$ kup install kore-rpcwarning: error: unable to download 'https://api.github.com/repos/runtimeverification/k/commits/HEAD': HTTP error 403 response body: {"message":"API rate limit exceeded for 198.54.132.185. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)","documentation_url":"https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting"}; using cached versionwarning: error: unable to download 'https://api.github.com/repos/runtimeverification/evm-semantics/commits/HEAD': HTTP error 403
Successful
$ GH_TOKEN=github_pat_(...) kup install kore-rpc ⌛ Building 'kore-rpc' ... ✅ Successfully installed 'kore-rpc' version github:runtimeverification/haskell-backend/e50cdfc9943ad683ef7cd9917f7599f322a53b78#packages.aarch64-darwin.kore-rpc (master).
The text was updated successfully, but these errors were encountered:
@sambacha I am getting the same issue now as well. However when I run your suggested workaround. I still get the rate limit error. To be clear your command is setting the variable and immediately running the kup install command correct?
@sambacha I am getting the same issue now as well. However when I run your suggested workaround. I still get the rate limit error. To be clear your command is setting the variable and immediately running the kup install command correct?
GitHub Rate limiting
Getting rate limited by GitHub, so passing
GH_TOKEN
(ref: https://github.com/runtimeverification/kup/blob/a72bf86a857e01539f161541aba76bbfb19f03cd/src/kup/__main__.py#L335C61-L335C69) into my terminal I must pass it directly to actually make an authenticated requestFailure
Successful
The text was updated successfully, but these errors were encountered: