gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
661 stars 118 forks source link

Time output #53

Closed liuwei-tianshu closed 3 years ago

liuwei-tianshu commented 3 years ago

Error message: Request quota exhausted for request GET https://api.github.com/repos/dotCMS/core/issues/16215/comments Retrying after 2525 seconds!

You can access https://api.github.com/repos/dotCMS/core/issues/16215/comments and find that it can not respond. For this situation, it needs to ignore and skip this url.

gavinr commented 3 years ago

Please provide a reproducible test case that causes this issue.

--

The throttling is done with octokit/plugin-throttling: https://github.com/octokit/plugin-throttling.js

And the code is here: https://github.com/gavinr/github-csv-tools/blob/69d54f407842a63c90aa09d0dabb165245f9722e/index.js#L75-L98