question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to load the service index for source https://www.myget.org/F/aspnetcidev/api/v3/index.json

See original GitHub issue

Describe the bug

We have a reference to aspnetcidev in our project that is currently failing to load with a 404. This was working on December 16 (example successful build), but is failing now (example failing build built off the same commit).

To Reproduce

I have an Azure Pipelines build reproing the problem here - https://dev.azure.com/mseng/PipelineTools/_build/results?buildId=14071349&view=results.

The repro itself should be as simple as adding a line like this to any project https://github.com/microsoft/azure-pipelines-agent/blob/763575e4443b61e2957d60dca9a9e068d29ccd92/src/Test/NuGet.Config#L10

Exceptions (if any)

/home/vsts/work/1/s/_dotnetsdk/3.1.100/sdk/3.1.100/NuGet.targets(123,5): error : Unable to load the service index for source https://www.myget.org/F/aspnetcidev/api/v3/index.json. [/home/vsts/work/1/s/src/Test/Test.csproj] [/home/vsts/work/1/s/src/dir.proj]
/home/vsts/work/1/s/_dotnetsdk/3.1.100/sdk/3.1.100/NuGet.targets(123,5): error : Response status code does not indicate success: 404 (Feed does not exist.). [/home/vsts/work/1/s/src/Test/Test.csproj] [/home/vsts/work/1/s/src/dir.proj]

Further technical details

This is from my local repro (not Azure Pipelines), but it repros there as well

.NET Core SDK (reflecting any global.json):
 Version:   2.2.105
 Commit:    7cecb35b92

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.19042
 OS Platform: Windows
 RID:         win10-x64
 Base Path:   C:\Program Files\dotnet\sdk\2.2.105\

Host (useful for support):
  Version: 2.2.3
  Commit:  6b8ad509b6

.NET Core SDKs installed:
  2.1.503 [C:\Program Files\dotnet\sdk]
  2.1.511 [C:\Program Files\dotnet\sdk]
  2.1.519 [C:\Program Files\dotnet\sdk]
  2.2.105 [C:\Program Files\dotnet\sdk]

.NET Core runtimes installed:
  Microsoft.AspNetCore.All 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.1.15 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.All 2.2.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.All]
  Microsoft.AspNetCore.App 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.1.15 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 2.2.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 2.1.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.15 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.1.23 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 2.2.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

6reactions
amaillo-mccommented, Jan 11, 2021

Same here, waiting for resolution or workaround…

2reactions
BrennanConroycommented, Jan 12, 2021

A lot of the myget packages are available with the feed “https://pkgs.dev.azure.com/dnceng/public/_packaging/myget-legacy/nuget/v3/index.json”, although we recommend not using it (packages may be removed from that feed at any time without warning), and if there are supported packages that aren’t on NuGet please let us know.

I am looking for the ASP.NET Core version of SignalR.Server, version 0.1.0

Please move off of that package starting 5 years ago, it is super unsupported and half done.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuget connection attempt failed "Unable to load the service ...
[nuget.org] Unable to load the service index for source https://api.nuget.org/v3/index.json. An error occurred while sending the request.
Read more >
Fixing NuGet error: Unable to load the service index for source
Solution 2. Verify that your Personal Access Token hasn't expired. If you are pulling packages from private repositories, or you want to solve ......
Read more >
Unable to load the service index for source (bad proxy ...
Go for Settings ( Global Settings of your PC ) > Network and Internet > Proxy > Automatic Proxy Setup > and set...
Read more >
How to fix the Nuget connection attempt failure?
When trying to open a process in UiPath Studio, the error “NU1801: Unable to load the service index for source https://api.nuget.org/v3/index.
Read more >
Q&A
1.Error : Unable to load the service index for source https://pkgs.dev.azure.com/azurecom/_packaging/OnyxNugetsFeed/nuget/v3/index.json. 2.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found