chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

The request requires buffering data to succeed error #184

Open shritekale opened 7 years ago

shritekale commented 7 years ago

We are trying to push the package using mono on macOS but encountered following error:

Pushing TestPackage.nupkg to 'http://nuget-builds.server.com/api/odata'... PUT http://nuget-builds.server.com/api/odata/ An error was encountered when fetching 'PUT http://nuget-builds.server.com/api/odata/'. The request will now be retried. The request requires buffering data to succeed. PUT http://nuget-builds.server.com/api/odata/ The request requires buffering data to succeed.

Mono version: 4.6.2 Klondike: v2.1.1

Is there any work around?