Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot get package details Octokit #1526

Closed
halcwb opened this issue Mar 17, 2016 · 5 comments
Closed

Cannot get package details Octokit #1526

halcwb opened this issue Mar 17, 2016 · 5 comments

Comments

@halcwb
Copy link
Contributor

halcwb commented Mar 17, 2016

When runnnig paket update with the following dependency file:

source https://nuget.org/api/v2

group build
    source https://nuget.org/api/v2
    nuget FSharp.Formatting
    nuget Fake
    nuget SourceLink.Fake
    nuget Newtonsoft.Json
    github fsharp/FAKE modules/Octokit/Octokit.fsx

group project
    source https://nuget.org/api/v2
    nuget FSPowerPack.Community

group test
    source https://nuget.org/api/v2
    nuget Unquote
    nuget FsCheck
    nuget FsUnit
    nuget NUnit ~> 2
    nuget NUnit.Runners ~> 2

I run into the following error:

Paket failed with:
Couldn't get package details for package Octokit 0.19.0 on https://nuget.org/api/v2.

@forki
Copy link
Member

forki commented Mar 17, 2016

Sound like temporary nuget issue. Can you try to run "paket update -f"?
On Mar 17, 2016 6:51 PM, "Casper" [email protected] wrote:

When runnnig paket update with the following dependency file:

source https://nuget.org/api/v2

group build
source https://nuget.org/api/v2
nuget FSharp.Formatting
nuget Fake
nuget SourceLink.Fake
nuget Newtonsoft.Json
github fsharp/FAKE modules/Octokit/Octokit.fsx

group project
source https://nuget.org/api/v2
nuget FSPowerPack.Community

group test
source https://nuget.org/api/v2
nuget Unquote
nuget FsCheck
nuget FsUnit
nuget NUnit ~> 2
nuget NUnit.Runners ~> 2

I run into the following error:

Paket failed with:
Couldn't get package details for package Octokit 0.19.0 on
https://nuget.org/api/v2.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1526

@forki
Copy link
Member

forki commented Mar 17, 2016

I think I will increase the retry count anyways
On Mar 17, 2016 6:55 PM, "Steffen Forkmann" [email protected] wrote:

Sound like temporary nuget issue. Can you try to run "paket update -f"?
On Mar 17, 2016 6:51 PM, "Casper" [email protected] wrote:

When runnnig paket update with the following dependency file:

source https://nuget.org/api/v2

group build
source https://nuget.org/api/v2
nuget FSharp.Formatting
nuget Fake
nuget SourceLink.Fake
nuget Newtonsoft.Json
github fsharp/FAKE modules/Octokit/Octokit.fsx

group project
source https://nuget.org/api/v2
nuget FSPowerPack.Community

group test
source https://nuget.org/api/v2
nuget Unquote
nuget FsCheck
nuget FsUnit
nuget NUnit ~> 2
nuget NUnit.Runners ~> 2

I run into the following error:

Paket failed with:
Couldn't get package details for package Octokit 0.19.0 on
https://nuget.org/api/v2.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#1526

@forki
Copy link
Member

forki commented Mar 17, 2016

Ok 2.25.15 is automatically retrying with force flag if first trial doesn't succeed

@forki forki closed this as completed in 52bd593 Mar 17, 2016
@forki
Copy link
Member

forki commented Mar 17, 2016

so please try "paket update" with 2.25.15. It should not need the -f flag

@halcwb
Copy link
Contributor Author

halcwb commented Mar 17, 2016

I tried the latest paket version 2.52.16.0 and it now works, thanks!

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

No branches or pull requests

2 participants