Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

unable to locate a package from nuget.org #256

Closed
tugberkugurlu opened this issue May 27, 2014 · 4 comments
Closed

unable to locate a package from nuget.org #256

tugberkugurlu opened this issue May 27, 2014 · 4 comments
Assignees
Milestone

Comments

@tugberkugurlu
Copy link
Contributor

I cloned the identity repo and brached out. When I run the kpm restore against this project.json file (under Identity\src\Microsoft.AspNet.Identity.RavenDB dir), I get the following error:

> Unable to locate RavenDB.Client >= 2.5.2879

Here is the complete output:

> D:\Dropbox\AppsPublic\Identity\src\Microsoft.AspNet.Identity.RavenDB>CALL "C:\Users\Tugberk\.kre\packages\KRE-svr50-x86.0.1ha-build-0446\bin\KLR.cmd" --lib "C:\Users\Tugberk\.kre\packages\KRE-svr50-x86.0.1-alpha-build-0446\bin\;C:\Users\Tugberk\.packages\KRE-svr50-x86.0.1-alpha-build-0446\bin\lib\Microsoft.Framework.PackageManager" "Microsoft.Framework.PackageManagerstore
> Restoring packages for D:\Dropbox\AppsPublic\Identity\src\Microsoft.AspNet.Identity.RavenDB\project.json
> Attempting to resolve dependency Microsoft.AspNet.Identity.RavenDB >= 0.1-alpha-SNAPSHOT
> Attempting to resolve dependency Microsoft.AspNet.Identity >=
> Attempting to resolve dependency Microsoft.AspNet.HttpFeature >= 0.1-alpha
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature'
> Attempting to resolve dependency Microsoft.AspNet.Security.DataProtection >= 0.1-alpha
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection'
> Attempting to resolve dependency Microsoft.Framework.ConfigurationModel >= 0.1-alpha
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel'
> Attempting to resolve dependency Microsoft.Framework.DependencyInjection >= 0.1-alpha
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection'
> Attempting to resolve dependency System.Security.Claims >= 0.1-alpha
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Security.Claims'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='System.Security.Claims'
> Attempting to resolve dependency RavenDB.Client >= 2.5.2879
>   GET https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='RavenDB.Client'
>   GET https://nuget.org/api/v2/FindPackagesById()?Id='RavenDB.Client'
> Attempting to resolve dependency mscorlib >=
> Attempting to resolve dependency System >=
> Attempting to resolve dependency System.Core >=
> Attempting to resolve dependency Microsoft.CSharp >=
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='RavenDB.Client' 795ms
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection' 1045ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel' 1435ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection' 1449ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature' 1476ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='Microsoft.Framework.DependencyInjection' 1484ms
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='System.Security.Claims' 1767ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='System.Security.Claims' 2650ms
>   OK https://nuget.org/api/v2/FindPackagesById()?Id='RavenDB.Client' 3223ms
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.Security.DataProtection' 22916ms
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.AspNet.HttpFeature' 24427ms
>   OK https://www.myget.org/F/aspnetvnext/api/v2/FindPackagesById()?Id='Microsoft.Framework.ConfigurationModel' 25059ms
> Resolving complete, 25406ms elapsed
@tugberkugurlu
Copy link
Contributor Author

I installed RavenDB.Client manually through nuget.exe:

image

When I do kpm restore after that, it worked:

image

@davidfowl davidfowl added bug and removed 1 - Ready labels May 28, 2014
@davidfowl davidfowl modified the milestones: Alpha, CTP2 May 28, 2014
@davidfowl
Copy link
Member

This fails because the results are paged.

@tugberkugurlu
Copy link
Contributor Author

😄 when I looked at the response body through fiddler, I thought about this but assumed it's already implemented 😄

@glennc
Copy link
Member

glennc commented Jun 4, 2014

I hit this once before and talked to the NuGet guys about it. They told me there is a bug on their end that they need to sort out.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants