You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deployed in place of LiGet, we get following errors on paket 5.156.7 -System.Exception: could not find an PackageIndex endpoint for http://nuget-cache.ai-traders.com/api/cache/v3/index.json
E2e tests are using fairly latest paket 5.181.1. So somewhere between these 2 versions there is a breaking point.
I am not sure yet if we need to fix it.
Checking Paket version (version 5.156.7 requested)...
Version 5.156.7 not found in cache.
Starting download from https://www.nuget.org/api/v2/package/Paket/5.156.7
Done in 14.79 second(s).
Downloading Consul-api 1.0.19 (Build)
Downloading FSharp.Compiler.Service 2.0.0.6 (Build)
Downloading FSharp.Formatting 2.14.4 (Build)
Downloading oversion 0.3.0 (Build)
Downloading ServiceStack.Text 3.9.71 (Build)
Possible Performance degradation, V3 was not working: One or more errors occurred.
Possible Performance degradation, V3 was not working: One or more errors occurred.
Possible Performance degradation, V3 was not working: One or more errors occurred.
Source 'http://nuget-cache.ai-traders.com/api/cache/v3/index.json' exception: System.AggregateException: One or more errors occurred. ---> System.Exception: could not find an PackageIndex endpoint for http://nuget-cache.ai-traders.com/api/cache/v3/index.json
at Microsoft.FSharp.Core.PrintfModule+PrintFormatToStringThenFail@1645[TResult].Invoke (System.String message) [0x00000] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Core.PrintfImpl+StringPrintfEnv`1[TResult].Finish () [0x00011] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Core.PrintfImpl+FinalFastEnd2@286[TState,TResidue,TResult,A,B].Invoke (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] env, A a, B b) [0x0004c] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@2819-1[T2,T3,TResult,T1].Invoke (T2 u, T3 v) [0x00000] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Core.OptimizedClosures+Invoke@2806[T2,TResult,T1].Invoke (T2 u) [0x00000] in <985c80b072de468bb3710ffe5432beea>:0
at Paket.NuGetV3+getNuGetV3Resource@107-3.Invoke (System.String arg20) [0x00001] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Core.FSharpFunc`2[T,TResult].InvokeFast[V] (Microsoft.FSharp.Core.FSharpFunc`2[T,TResult] func, T arg1, TResult arg2) [0x0001e] in <985c80b072de468bb3710ffe5432beea>:0
at Paket.NuGetV3+getNuGetV3Resource@104-1.Invoke (Microsoft.FSharp.Collections.FSharpMap`2[TKey,TValue] _arg2) [0x00037] in <985c80b072de468bb3710ffe5432beea>:0
at Microsoft.FSharp.Control.AsyncBuilderImpl+args@506-1[a,b].Invoke (a a) [0x00015] in <985c80b072de468bb3710ffe5432beea>:0
--- End of inner exception stack trace ---
The text was updated successfully, but these errors were encountered:
When deployed in place of LiGet, we get following errors on paket
5.156.7
-System.Exception: could not find an PackageIndex endpoint for http://nuget-cache.ai-traders.com/api/cache/v3/index.json
E2e tests are using fairly latest paket
5.181.1
. So somewhere between these 2 versions there is a breaking point.I am not sure yet if we need to fix it.
The text was updated successfully, but these errors were encountered: