HanaDigital / grev

Github Release Viewer. View your github repository release statistics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seeing 0 downloads for my repository releases

eyalroz opened this issue · comments

I was trying to use https://hanadigital.github.io/grev/ for two repositories of mine:

https://hanadigital.github.io/grev/?user=eyalroz&repo=cuda-api-wrappers
https://hanadigital.github.io/grev/?user=eyalroz&repo=printf

and it told me there were no downloads at all. Except that there have been, for sure.

I use the api provided by github to calculate how many downloads you have. The api shows no assets in your release, and hence no download count. Do you just create releases for the current version of the repository in a zipped file generated by default? Github might not be tracking those for some reason, I'll have to check.

Do you just create releases for the current version of the repository in a zipped file generated by default?

Yes, I release the source, not any binaries / compiled artifacts.

Unfortunately the github api doesn't track those. I'd try looking at alternatives if there are any. If it is important to you then maybe consider uploading zipped source manually so they get tracked.

Hmm. An interesting suggestion.

Since this is an issue related to the GitHub API, I'll be closing this issue.

But don't you think it's a problem that your tool says it lets you "View the total download count of all releases" though it doesn't, and "View the download count of every individual release" though it doesn't?

It does say that, and the GitHub API says that too. But if Microsoft can't pull it off then there is little I can do. Although this does seem to be a bug, I'll ask someone on the GitHub dev team to look into it, but we are all at their mercy.