rave icon indicating copy to clipboard operation
rave copied to clipboard

Unable to update RAVE due to Github rate limit

Open dipterix opened this issue 3 years ago • 0 comments

Failed to update RAVE due to the following error message:

Error: Failed to install ‘unknown package’ from GitHub:
  HTTP error 403.
  API rate limit exceeded for xxx.xxx.xxx.xxx. (But here’s the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
  Rate limit remaining: 0/60
  Rate limit reset at: 2022-03-08 18:43:46 UTC

Github limits anonymous request (60 requests per hour). To fix this issue, we plan to use auto-builders to build nightly version and avoid using Github in the future

  • Register auto-builders at https://beauchamplab.r-universe.dev/ui#builds
    • [x] dipsaus (https://github.com/dipterix/dipsaus)
    • [x] rutabaga (https://github.com/dipterix/rutabaga)
    • [x] threeBrain (https://github.com/dipterix/threeBrain)
    • [x] filearray (https://github.com/dipterix/filearray)
    • [x] rpymat (https://github.com/dipterix/rpymat)
    • [x] raveio (https://github.com/beauchamplab/raveio)
    • [x] ravetools (https://github.com/dipterix/ravetools)
    • [x] shidashi (https://github.com/dipterix/shidashi, optional)
    • [x] rave (https://github.com/beauchamplab/rave)
  • [x] Update check_dependencies so the nightly build uses the auto builders
  • [x] Bump rave version
  • [x] PR + rave rebuild

dipterix avatar Mar 09 '22 01:03 dipterix