aclark4life / vanity

Get package download statistics from PyPI
GNU General Public License v2.0
66 stars 14 forks source link

Download count not incrementing #18

Closed jon--lee closed 9 years ago

jon--lee commented 9 years ago

Hi, I noticed a few days ago that download counts weren't incrementing anymore. I ran

$ vanity django

twice with about a day in between and got the same download count (17,560,592). It seemed suspicious that no one would download Django in that time period. I tried using PyPIXmlRpc on its own and also found that the download count was the same and hadn't incremented. Maybe this is an issue at PyPI?

Thanks

aclark4life commented 9 years ago

Confirmed, maybe @dstufft knows something. Thanks for reporting

pouya-eghbali commented 9 years ago

PyPI had a database migration on Aug 15, 2015 and pypi.python.org was down. I noticed this issue (download count not increment) from the day after the database migration. It is probably an issue at PyPI.

dstufft commented 9 years ago

Should be fixed now I think.

aclark4life commented 9 years ago

Yep, thanks

$ vanity -q django
Django has been downloaded 17,562,306 times!
jon--lee commented 9 years ago

I think it's frozen again.

$ vanity -q django
Django has been downloaded 17,626,069 times!

It's been saying that for three days now. @dstufft how was it fixed previously? Edit: someone on PyPI's bitbucket opened a similar issue an hour ago. Edit 2: It appears to be working again! Sorry for posting prematurely.

madmat3001 commented 8 years ago

It's frozen for me again, since about the beginning of february...

aclark4life commented 8 years ago

@madmat3001 Yep, this is almost certainly a PyPI issue. Probably best to open a ticket here: https://bitbucket.org/pypa/pypi/issues CC: @dstufft