StephenOTT / GitHub-Analytics

GitHub Issues Tracker reporting and analytics (Project Management Reporting and Analytics)
199 stars 22 forks source link

Failed request when getting next page of issue comments #16

Open jnothman opened 7 years ago

jnothman commented 7 years ago

I tried to run the downloader on scikit-learn/scikit-learn. It progressed through downloading with outputs 1:, 2:, 3:, 4:, 5:. Then I got "Connection reset by peer" and the process failed. Commenting out the block beginning https://github.com/StephenOTT/GitHub-Analytics/blob/2bd2d3c/github-analytics-data-download/github_data.rb#L96 avoids this failure, but obviously means I'm not getting all comments downloaded.

StephenOTT commented 7 years ago

@jnothman hey I wont have time to look at this over the next 2 weeks or so. I initial guess is that this is a problem because the GH api has changed, and this project has not been worked on or updated since April 2014.

If you find the solution PR are always welcome.