Playground is down

Hi,


Playground is down again.

It was working some days ago.

Maybe it has something to do with dotnet versions. Seems like each time a new version of dotnet is available the playground breaks.


The error is a 404 when trying to get https://api.nuget.org/v3-flatcontainer/Syncfusion.Blazor/24.2.4/Syncfusion.Blazor.nuspec  : 

  1. <Error>
    1. <Code>BlobNotFound</Code>
    2. <Message>The specified blob does not exist. RequestId:3996516d-a01e-001b-2895-5e83f4000000 Time:2024-02-13T15:57:00.3655379Z</Message>
    3. </Error>

1 Reply

MK Muthukumar Kannan Syncfusion Team February 14, 2024 01:33 PM UTC

Hi Julien,


Greetings from Syncfusion Support!


We validated this and suspected some causes regarding your issue. Please find below.


Cause1: If Any downtime occurs in nuget.org site, this issue will be occurred and after some time it will be resolved.


https://status.nuget.org/



Cause2: If the api URL contains any upper cases, then this issue will be raised. Got this from the github issue conversation.


https://github.com/NuGet/NuGetGallery/issues/8871


https://github.com/NuGet/NuGetGallery/issues/8871#issuecomment-1103009927


https://learn.microsoft.com/en-us/nuget/api/package-base-address-resource#download-package-manifest-nuspec


https://learn.microsoft.com/en-us/nuget/api/package-base-address-resource#download-package-content-nupkg


This might be the reason for your reported issue. Because our API url Contains the upper-case letters. For that we have resolved it and updated the playground to live.


Before

Now

 

https://api.nuget.org/v3-flatcontainer/Syncfusion.Blazor/24.2.4/Syncfusion.Blazor.nuspec

 

 

https://api.nuget.org/v3-flatcontainer/syncfusion.blazor/24.2.4/syncfusion.blazor.nuspec

 

https://api.nuget.org/v3-flatcontainer/Syncfusion.Blazor/24.2.5/Syncfusion.Blazor.24.2.5.nupkg

 

 

https://api.nuget.org/v3-flatcontainer/syncfusion.blazor/24.2.5/syncfusion.blazor.24.2.5.nupkg

 


Could you please check it now after clearing your browser cache and share your concerns?


Regards,

Muthukumar K


Loader.
Up arrow icon