NuGet / NuGetGallery

NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
https://www.nuget.org/
Apache License 2.0
1.52k stars 643 forks source link

[NuGet.org Bug]: Package download numbers are not incrementing #9800

Closed bruno-garcia closed 4 months ago

bruno-garcia commented 5 months ago

Impact

I'm unable to use NuGet.org

Describe the bug

using https://api.nuget.org/v3/index.json and the search API, we've seen the same number return since January 20th.

 Sentry     | 2024-01-21 00:00:00 |       46888265
 Sentry     | 2024-01-20 00:00:00 |       46888265
 Sentry     | 2024-01-19 00:00:00 |       46804424
 Sentry     | 2024-01-18 00:00:00 |       46712023

Original NuGet Trends issue:

Repro Steps

Hit the NuGet API: https://azuresearch-usnc.nuget.org/query?q=Sentry

image

You can observe no change in days through NuGet Trends: https://nugettrends.com/packages?months=24&ids=Sentry

image

Expected Behavior

Value to match NuGet Gallery image

https://www.nuget.org/packages/Sentry

image

Screenshots

above

Additional Context and logs

its been raised here:

ivarconr commented 4 months ago

Seems to be resolved now 👍🏼

bruno-garcia commented 4 months ago

woo! Thanks