We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I followed the instructions and following error happens. Can you please inform how to solve it? Thanks.
[@octokit/plugin-throttling] onAbuseLimit() is deprecated and will be removed in a future release of @octokit/plugin-throttling, please use the onSecondaryRateLimit handler instead error RequestError [HttpError]: fetch failed at ...\Roaming\npm\node_modules\github-csv-tools\node_modules@octokit\request\dist-node\index.js:146:11 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (....\Roaming\npm\node_modules\github-csv-tools\node_modules\bottleneck\light.js:405:18) { status: 500, request: { method: 'GET', url: 'https://api.github.com/repos/Suji202/https%3A%2F%2Fgithub.com%2FSuji202%2Fhitkip-datasets/issues?state=all', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'github-csv-tools octokit-rest.js/19.0.13 octokit-core.js/4.2.4 Node.js/20.9.0 (win32; x64)', authorization: 'token [REDACTED]' }, request: { hook: [Function: bound bound register] } } }
[@octokit/plugin-throttling]
onAbuseLimit()
@octokit/plugin-throttling
onSecondaryRateLimit
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I followed the instructions and following error happens. Can you please inform how to solve it? Thanks.
[@octokit/plugin-throttling]
onAbuseLimit()
is deprecated and will be removed in a future release of@octokit/plugin-throttling
, please use theonSecondaryRateLimit
handler insteaderror RequestError [HttpError]: fetch failed
at ...\Roaming\npm\node_modules\github-csv-tools\node_modules@octokit\request\dist-node\index.js:146:11
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Job.doExecute (....\Roaming\npm\node_modules\github-csv-tools\node_modules\bottleneck\light.js:405:18) {
status: 500,
request: {
method: 'GET',
url: 'https://api.github.com/repos/Suji202/https%3A%2F%2Fgithub.com%2FSuji202%2Fhitkip-datasets/issues?state=all',
headers: {
accept: 'application/vnd.github.v3+json',
'user-agent': 'github-csv-tools octokit-rest.js/19.0.13 octokit-core.js/4.2.4 Node.js/20.9.0 (win32; x64)',
authorization: 'token [REDACTED]'
},
request: { hook: [Function: bound bound register] }
}
}
The text was updated successfully, but these errors were encountered: