Closed pborreli closed 9 years ago
OK, so let's debug it: put here the following code:
if (!c) {
console.log(repos);
return callback();
}
Actually, put it with two lines upper.
Hmm i don't get it maybe you will :smile:
It doesn't crash with those lines added
> Repository: pborreli/_s
> Page: 2
info Getting the repositories where htty created pull requests.
> Page: 1
> Downloaded pborreli/ArtBreadcrumbsBundle (1/735)
info Downloading htty's repositories.
> Repository: htty/htty
> Repository: htty/htty.github.com
> Downloaded pborreli/AB (2/735)
> Downloaded pborreli/Adaptive-Images (3/735)
Hahaha! Make sure you removed the downloads (bitbucket
and github
). :smile:
just did, relaunched start, no more crash :dizzy_face:
Maybe... it's because of the basic auth rate limit (up to 5000 requests / hour). I will try to reproduce it.
still running : 266/735
I have 4 instances of repository-downloader, all of them downloading things:
$ ps aux | grep 'git clone' | wc -l
353
The issue is not about downloading repositories but making requests to GitHub API.
yes understood, if it reproduces I will inform you
Hopefully it worked fine. :smile: