Closed jon--lee closed 9 years ago
Confirmed, maybe @dstufft knows something. Thanks for reporting
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.
Should be fixed now I think.
Yep, thanks
$ vanity -q django
Django has been downloaded 17,562,306 times!
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.
It's frozen for me again, since about the beginning of february...
@madmat3001 Yep, this is almost certainly a PyPI issue. Probably best to open a ticket here: https://bitbucket.org/pypa/pypi/issues CC: @dstufft
Hi, I noticed a few days ago that download counts weren't incrementing anymore. I ran
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