Hello,
I try to push a Nuget via the command given in ProGet.
But after 3 tentive the powershell command ends with an Internal Server Error 500.
In the ProGet error message I have the following message:
An error occurred processing a PUT request to http://URL_My_Feed: End of Central Directory record could not be found.
And the Details:
System.IO.InvalidDataException: End of Central Directory record could not be found.
at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory()
at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen, Encoding entryNameEncoding)
at System.IO.Compression.ZipArchive..ctor(Stream stream, ZipArchiveMode mode, Boolean leaveOpen)
at Inedo.ProGet.Feeds.NuGet.ParsedNuGetPackage.Read(Stream stream)
at Inedo.ProGet.Feeds.NuGet.NuGetFeed.InstallOrUpdatePackageAsync(Stream stream, Boolean calculateHash, Boolean cached, Boolean install, Boolean overwrite, Nullable1 publishDate, Nullable
1 listed, Nullable`1 downloadCount, Boolean promoted)
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi.PutHandler.ProcessPutRequestAsync(HttpContext context, WebApiContext apiContext, RequestData urlData, NuGetFeed feed)
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetApi.ProcessRequestAsync(HttpContext context, WebApiContext apiContext, NuGetFeed feed, String relativeUrl)
at Inedo.ProGet.WebApplication.FeedEndpoints.NuGet.NuGetFeedHandler.ProcessRequestAsync(HttpContext context, WebApiContext apiContext, NuGetFeed feed, String relativeUrl)
at Inedo.ProGet.WebApplication.FeedEndpoints.FeedEndpointHandler.FeedRequestHandler.ProcessRequestAsync(HttpContext context)
I specify that just before I managed to push other nuget with the same command.
Thank you in advance for your help