haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
668 stars 96 forks source link

Failed to push Expecto.Hopac #255

Closed haf closed 6 years ago

haf commented 6 years ago
$ /Library/Frameworks/Mono.framework/Commands/mono  "/Users/h/dev/expecto/.paket/paket.exe" push   /Users/h/dev/expecto/bin/Expecto.Hopac.8.1.1.nupkg -v
Paket version 5.172.2
Pushing package /Users/h/dev/expecto/bin/Expecto.Hopac.8.1.1.nupkg to https://nuget.org/api/v2/package - trial 1
No authorization found in config file.
Performance:
 - Runtime: 2 seconds
Paket failed with
-> WebException: Error getting response stream (ReadAsync): ReceiveFailure Value cannot be null.
   Parameter name: src
   StackTrace:
       at System.Net.WebConnectionStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00077] in <9279d6f02a9d42dc8fa07e8490517b4c>:0
       at System.IO.StreamReader.ReadBuffer () [0x00028] in <0f9df4881040473f9da7cf6c2e2cb8c3>:0
       at System.IO.StreamReader.ReadToEnd () [0x00052] in <0f9df4881040473f9da7cf6c2e2cb8c3>:0
       at Paket.RemoteUpload.push@38 (System.Int32 maxTrials, System.String url, System.String apiKey, System.String clientVersion, System.String packageFileName, Microsoft.FSharp.Core.FSharpTypeFunc tracefnVerbose, System.Boolean useHttpClient, System.Int32 trial) [0x00256] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.RemoteUpload.Push (System.Int32 maxTrials, System.String url, System.String apiKey, System.String clientVersion, System.String packageFileName) [0x00031] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Dependencies.Push[a] (System.String packageFileName, Microsoft.FSharp.Core.FSharpOption`1[T] url, Microsoft.FSharp.Core.FSharpOption`1[T] apiKey, Microsoft.FSharp.Core.FSharpOption`1[T] endPoint, Microsoft.FSharp.Core.FSharpOption`1[T] paketVersion, Microsoft.FSharp.Core.FSharpOption`1[T] maxTrials) [0x000da] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.push[a] (a paketVersion, Argu.ParseResults`1[Template] results) [0x00540] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program+handleCommand@837-24.Invoke (Argu.ParseResults`1[Template] results) [0x00001] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.processWithValidationEx$cont@42[a] (System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] commandF, a result, Microsoft.FSharp.Core.Unit unitVar) [0x00002] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.processWithValidationEx[a] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] printUsage, System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] validateF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] commandF, a result) [0x00067] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.processWithValidation[T] (System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] validateF, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] commandF, Argu.ParseResults`1[Template] result) [0x00006] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.processCommand[a] (System.Boolean silent, Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] commandF, Argu.ParseResults`1[Template] result) [0x00007] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.handleCommand (System.Boolean silent, Paket.Commands+Command command) [0x00328] in <95bf2e7020fe4df4af60801447fc8877>:0
       at Paket.Program.main () [0x0041e] in <95bf2e7020fe4df4af60801447fc8877>:0
-> ArgumentNullException: Value cannot be null.
   Parameter name: src

Not sure how to correct this...

haf commented 6 years ago

Oh, it's @AnthonyLloyd: you need to add me to the owners of this package.

AnthonyLloyd commented 6 years ago

Added. It says 'pending approval' at the moment.

haf commented 6 years ago

Thank you