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

Running into "You have exceeded a secondary rate limit. Please wait a few minutes before you try again" while fetching repo data from CLI with personal auth token #1010

Open
DazzlingBernardo opened this issue Jan 27, 2022 · 3 comments

Comments

@DazzlingBernardo
Copy link

Describe the bug
not possible to create a changelog because api access is interrupted

Expected behavior
changelog should be generated

Screenshots
Screenshot 2022-01-27 at 17 02 54

Desktop (please complete the following information):

  • OS: osx
@PascalRepond
Copy link

This tool used to work like a charm until this issue showed up. It is really blocking bug since it prevents the generation of a complete changelog for repos with lots of issues and I cannot find a decent alternative to this project...

Adding a setting to filter fetched issues by closed date would at least allow to generate the log for the more recent version.

Could anyone familiar with Ruby and this project take a quick look at it or is the project deprecated by lack of maintainers?
@olleolleolle @ferrarimarco @skywinder

Related to : #993

@PascalRepond
Copy link

We ended up creating a Python tool to generate our changelogs from Github data, for anyone interested: https://github.com/rero/pychangelog

@treydock
Copy link

I may have found a solution here: octokit/octokit.rb#1392

Using newer faraday gem, I specified this in my Gemfile:

  gem "faraday", '~> 1.0', require: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants