Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. Unhandled Exception: System.AggregateException: One or more errors occurred. (An error occurred while sending the request.) ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.Http.CurlException: Failure when receiving data from the peer
  2. at System.Net.Http.CurlHandler.ThrowIfCURLEError(CURLcode error)
  3. at System.Net.Http.CurlHandler.MultiAgent.FinishRequest(StrongToWeakReference`1 easyWrapper, CURLcode messageResult)
  4. --- End of inner exception stack trace ---
  5. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  6. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  7. at System.Net.Http.HttpClient.<FinishSendAsync>d__58.MoveNext()
  8. --- End of stack trace from previous location where exception was thrown ---
  9. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  10. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  11. at System.Net.Http.HttpClient.<GetContentAsync>d__32`1.MoveNext()
  12. --- End of inner exception stack trace ---
  13. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  14. at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
  15. at Imports.sources.Systembolaget.ImportReleases()
  16. at Web.Startup..ctor(IHostingEnvironment env)
  17. --- End of stack trace from previous location where exception was thrown ---
  18. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
  19. at Microsoft.Extensions.Internal.ActivatorUtilities.ConstructorMatcher.CreateInstance(IServiceProvider provider)
  20. at Microsoft.AspNetCore.Hosting.Internal.StartupLoader.LoadMethods(IServiceProvider services, Type startupType, String environmentName)
  21. at Microsoft.AspNetCore.Hosting.WebHostBuilderExtensions.<>c__DisplayClass1_0.<UseStartup>b__1(IServiceProvider sp)
  22. at Microsoft.Extensions.DependencyInjection.ServiceProvider.ScopedCallSite.Invoke(ServiceProvider provider)
  23. at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService(IServiceProvider provider, Type serviceType)
  24. at Microsoft.Extensions.DependencyInjection.ServiceProviderServiceExtensions.GetRequiredService[T](IServiceProvider provider)
  25. at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureStartup()
  26. at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices()
  27. at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication()
  28. at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
  29. at Web.Program.Main(String[] args)
  30. Aborted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement